php-4.3.1
linux redhat 9.0
mysql 3.23
./configure seems to work fine, but make gives me this:
ext/mysql/libmysql/my_tempnam.lo(.text+0x4c): In function my_tempnam':
/usr/tar/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: the use oftempnam' is dangerous, better use mkstemp'
ext/mysql/libmysql/my_lib.lo(.text+0x3d1): In functionmy_dir':
/usr/tar/php-4.3.1/ext/mysql/libmysql/my_lib.c:169: undefined reference to errno'
ext/mysql/libmysql/my_lib.lo(.text+0x5ef): In functionmy_stat':
/usr/tar/php-4.3.1/ext/mysql/libmysql/my_lib.c:588: undefined reference to errno'
ext/mysql/libmysql/my_malloc.lo(.text+0xde): In functionmy_malloc':
/usr/tar/php-4.3.1/ext/mysql/libmysql/my_malloc.c:24: undefined reference to errno'
ext/mysql/libmysql/my_realloc.lo(.text+0xd5): In functionmy_realloc':
/usr/tar/php-4.3.1/ext/mysql/libmysql/my_realloc.c:44: undefined reference to errno'
ext/mysql/libmysql/my_delete.lo(.text+0x86): In functionmy_delete':
/usr/tar/php-4.3.1/ext/mysql/libmysql/my_delete.c:16: undefined reference to errno'
ext/mysql/libmysql/my_tempnam.lo(.text+0x89):/usr/tar/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:108: more undefined references toerrno' follow
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Any help much appreciated ASAP! Thanks,