When I do "make" after ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.28 --with-xslt-sablot=/usr/local/ --enable-xslt --with-gd=/usr/local/
I've got a stop due to errors:
ext/mysql/php_mysql.o(.text+0x1ca4): In function zif_mysql_create_db':
/usr/local/src/php-4.3.2/ext/mysql/php_mysql.c:1115: undefined reference tomysql_create_db'
ext/mysql/php_mysql.o(.text+0x1e36): In function zif_mysql_drop_db':
/usr/local/src/php-4.3.2/ext/mysql/php_mysql.c:1157: undefined reference tomysql_drop_db'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
apache 1.3.28
php 4.3.2
mysql 4.014
On Mandrake 9.1
Thought it was from "LDFLAGS=-lstdc++" but no...
Help please