From:             rporticio at yahoo dot com
Operating system: Red hat 9 linux
PHP version:      5.0.5
PHP Bug Type:     Compile Failure
Bug description:  php 5.0.4 does'nt compile

Description:
------------
php 5.0.4  doesn't compile after configuring

please note that there is no 5.0.4 in your PHP version above.

Reproduce code:
---------------
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr 

make

(some codes here...)

ext/mysql/php_mysql.lo(.text+0x2076): In function `zif_mysql_create_db':
/home/php/php-5.0.4/ext/mysql/php_mysql.c:1166: undefined reference to
`mysql_create_db'
ext/mysql/php_mysql.lo(.text+0x2279): In function `zif_mysql_drop_db':
/home/php/php-5.0.4/ext/mysql/php_mysql.c:1208: undefined reference to
`mysql_drop_db'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


Expected result:
----------------
there is no error and it is ready for the next command make install.


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

Reply via email to