From:             FranciscSimon at yahoo dot de
Operating system: Mandriva 2006
PHP version:      5.1.2
PHP Bug Type:     PDO related
Bug description:  PDO_MYSQL missing mysql_query

Description:
------------
Hi,

i installed first PDO with pecl install PDO. After i tried first pecl
install PDO_MYSQL and it doesn't work. After that i decide to compile it
manualy. during ./configure it shows me this configure: error

=>
....
configure: WARNING: You will need re2c 0.9.11 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for MySQL support for PDO... yes, shared
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_query in -lmysqlclient... no
configure: error: mysql_query missing!?

compiling command was 

phpize && ./configure && make && make install

THX 

:-) 

Frank



Reproduce code:
---------------
configure: WARNING: You will need re2c 0.9.11 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for MySQL support for PDO... yes, shared
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_query in -lmysqlclient... no
configure: error: mysql_query missing!?



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

Reply via email to