php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18567 symbol ldap_start_tls_s: referenced symbol not found
Submitted: 2002-07-25 12:01 UTC Modified: 2002-07-25 13:49 UTC
From: rwilliams at dynamicsoft dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.2.2 OS: Solaris 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 4 = ?
Subscribe to this entry?

 
 [2002-07-25 12:01 UTC] rwilliams at dynamicsoft dot com
When attempting to start Apache 1.3.26 with PHP 4.2.2 compiled as an SO I get the following error


# /etc/rc2.d/S95httpd start             
Syntax error on line 219 of /export/apps/apache/conf/httpd.conf:
Cannot load /export/apps/apache/libexec/libphp4.so into server: ld.so.1: /export/apps/apache/bin/httpd: fatal: relocation error: file /export/apps/apache/libexec/libphp4.so: symbol ldap_start_tls_s: referenced symbol not found
/etc/rc2.d/S95httpd start: httpd could not be started


This is the offending line in my httpd.conf file.
LoadModule php4_module        libexec/libphp4.so

The ldd output 

# ldd libphp4.so
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libpam.so.1 =>   /usr/lib/libpam.so.1
        libsched.so.1 =>         /usr/lib/libsched.so.1
        libgen.so.1 =>   /usr/lib/libgen.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libmysqlclient.so.10 =>  /usr/local/mysql/lib/mysql/libmysqlclient.so.10
        libldapssl41.so =>       /export/apps/software_orig/ldap_stuff/ldapsdk_411/lib/libldapssl41.so
        libplds3.so =>   /export/apps/software_orig/ldap_stuff/ldapsdk_411/lib/libplds3.so
        libplc3.so =>    /export/apps/software_orig/ldap_stuff/ldapsdk_411/lib/libplc3.so
        libnspr3.so =>   /export/apps/software_orig/ldap_stuff/ldapsdk_411/lib/libnspr3.so
        libcrypt_i.so.1 =>       /usr/lib/libcrypt_i.so.1
        libresolv.so.2 =>        /usr/lib/libresolv.so.2
        libm.so.1 =>     /usr/lib/libm.so.1
        libclntsh.so.8.0 =>      /export/apps/oracle/lib/libclntsh.so.8.0
        libc.so.1 =>     /usr/lib/libc.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libthread.so.1 =>        /usr/lib/libthread.so.1
        libposix4.so.1 =>        /usr/lib/libposix4.so.1
        libpthread.so.1 =>       /usr/lib/libpthread.so.1
        libjava.so =>    /export/apps/oracle/JRE/lib/sparc/native_threads/libjava.so
        libwtc8.so =>    /export/apps/oracle/lib/libwtc8.so
        libaio.so.1 =>   /usr/lib/libaio.so.1
        /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
# 

Configure line

./configure --with-apxs=/export/apps/apache/bin/apxs --with-oci8=/export/apps/oracle --with-mysql=/usr/local/mysql --with-ldap=../../ldap_stuff/ldapsdk_411

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-25 13:49 UTC] sniper@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 06:01:28 2024 UTC