> ext/mysql/libmysql/my_tempnam.lo(.text+0x4c): In function `my_tempnam': > /apps/config/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: the use of > `tempnam' is dangerous, better use `mkstemp' > ext/mysql/libmysql/my_lib.lo(.text+0x3d1): In function `my_dir': > /apps/config/php-4.3.1/ext/mysql/libmysql/my_lib.c:169: undefined > reference to `errno' Oh yeah, I forgot about those. I just added #include <errno.h> to the top of each of the .c files which were missing it in order to get it to build. HTH, Eric