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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC