php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6397 Cannot start Apache due to _dl_default_scope
Submitted: 2000-08-28 07:52 UTC Modified: 2000-11-09 09:36 UTC
From: michael at intellnet dot net dot uk Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.1pl2 OS: Debian Linux 2.2.17
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: michael at intellnet dot net dot uk
New email:
PHP Version: OS:

 

 [2000-08-28 07:52 UTC] michael at intellnet dot net dot uk
Compiling php as a loadable module:

./configure --with-mysql --with-apxs

System compiles fine.

When attempting to re-start apache with the new module:

Cannot load /usr/lib/apache/1.3/libphp4.so into server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: _dl_default_scope.

As static, php compiles fine  but apache compile drops out :

/usr/lib/libdl.a(dlsym.o): In function `doit.2':
dlsym.o(.text+0x22): undefined reference to `_dl_default_scope'
dlsym.o(.text+0x4c): undefined reference to `_dl_default_scope'
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/apache_1.3.12'
make: *** [build] Error 2

Bit stumped, even tried previous versions of php4 to no avail.

With thanks

Michael

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-08 21:22 UTC] sniper@php.net
Have you tried recompiling Apache and making sure I really supports DSO?

--Jani
 [2000-11-09 09:36 UTC] sniper@php.net
User feedback:
--------------
Problem solved by dropping some other module out of Apache. 
--------------

Please try latest snapshot from http://snaps.php.net
and if you get same problem again, reopen this 
bug report with information of which module the conflict
occurs with.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 01:01:28 2024 UTC