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
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: johncov at worldnet dot att dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 19:01:37 2025 UTC