The PHP_ADD_LIBPATH configure macro starts like this: AC_DEFUN(PHP_ADD_LIBPATH,[ if test "$1" != "/usr/lib"; then
And we also have a PHP_REMOVE_USR_LIB macro which is called on the generated LDPATH string, so even if I do manage to sneak in my /usr/lib directory somewhere it is removed. This is causing me problems in an environment where /usr/lib is not the default primary link directory and I need to explicitly add it to get stuff to compile right. Why is this check here? Just to pretty up the link line? Would it hurt to leave this check off so /usr/lib can be forced on weird systems? -Rasmus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php