php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3321 Apache Complaining about undefined symbol: dlst_first
Submitted: 2000-01-26 13:24 UTC Modified: 2002-10-01 14:09 UTC
From: neva at nevalabs dot org Assigned:
Status: Wont fix Package: Dynamic loading
PHP Version: 3.0.14 OS: Linux Redhat 6.0
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: neva at nevalabs dot org
New email:
PHP Version: OS:

 

 [2000-01-26 13:24 UTC] neva at nevalabs dot org
I compiled php as an apxs module of apache 1.3.11, and I have the following error
when trying to start apache:

Cannot load /usr/local/apache/libexec/libphp3.so into server: /usr/local/apache/
libexec/libphp3.so: undefined symbol: dlst_first

This occurs when compiling php with:
./configure --with-config-file-path=/usr/local/apache/conf \
--with-apxs=/usr/local/apache/bin/apxs --disable-debug --with-xml \
--with-mysql=/usr/local/mysql --with-gd=/usr/local/include

But not when compiling a plain (or with mysql)  php:
./configure --with-config-file-path=/usr/local/apache/conf \
--with-apxs=/usr/local/apache/bin/apxs --disable-debug \
--with-mysql=/usr/local/mysql --without-gd

Maybe a problem when compiling with gd and/or xml ?!
Do you have any idea on how to fix this ?!

I'm using gd 1.7.3.

Thanks,
Claudio Neves

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:09 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Feb 18 04:01:28 2025 UTC