Hi, all,
I'm having a problem compiling PHP 4.3.8 with MySQL standard 4.0.20.
There errors are:
ext/mysql/php_mysql.o: In function `zif_mysql_create_db':
/download/php-4.3.8/ext/mysql/php_mysql.c:1160: undefined reference to
`mysql_create_db'
ext/mysql/php_mysql.o: In function `zif_mysql_drop_db':
/download/php-4.3.8/ext/mysql/php_mysql.c:1202: undefined reference to
`mysql_drop_db'
I've looked through usenet and found some other similar problems, but
none of the solutions (i.e. duplicate mysql.h files) seems to be my problem.
The config paramater is --with-mysql=/usr/local/mysql
which is a symlink to the mysql 4.0.20 build directory.
Does anyone have an idea about this?
Thanks for any help.
Jerry