php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18155 Apache Failed during startup
Submitted: 2002-07-04 00:45 UTC Modified: 2002-09-11 11:32 UTC
From: v_santhanam at amrita dot edu Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.2.1 OS: Redhat Linux 7.2
Private report: No CVE-ID: None
 [2002-07-04 00:45 UTC] v_santhanam at amrita dot edu
Hello,
     I have installed PHP 4.2.1 / Apache 1.3.26 on Redhat Linux 7.2.I have followed the instructions given in PHP Documentation for installing as Apache Shared Module.
     When i restart the server i got the following error:

line 261 of /etc/httpd/conf/httpd.conf : Cannot load /etc/httpd/modules/libphp4.so into server : /etc/httpd/modules/libphp4.so undefined symbol:gdbm_errno

Please Help me.
Thanks in Advance
With Regards
Santhanam

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-04 04:00 UTC] sander@php.net
What are your configure lines of both PHP and Apache?
 [2002-07-04 04:20 UTC] v_santhanam at amrita dot edu
For Apache:
    ./configure --prefix=/www --enable-module=so
For PHP:
    ./configure --with-mysql --with-apxs=/www/bin/apxs

Sir,
   I have followed instructions as found in  http://www.php.net/manual/en/install.apache.php 
Thanks
 [2002-07-06 20:34 UTC] sniper@php.net
Try this:

'make clean ; rm config.cache'
'./configure --with-apxs=/www/bin/apxs'
'make ; make install'


 [2002-09-11 11:32 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 20:01:29 2024 UTC