php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4679 referenced symbol not found
Submitted: 2000-05-29 22:01 UTC Modified: 2000-09-03 19:42 UTC
From: jens dot heidenreich at gmx dot net Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.0 Release OS: Solaris 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jens dot heidenreich at gmx dot net
New email:
PHP Version: OS:

 

 [2000-05-29 22:01 UTC] jens dot heidenreich at gmx dot net
Starting Apache 1.3.12 (DSO support) with libphp4.so is failing because of "relocation error":

$ /opt/apache/sbin/apache_1_3_12ctl configtest

Syntax error on line 231 of /etc/httpd/apache_1_3_12.conf:
Cannot load /opt/apache/libexec/libphp4.so into server: ld.so.1: /opt/apache/sbin/apache_1_3_12: fatal: relocation error: file /opt/apache/libexec/libphp4.so: symbol ldap_unbind_s: referenced symbol not found


If i compile WITHOUT ldap support an other relocation error occours for an other support/module (and so on).

My php config:

./configure \
--prefix=/opt/php4 \
--with-apxs=/opt/apache/sbin/apxs \
--enable-bcmath \
--enable-calendar \
--with-ndbm \
--enable-ftp \
--without-gd \
--with-ldap \
--with-mhash \
--with-mysql=/opt/mysql \
--with-pgsql=/opt/pgsql \
--with-openssl=/opt/openssl \
--with-regex=php \
--enable-sysvsem \
--enable-sysvshm \
--disable-xml \
--with-zlib \
--enable-memory-limit


Compiled in Apache modules (apache -l):

Compiled-in modules:
  http_core.c
  mod_so.c
suexec: disabled; invalid wrapper /opt/apache/sbin/suexec


Apache Modules (DSO):

LoadModule env_module         /opt/apache/libexec/mod_env.so
LoadModule config_log_module  /opt/apache/libexec/mod_log_config.so
LoadModule mime_module        /opt/apache/libexec/mod_mime.so
LoadModule negotiation_module /opt/apache/libexec/mod_negotiation.so
LoadModule status_module      /opt/apache/libexec/mod_status.so
LoadModule includes_module    /opt/apache/libexec/mod_include.so
LoadModule autoindex_module   /opt/apache/libexec/mod_autoindex.so
LoadModule dir_module         /opt/apache/libexec/mod_dir.so
LoadModule cgi_module         /opt/apache/libexec/mod_cgi.so
LoadModule asis_module        /opt/apache/libexec/mod_asis.so
LoadModule imap_module        /opt/apache/libexec/mod_imap.so
LoadModule action_module      /opt/apache/libexec/mod_actions.so
LoadModule userdir_module     /opt/apache/libexec/mod_userdir.so
LoadModule alias_module       /opt/apache/libexec/mod_alias.so
LoadModule access_module      /opt/apache/libexec/mod_access.so
LoadModule auth_module        /opt/apache/libexec/mod_auth.so
LoadModule setenvif_module    /opt/apache/libexec/mod_setenvif.so
LoadModule layout_module      /opt/apache/libexec/mod_layout.so
LoadModule php4_module        /opt/apache/libexec/libphp4.so


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-17 03:16 UTC] sniper@php.net
Have you tried more recent version of PHP4 and if so does this problem persist ??

--Jani
 [2000-08-17 03:17 UTC] sniper@php.net
Have you tried more recent version of PHP4 and if so does this problem persist ??

--Jani
 [2000-08-17 14:05 UTC] jens dot heidenreich at gmx dot net
I tried also to include LDAP support with PHP4.0.1pl2 but the relocation error still exist.
-- Jens
 [2000-08-17 14:17 UTC] sniper@php.net
What is your ldap-libraries version? Openldap? 
And try to add path to --with-ldap=/path/to/ldap/library/install/dir

There was similar bug report and the cause for failure there was that
opeldap libraries where broken.

--Jani
 [2000-09-03 19:42 UTC] sniper@php.net
No feedback from user. Closed.
And most likely broken libraries.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 21:01:30 2024 UTC