php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5551 Apache fails start -- libphp4.so is garbled
Submitted: 2000-07-13 10:08 UTC Modified: 2000-07-26 22:33 UTC
From: johncov at worldnet dot att dot net Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.0 OS: FreeBSD 3.4 Stable
Private report: No CVE-ID: None
 [2000-07-13 10:08 UTC] johncov at worldnet dot att dot net
apache 1.3.12
mod_perl 1.24
php 4.4.0 

installed mod perl:
perl Makefile.PL APACHE_SRC=../apache_1.3.12/ \
                       DO_HTTPD=1 USE_APACI=1 \
                       EVERYTHING=1

installed apache:
./configure --prefix=/path/to/apache \
            --activate-module=src/modules/perl/libperl.a \
            --enable-shared=max
make 
make install
installed php4:
 ./configure --with-mysql --with-apxs=path/to/apxs
make
make install

everything succeeds.
On apachectl start:
Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
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
 [2000-07-13 10:48 UTC] johncov at worldnet dot att dot net
The problem cleared up with a make clean make install of both apache and php.  I will report back after testing the inclusion of mod_perl.
 [2000-07-26 21:52 UTC] zak@php.net
What is the status on this bug?  Is everything still ok?
 [2000-07-26 22:33 UTC] johncov at worldnet dot att dot net
Yes.  Everything is now groovy.  I have tried to replicate it and have not succeeded.


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