php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25532 can't find libphp4.so
Submitted: 2003-09-14 10:52 UTC Modified: 2003-09-22 07:02 UTC
From: mk_lai at yahoo dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.3 OS: redhat 9
Private report: No CVE-ID: None
 [2003-09-14 10:52 UTC] mk_lai at yahoo dot com
Description:
------------
I am running Redhat 9 with apach 2.0.45.  I downloaded php-4.3.3 and configured it with:

./configure -with-apx2=/usr/local/apache/bin/apxs --with-mysql --enable-shared=max --enable-rule=SHARED_CORE

It configured alright without complaining so I did a make and make install.  After that, I can't find libphp4.so!  I did a search with:

find / -name libphp4.so 

but I can't find it anywhere.  I have removed the source folder and untar the package again to re-install php several times but no luck.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-22 07:02 UTC] sniper@php.net
Use the correct configure line. It's --with-apxs2..and we don't have --enable-shared=max or --enable-rule options in PHP configure. Also upgrade your apache. 2.0.45 is buggy.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 15 11:00:02 2025 UTC