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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC