Date: 01/19/01
- Next message: fiebrandt <email protected>: "[PHP-DEV] PHP 4.0 Bug #8802: Core dump"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8793 Updated: Apache 2.0 alpha 9 e PHP 4"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] PHP 4.0 Bug #8801: httpd could not be started"
- Reply: Jani Taskinen: "Re: [PHP-DEV] PHP 4.0 Bug #8801: httpd could not be started"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: damber <email protected>
Operating system: Linux Mdk 6.1
PHP version: 4.0.4pl1
PHP Bug Type: Apache related
Bug description: httpd could not be started
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)
-- Edit Bug report at: http://bugs.php.net/?id=8801&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: fiebrandt <email protected>: "[PHP-DEV] PHP 4.0 Bug #8802: Core dump"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8793 Updated: Apache 2.0 alpha 9 e PHP 4"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] PHP 4.0 Bug #8801: httpd could not be started"
- Reply: Jani Taskinen: "Re: [PHP-DEV] PHP 4.0 Bug #8801: httpd could not be started"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

