I am now experiencing this problem, as well.
ext/mysql/libmysql/my_tempnam.lo(.text+0x38): In function `my_tempnam':
/home/cwetherb/local/src/php-4.4.4/ext/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dangerous, better use `mkstemp'
ext/standard/basic_functions.lo(.data+0xfb8): undefined reference to `zif_glob'
ext/standard/dir.lo(.text+0xcfd): In function `zif_rk_glob':
/home/cwetherb/local/src/php-4.4.4/ext/standard/dir.c:386: undefined reference to `rk_glob'
ext/standard/dir.lo(.text+0xe42):/home/cwetherb/local/src/php-4.4.4/ext/standard/dir.c:440: undefined reference to `rk_globfree'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
I'm trying to compile PHP 4.4.4 against Apache 2.2.3.
I read a post in German on another forum that said there was a problem with version incompatibility, and the poster recommended rolling back to PHP 4.1.x and Apache 2.0.x. Any thoughts on that? I'd rather not roll back, especially the Apache part of it.
Thanks!
Colin