From:             hendlerman at yahoo dot com
Operating system: Red Hat 9 AND Fedora Core 3
PHP version:      5.0.3
PHP Bug Type:     Compile Failure
Bug description:  No libphp5.so created and no errors produced

Description:
------------
No libphp5.so created and no errors produced

I'm trying to find which --with[-*] in the configure causes the build to
fail because I get no warnings. 












Reproduce code:
---------------
compiled from source
httpd-2.0.52  
./configure --enable-so
confirmed location of apxs
First did a simple and successful ./configure make and make install
./configure --with-apxs2=/usr/local/apache2/bin/apxs 2> errors.txt

./configure --with-apsx2="/usr/local/apache2/bin/apxs" --with-mysql
--with-ldap --with-zlib --enable-magic-quotes   --with-mhash
--enable-calendar --enable-sockets  --with-ncurses  --enable-dio 
--with-openssl  --with-xmlrpc --enable-wddx  --enable-soap  2>
../php_configure_errors.txt 
tried the above also with --with-xsl
make clean
make 2> ../make_php_errors.txt
make install 2> ../make_install_php_errors.txt

Expected result:
----------------
I would expect the simple install to produce no errors because it
generated the phplib5.so, and the more inclusive ./configure to give me
errors - as it did not produce a phplib5.so

Actual result:
--------------
when I did a simple make and make install from the simple configure
make produced in the 
/root/installPHP/php-5.0.3/main/php_sprintf.c: In function `php_sprintf':
/root/installPHP/php-5.0.3/main/php_sprintf.c:40: warning: assignment
makes pointer from integer without a cast

make install produced
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la
/usr/local/apache2/modules
libtool: install: warning: remember to run `libtool --finish
/root/installPHP/php-5.0.3/libs'
chmod 755 /usr/local/apache2/modules/libphp5.so
[activating module `php5' in /usr/local/apache2/conf/httpd.conf]



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

Reply via email to