Hi,
I'm using Fedora Core 1 and GNU C++ that comes along with FC1. I downloaded
the mysql++-1.7.23-1.src.rpm. Then I run rpmbuild --rebuild
mysql++-1.7.23-1.src.rpm. It successfullly created two files in
/usr/src/redhat/RPMS/i386, which are: mysql++-1.7.23-1.i386.rpm and
mysql++-devel-1.7.23-1.i386.rpm. Then when i run rpm -iv
mysql++-1.7.23-1.i386.rpm, i got the following in the console:
/sbin/ldconfig: /lib/libmysqlclient.so.10 is not an ELF file - it has the
wrong magic bytes at the start.
/sbin/ldconfig: File /usr/lib/libbfd-2.14.90.0.6.so.#prelink#.h0VNaP is too
small, not checked.
But mysql++-1.7.23-1 was installed and I can run the demo programs in the
examples directory.
Thanks,
Van