I'm trying to install php 4.3.0 on HP-UX 11.00 with Postrgres using the following configure statement:

./configure --with-pgsql=/pgsql --with-apxs=/usr/local/apache/bin/apxs

That seems to run okay, but when I run gmake, while it completes, I get this message:

*** Warning: linker path does not have real file for library -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
*** because I did check the linker path looking for a file starting
*** with libcrypt and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/libcrypt.a

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libphp4.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

If I try to run 'gmake install' it fails when it tries to copy libphp4.sl (or libphp4.so) because I've got a libphp4.a in the libs/ directory. The above error message makes me think the problem is that I've got a static libcrypt library rather than a dynamic one. But I've seen postings from people about the libphp4.so needing to be renamed .sl or vice-versa, so they must be getting past this point, but I'm not sure how. Any ideas? TIA.

Petre Scheie


-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to