Click to See Complete Forum and Search --> : Is there some one meet this problem??


Steve3d
03-06-2003, 05:07 AM
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 of `tempnam' is dangerous, better use `mkstemp'

What's wrong there?