RH9下安装Apache+Mysql+php的问题

RH9下安装Apache+Mysql+php的问题

一、在RH9下安装系统,Mysql使用系统自带软件安装;
二、编译并安装Apache2.0.50;
三、在编译安装PHP4.3.8的过程中,在进行Make后最后出现一提示为:
ext/mysql/libmysql/my_tempnam.lo(.text+0x4c):In function 'my_tempnam':
/usr/src/php-4.3.8/ext/mysql/libmysql/my_tempnam.c:115 the usr of 'tempnam' is dangerous,better use 'mkstemp'

不知这是何意并求解。
编译时用了什么参数?
一、mysql是在进行系统安装时选择安装的
二、在编译apacge2.0.50时用了以下参数:
./configure --prefix=/usr/local/httpd --enable-so
三、在编译php时的参数如下:
./configure --with-paxs2=/usr/local/httpd/bin/apxs --with-mysql --enable-ftp --with-jpeg=/usr/lib --with-png=/usr/lib --with-freetypw=/usr/lib --with-gd=/usr/gd-with_gif