Code: Select all
/usr/bin/install -c .libs/libmysqlpp.lai /usr/local/lib/libmysqlpp.la
/usr/bin/install -c .libs/libmysqlpp.a /usr/local/lib/libmysqlpp.a
/usr/bin/install: cannot stat `.libs/libmysqlpp.a': No scuh file or directory.
Code: Select all
libtool --mode=install /usr/bin/install -c libmysqlpp.la /usr/local/lib/libmysqlpp.la
libtool: install: `libmysqlpp.la` is not a valid libtool acrchive.
All the files are on the system so that can not be the problem.
I use Redhat 9, with kernel 2.4.20-6 and mysql 3.23.54, the version of libtool is 1.4.3, automake is 1.4-p1 and autoconf 2.57.
What can be the problem here?
Jonathan