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
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: jean dot barral at cirso dot fr
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 20:01:30 2025 UTC