php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39333 More info for #39200
Submitted: 2006-11-01 14:22 UTC Modified: 2006-11-08 14:24 UTC
From: swolf at fortressitx dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.1.6 OS: CentOS 4.4 64-bit
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: swolf at fortressitx dot com
New email:
PHP Version: OS:

 

 [2006-11-01 14:22 UTC] swolf at fortressitx dot com
Description:
------------
Loading libphp5.so; undefined symbol: zend_qsort

Reproduce code:
---------------
See Bug #39200

Expected result:
----------------
See Bug #39200

Actual result:
--------------
This problem is the result of making configure changes but not running a "make clean" before rebuilding PHP.  If you get "Loading libphp5.so; undefined symbol: zend_qsort" when you start Apache, return to the PHP build directory and:

make clean
make
make install

The problem will disappear.  (Been there, done that)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-08 14:24 UTC] tony2001@php.net
Thanks for the clarification.
Not PHP problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 16:01:31 2024 UTC