Click to See Complete Forum and Search --> : Installation problem on Unix


Anon
02-06-2002, 05:24 AM
Hi,

Please help.

I am trying to install php4.1.1 on a unix server which has apache installed. I am able to run this command:
./configure --with-mysql --with-apxs=/opt/apache/bin/apxs

However, when come to 'make', i will get the following warning:
*** Warning: This library needs some functionality provided by -lcrypt.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lcrypt.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lcrypt.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

What should I do to solve this? I have include the path for /usr/bin/ where the crypt resides.

Thanks.