Estoy compilando PHP con este comando para el configure:
Código:
Pero luego me dice en los scripts que las funciones de dbx no están definidas, y el soporte para dbx tampoco aparece reflejado en la salida de phpinfo(). ./configure --with-apxs --with-dom --with-xml --with-mysql --with-dbx --with-zlib
El útimo mensaje al hacer "make" es este:
Código:
Pero eso también sale al hacer el ./configure sin --with-dbxext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam': /home/ricardo/programas/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is dangerous, better use `mkstemp'
¿Alguien puede darme algún consejo? Gracias.
Un saludo,