php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40524 undefined symbol: zend_qsort
Submitted: 2007-02-17 19:06 UTC Modified: 2007-02-27 01:00 UTC
Votes:16
Avg. Score:4.3 ± 1.0
Reproduced:14 of 14 (100.0%)
Same Version:6 (42.9%)
Same OS:6 (42.9%)
From: mgarner at sunnet dot net Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.2.1 OS: RHEL4
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-02-17 19:06 UTC] mgarner at sunnet dot net
Description:
------------
Apache 2.2.4 compiles fine as does PHP5.2.1.  When apachectl start is run I get "undefined symbol: zend_qsort"

Actual result:
--------------
Syntax error on line 53 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp5.so into server:
/usr/local/apache2/modules/libphp5.so: undefined symbol: zend_qsort

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-19 09:51 UTC] tony2001@php.net
Can't reproduce.
Please provide more information about your system.
 [2007-02-27 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2007-06-24 08:24 UTC] dgrexton at stoofoo dot net
I'm using apache 2.2.4 and php 5.2.3 and receiving the same error when trying to start apache. Both were compiled from source, apache was configured with --enable-so only, while php was configured with --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-gd=/usr/lib64 --with-jpeg-dir=/usr/lib64

I'm not sure what other info would help, but here's a uname. If you need anything else let me know and I'll try to provide it.

Linux sdm 2.6.20-gentoo-r8 #1 SMP Fri Jun 22 15:49:32 PDT 2007 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ AuthenticAMD GNU/Linux
 [2007-06-29 01:17 UTC] hamid at pcsourcenet dot com
Same symptom seen here. Here's additional background.
HTTPD version: httpd-2.2.4.tar.gz
PHP version: php-5.2.3.tar.gz

OS: 2.6.9-5.ELsmp #1 SMP Fri Apr 29 12:14:36 CDT 2005 i686 i686 i386 GNU/Linux
(White Box 4, which is RHEL 4 binary compatible so far)

HTTPD configure line: ./configure --prefix=/etc/httpd --infodir=/www/httpd --enable-so --enable-cgi --enable-info --enable-rewrite --enable-speling --enable-usertrack --enable-deflate --enable-ssl --enable-mime-magic --enable-proxy

PHP configure line: ./configure --with-apxs2=/etc/httpd/bin/apxs --with-mysql --prefix=/usr/local/apache/php

Error: ./apachectl start
httpd: Syntax error on line 54 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: undefined symbol: _zend_list_delete
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 01:01:28 2024 UTC