|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-05-30 16:52 UTC] steve dot neuharth at webhelp dot com
If I compile php with oracle 8.1.5 LDAP stops working. I found these LDAP related libs in the oracle tree... /usr/local/oracle/product/8.1.5/lib/libldapclnt8.a /usr/local/oracle/product/8.1.5/lib/libnldap8.a /usr/local/oracle/product/8.1.5/network/lib/libnldapj8.so /usr/local/oracle/product/8.1.5/javavm/admin/libjox8com_sun_jndi_ldap.so /usr/local/oracle/product/8.1.5/javavm/admin/libjox8com_sun_jndi_url_ldap.so Not sure which one is the problem or how to run 'make' so that it ignores them. I tried moving out the first two and recompiling.... did not work. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 10:00:01 2025 UTC |
Have you tried to change the link order? See url below. http://marc.theaimsgroup.com/?l=php-dev&m=96331527717951&w=2 --Jani