I have installed all the package of Mysql 3.23.55, and I configure the php with this:
configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql
and When I make, I got some error as this:
ext/mysql/libmysql/my_tempnam.lo: In function my_tempnam':
/tmp/web/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: the use oftempnam' is dangerous, better use `mkstemp'
What's wrong there?