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
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:
21 + 47 = ?
Subscribe to this entry?

 
 [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 Apr 26 04:01:30 2024 UTC