Problem with linux installation
Posted: Tue Dec 14, 2004 3:59 pm
I'm trying to install the Linux edition of the PacsOne server, but while I run the install script I get the following error:
The error occurs on the following line in the install script:
If I run this line on the command prompt I get the following explanation:
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
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