php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7166 Undefined symbols error
Submitted: 2000-10-12 15:24 UTC Modified: 2001-01-30 03:58 UTC
From: bob at wildthink dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.3 OS: OSX Server 1.2
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: bob at wildthink dot com
New email:
PHP Version: OS:

 

 [2000-10-12 15:24 UTC] bob at wildthink dot com
I used the following:

autoconf configure.in > c

sh c 
--with-fbsql 
--without-mysql 
--disable-pear 
--with-apxs=/usr/local/sbin/apxs 
--with-config-file-path=/usr/local/etc

make
make install

Not only didn't it work, but the above at least didn't 
cause apache to spit under 4.0.2. Now I am getting the 
following when trying to start apache 1.3.12:

dyld: /usr/local/sbin/apache Undefined symbols:
_DL_UNLOAD

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-04 09:14 UTC] sniper@php.net
You don't have to run autoconf when using release
versions of PHP. Please try PHP 4.0.4RC3 to check
if this problem exists with it:

http://www.php.net/distributions/php-4.0.4RC3.tar.gz

--Jani
 [2001-01-30 03:58 UTC] sniper@php.net
Fixed in PHP 4.0.4pl1.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 08 01:01:28 2025 UTC