php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #470 httpd exits on signal 11
Submitted: 1998-06-19 20:49 UTC Modified: 1998-06-25 17:46 UTC
From: J dot Knuth at ipro dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Final Release OS: FreeBSD 2.2-stable
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: J dot Knuth at ipro dot de
New email:
PHP Version: OS:

 

 [1998-06-19 20:49 UTC] J dot Knuth at ipro dot de
Hi,

if i try to start the DSO-Version of PHP3 with apache 1.3.0 on my recently updated 
FreeBSD 2.2-stable (make world on fresh csrv-cvs, 8 jun 98) i get a message that 
the httpd-process has exited on signal 11.
This occurs only if i load the libphp3.so in the httpd.conf with LoadModule.

Any hints?

My Configuration:

#apache-configure
OPTIM="-O2 -m486 -pipe -DBUFFERED_LOGS -DHARD_SERVER_LIMIT=512" \
LIBS="-L. -lm -lcrypt -L/usr/local/lib/mysql -lmysqlclient " \
INCLUDES=" -I. -I/usr/local/include " \
./configure --prefix=/usr/local  --logfiledir=/var/log --runtimedir=/var/run \
--proxycachedir=/usr/local/www/proxy --libexecdir=/usr/local/libexec/apache \
--enable-shared=max --enable-module=most --enable-module=auth_db \
--activate-module=src/modules/php3/libphp3.a --enable-shared=php3 \
--add-module=src/modules/extra/mod_auth_mysql.c --disable-module=auth_dbm

#php3: do-conf, cvs short after release
autoconf
CFLAGS="-O2 -m486 -pipe" ./configure --with-shared-apache=../apache_1.3.0 \
--without-gd --with-mysql --with-config-file-path=/usr/local/etc/apache\
 --with-system-regex=yes --enable-debug=no \
 --with-exec-dir=/usr/local/www/php-bin 

#mysql-info
mysql-3.21.31 (Source distribution)
System: FreeBSD ipro.de 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Mon Jun  8 12:16:20 CEST 1998     jok@ipro.de:/usr/src/sys/compile/IPRO-2.2.ncr-stable  i386
Some paths:  /usr/bin/perl /usr/bin/make /usr/local/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: gcc version 2.7.2.1
Compilation info: CC='cc'  CFLAGS='-O2 -m486 -pipe'  CXX='c++'  CXXFLAGS=''  LDFLAGS=''


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-06-25 17:46 UTC] rasmus
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC