Whenever I compile 4.3.0 using --with-mysql, I recieve this error message:
my_tempnam.c:103: the use of tempnam' is dangerous, better use
mkstemp'
Anyone know how I get around this?
[edit] I know this is supposed to be a warning that can be safely ignored, but compiling stops right here with no other error messages:
ext/mysql/libmysql/my_tempnam.lo: In function my_tempnam':
tempnam' is dangerous, better use `mkstemp'
/usr/local/src/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the use of
[root@localhost php-4.3.0]#
I guess I should also point out that this is on RedHat 7.2.[/edit]