From:             orlowscy at hotpop dot com
Operating system: RedHat 7.2
PHP version:      4.3.9
PHP Bug Type:     Apache2 related
Bug description:  libphp4.so do not produce

Description:
------------
I have wanted to do upgrade PHP/APACHE on my RH7.2 system to
httpd-2.0.52 and php-4.3.9 with RedHat 7.2.

Did exactly all steps from manualls

- Stopped my old apache.
- configured new one
./configure --prefix=/usr/local/apache \
 --enable-so \
 --enable-cgi \
 --enable-info \
 --enable-rewrite \
 --enable-speling \
 --enable-usertrack \
 --enable-deflate \
 --enable-ssl \
 --enable-mime-magic

Complied installed and run with success new one.
- configured new php:
./configure \
 --with-apxs2=/usr/local/apache/bin/apxs \
 --with-mysql \
 --prefix=/usr/local/apache/php \
 --with-config-file-path=/usr/local/apache/php \
 --enable-force-cgi-redirect \
 --disable-cgi \
 --with-zlib \
 --with-gettext \
 --with-gdbm


 Compiled with options php but unfortunately libphp4.so library was not
created.
 I have tried to compile PHP with smaller number of options
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
but it did not work too (libphp4.so was not produced).
Although php executables was created. But I using php olny to do web
pages.

Please help if you can.
There are not error during compilation, everything seems clean.

Regards
Slawomir



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

Reply via email to