Date: 09/23/00
- Next message: php-dev <email protected>: "[PHP-DEV] PHP 3.0 Bug Summary Report"
- Previous message: sudo: "[PHP-DEV] Re: PHP 4.0 Bug #5576 Updated: rld attempted access to unresolvable symbol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: abrock <email protected>
Operating system: Solaris 2.8
PHP version: 4.0.2
PHP Bug Type: Apache related
Bug description: Compiles and runs on 2.7, but fails silently when moved to 2.8
Compiled Apache 1.3.12 on Solaris 2.7 (64-bit sparc) w/ gcc 2.95.2 using configure:
LDFLAGS="-L/opt/BerkeleyDB/lib -L/export/home/abrock/apache/libraries/lib" \
LIBS="-lresolv -lsocket -lnsl -lldap -llber -ldb" \
INCLUDES="-I/opt/BerkeleyDB/include -I/export/home/abrock/apache/libraries/include" \
EAPI_MM="/opt/mm" \
SSL_BASE="/opt/openssl" \
./configure \
"--enable-module=rewrite" \
"--enable-module=info" \
"--enable-module=auth_dbm" \
"--enable-module=auth_db" \
"--activate-module=src/modules/php4/libphp4.a" \
"--prefix=/opt/apache-ssl"
Works perfectly on the box which compiled the software. When moved to another Solaris 2.8 (64-bit sparc) machine, the software silently dies with no warning or output. Output of the command:
truss /opt/t/apache-ssl/bin/httpd -f /opt/t/apache-ssl/conf/httpd.conf 2> truss-out.txt
can be found at:
http://www.georgefox.edu/junk/truss-out.txt
PHP 4.0.2 was compiled with:
./configure \
--prefix=/opt/php4 \
--with-xml \
--enable-ftp \
--with-apache=../apache_1.3.12 \
--with-openssl=/opt/openssl \
--with-snmp=/opt/ucd-snmp \
--enable-ucd-snmp-hack \
--with-mm=/opt/mm \
--with-sybase=/export/home/abrock/apache/libraries \
--with-ldap=/export/home/abrock/apache/libraries \
--with-filepro \
--enable-track-vars \
--with-db2=/opt/BerkeleyDB \
--without-mysql \
--without-gdbm
-- 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: php-dev <email protected>: "[PHP-DEV] PHP 3.0 Bug Summary Report"
- Previous message: sudo: "[PHP-DEV] Re: PHP 4.0 Bug #5576 Updated: rld attempted access to unresolvable symbol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

