php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9157 loading module problem
Submitted: 2001-02-07 12:58 UTC Modified: 2001-02-08 14:44 UTC
From: jean dot barral at cirso dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: Linux Redhat 6.2
Private report: No CVE-ID: None
 [2001-02-07 12:58 UTC] jean dot barral at cirso dot fr
Apache version : 1.3.12
Compile option : 
./configure \
   --prefix=/usr/local/apache \
   --sysconfdir=/etc/httpd/conf \
   --logfiledir=/var/log/httpd \
   --enable-shared=max


php version : 4.0.4pl1
Compile otion : 
./configure --with-gd --with-mysql \
	--with-ldap --with-apxs=/usr/local/apache/bin/apxs \
        --with-config-file-path=/etc/httpd/conf 


Syntax error on line 230 of /etc/httpd/conf/httpd.conf:
API module structure `php4_module' in file /usr/lib/apache/libphp4.so is garbled - perhaps this is not an Apache module DSO?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-08 14:43 UTC] jean dot barral at cirso dot fr
I have compile both php and apache with the same loading error.
So, i tried to clean up the php install directory with
   make clean install
and do a new configure, make, make install

After that, apache could load the new php_module without problem.
 [2001-02-08 14:44 UTC] jean dot barral at cirso dot fr
Thaks to all internet comunity
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC