Compiling 4.1.2 on OpenBSD 3.0.  Configure line is like this:
./configure  --with-mysql --with-apxs --enable-sockets --with-curl
--with-crack --libdir=/usr/local/lib --includedir=/usr/local/include

Configure finishes with no errors.
When I run gmake (or make for that matter) right before the end I get the
below message.
Make finishes and make install works.  PHP functions just fine, with the
exception of resolve and crack functions.
Crack libraries are in /usr/local/lib, headers in /usr/local/include.
Resolve libraries are in /usr/lib
Configure finds both with no errors and no complaining.

What is up?

-steve

------------begin cut from gmake output--------------
*** Warning: This library needs some functionality provided by -lresolv.
*** 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 -lresolv.
*** 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 -lcrack.
*** 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 -lresolv.
*** 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 -lresolv.
*** 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.

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

Reply via email to