php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10188 Problem in loading dynamic module (Desc. below)
Submitted: 2001-04-05 11:39 UTC Modified: 2001-05-08 19:34 UTC
From: bogac at arch dot metu dot edu dot tr Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Linux Mandrake
Private report: No CVE-ID: None
 [2001-04-05 11:39 UTC] bogac at arch dot metu dot edu dot tr
Apache 1.3.19 is configured with --enable-module=all --enable-shared=max

php-4.0.4pl1 is configured with ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-config-file-path=/usr/local/apache --enable-shared

After running "make" & "make install" without any errors, then I run "apachectl configtest" and it outputs the error:
"API module structure `php4_module' in file /usr/local/apache/libexec/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-04-06 23:08 UTC] sniper@php.net
Try leaving that --enable-shared option out of your configure line. And delete config.cache before configuring!
After configure run 'make clean ; make ; make install'.

--Jani

 [2001-04-06 23:08 UTC] sniper@php.net
Leave it out of the PHP 4 configure line..not Apache's. :)

--Jani

 [2001-05-08 19:34 UTC] jmoore@php.net
No feedback.. closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC