Hola a todos.
 
Estoy compilando PHP con este comando para el configure:  
Código:
 ./configure --with-apxs --with-dom --with-xml --with-mysql --with-dbx --with-zlib
  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().  
El útimo mensaje al hacer "make" es este: 
Código:
 ext/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'
  Pero eso también sale al hacer el ./configure sin --with-dbx  
¿Alguien puede darme algún consejo? Gracias.  
Un saludo,