Instalar php4.3.3 en redhat 9

Antes de todo garcias por leer mi correo.
Bueno mi problema es que cuando quiero instalar php4.3.3 en redhat 9 realizo el ./configure y todo sale aparentemente bien, pero al hacer el make me sale el siguiente error:
_______________________________________
nd_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -lcrypt -o sapi/cli/php
ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam':
/usr/local/php433/php-4.3.3/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam' is dangerous, better use `mkstemp'
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
[root@avispanet php-4.3.3]#
_______________________________________
y no trabaja php. Que puedo hacer?
Gracias de antemano.
isaias
[email protected]
[email protected]

1 respuesta

Respuesta
1
Este error esta reportado en los bugs de php, sin embargo se indica que no debería afectar al funcionamiento de PHP, el problema que usted tiene podría deberse a otra causa.
Adjunto información:
15. When compiling PHP with MySQL, configure runs fine but during make I get an error similar to the following: ext/mysql/libmysql/my_tempnam.o(.text+0x46): In function my_tempnam': /php4/ext/mysql/libmysql/my_tempnam.c:103: the use of tempnam' is dangerous, better use mkstemp', ¿what's wrong?
First, it's important to realize that this is a Warning and not a fatal error. Because this is often the last output seen during make, it may seem like a fatal error but it's not. Of course, if you set your compiler to die on Warnings, it will. Also keep in mind that MySQL support is enabled by default.
Note: As of PHP 4.3.2, you'll also see the following text after the build (make) completes:
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas