I have downloaded PHP 4.3.1 in php.net for Linux. When I execute ./configure --prefix=/php --with-mysql --with-apache2=/httpd-2.0.34 everything is ok. But, when I execute the command make after, I have two errors: the use of `tempnam' is dangerou s, better use `mkstemp' and a few style error: ext/mysql/libmysql/my_lib.o(.text+0x3c4): In function `my_dir': /php-4.3.1/ext/mysql/libmysql/my_lib.c:169: undefined reference to `errno'
Who can help me? Thank you, Benoit Tremblay