php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8801 httpd could not be started
Submitted: 2001-01-19 09:44 UTC Modified: 2001-01-19 10:12 UTC
From: damber at casm dot insa-lyon dot fr Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Linux Mdk 6.1
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: damber at casm dot insa-lyon dot fr
New email:
PHP Version: OS:

 

 [2001-01-19 09:44 UTC] damber at casm dot insa-lyon dot fr
Under Linux Mdk 6.1
I have :
apache 1.3.12 
Php 3.0.16 
MySql 3.22.32 (source) 

And I would added php4.0.4pl1 with :

./configure --with-apxs=/usr/local/apache/bin/apxs \ --enable-versioning --with-imap  \  --with-mysql=/usr/local/mysql     \
--with-gd  --with-ftp 

make -> ok
make install -> ok

And I add the line in httpd.conf

AddType application/x-httpd-php .php

apachectl start
/usr/local/apache/bin/apachectl: line 171: 18321 Erreur de segmentation  $HTTPD
/usr/local/apache/bin/apachectl start: httpd could not be started                   

the ldd result for libphp4.so
ldd /usr/local/apache/libexec/libphp4.so
        libpam.so.0 => /lib/libpam.so.0 (0x2aca2000)
        libdl.so.2 => /lib/libdl.so.2 (0x2acaa000)
        libmysqlclient.so.6 => /usr/local/mysql/lib/mysql/libmysqlclient.so.6 (0x2acad000)
        libpng.so.2 => /usr/lib/libpng.so.2 (0x2acc1000)
        libz.so.1 => /usr/lib/libz.so.1 (0x2acdf000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x2acec000)
        libm.so.6 => /lib/libm.so.6 (0x2acfc000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x2ad1a000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x2ad47000)
        libc.so.6 => /lib/libc.so.6 (0x2ad5e000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x55555000)  

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-19 10:09 UTC] damber at casm dot insa-lyon dot fr
Ok it's not a bug, I have forgot to compile php3.0.16
with --enable-versioning.

Now php3 and php4 works fine.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 05:01:28 2025 UTC