Howdy, I'm trying to build the latest (just did a cvs up -dP) php from cvs and I can't seem to build it. configure seems to work just fine, and most of the make works.
Linux Mandrake 8.1 box. ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --with-mysql=/usr \ --with-oci8=/u01/app/oracle/product/8.1.7 \ --enable-sigchild \ --with-mcrypt=/usr/local \ --with-gd=/usr \ --with-png-dir=/usr \ --with-jpeg-dir=/usr \ --with-zlib-dir=/usr \ --enable-trackvars \ --with-xml \ --with-zlib \ --with-mm=/usr/local \ --disable-debug main/internal_functions_cli.lo: In function `php_startup_internal_extensions': /home/waboring/devel/php4/main/internal_functions_cli.c:67: undefined reference to `posix_module_entry' /home/waboring/devel/php4/main/internal_functions_cli.c:68: undefined reference to `overload_module_entry' /home/waboring/devel/php4/main/internal_functions_cli.c:68: undefined reference to `oci8_module_entry' /home/waboring/devel/php4/main/internal_functions_cli.c:68: undefined reference to `mcrypt_module_entry' /home/waboring/devel/php4/main/internal_functions_cli.c:69: undefined reference to `gd_module_entry' /home/waboring/devel/php4/main/internal_functions_cli.c:69: undefined reference to `ctype_module_entry' /home/waboring/devel/php4/main/internal_functions_cli.c:69: undefined reference to `php_zlib_module_entry' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php