From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: Segmentation fault when starting apache httpd
# apachectl startssl Segmentation Fault /opt/apache/sbin/apachectl startssl: httpd could not be started Environment and configure line.... CFLAGS=-O2 EXTRA_LIBS="-lc-client -lmcal -lsocket" unset LD_LIBRARY_PATH export CFLAGS EXTRA_LIBS ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-apxs=/opt/apache/sbin/apxs --enable-track-vars --enable-calendar --with-gdbm --enable-filepro --enable-dbase --enable-ftp --with-imap --with-java=/usr/java1.1 --with-ldap=/usr/src/openldap-1.2.9 --with-ibm-db2=/opt/IBMdb2/V7.1 --enable-trans-sid --with-mysql --enable-sysvshm --enable-sysvsem --with-mcal=/usr --with-ming --with-openssl --with-gd --with-pdflib --with-jpeg-dir=/opt/sfw --with-png-dir=/opt/sfw --with-zlib Library versions: gdbm 2.x c-client (imap) 4.7b java 1.1.8 openldap 1.2.9 IBM db2 7.1 mcal 0.6 mcaldrivers 0.8 ming 0.1.1 openssl 0.95 gd 2.0.1 pdf 4.0.0 jpeg 6.x png 2.x zlib 1.x PHP 406 build successfully on the same machine with the same configure line, and the same environment except I add -lldap -llber to EXTRA_LIBS for 4.0.6, I took those out on 4.1.1 because it caused duplicate symbols to be defined, and php would not compile. After I took those out, php 4.1.1 compiled, but it caused a segmentation fault when I tried to start the web server. PHP 4.0.6 works fine. Any ideas? -- Edit bug report at: http://bugs.php.net/?id=15191&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]