From:             mattm at mattm dot net
Operating system: Solaris 5.7 Sparc
PHP version:      4.3.4
PHP Bug Type:     Reproducible crash
Bug description:  Apache vs 1.3.27 and 1.3.29 with PHP 4.3.4 and 4.2.2 - libphp4.so 
not created

Description:
------------
Apache vs 1.3.27 and 1.3.29 with PHP 4.3.4 and 4.2.2 



I'm almost bald now -- pulling out my hair for a week on this one.  I have
gone through all the bug-reports and tried all sorts of combinations.  I
am using the latest stable release from the website.





Preconfigure APACHE

# cd apache_1.3.27

# ./configure --prefix=/usr/local/apache



PHP

# cd php-4.3.3

# ./configure --with-apache=../apache_1.3.27

# make

# make install

# cp php.ini-dist /usr/local/lib/php.ini



APACHE Final Install

# cd apache_1.3.27

# ./configure --activate-module=src/modules/php4/libphp4.a \

  --enable-module=php4 \

  --prefix=/usr/local/apache \

# make

# make install



Error conditions now:

a) The /usr/local/apache/libexec folder is empty.  

b) The htpasswd tool core-dumps

c) httpd will not start when php4 is referenced in httpd.conf



Things tried:

a) configure, make, change libtool: build_libtool_libs=yes, make install
-- the libphp4.so.0 is not in .libs as the workarounds indicate

b) varios combinations of Apache and PHP as listed above.












-- 
Edit bug report at http://bugs.php.net/?id=27373&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27373&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27373&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27373&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27373&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27373&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27373&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27373&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27373&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27373&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27373&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27373&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27373&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27373&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27373&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27373&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27373&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27373&r=float

Reply via email to