Trying to configure php-4.3.2 on OperServer 5.0.6 using gcc 2.95.2 and gnu make 3.79. This error occurs even without specifying any options with configure. Also, configure does not stop. It keeps going and then gives you the "all OK" at the end. So you don't know you have an error situation until you try to make. Basically, it decides that res_search is available and configures it in main/php_config.h as being available.
Anyone know what should be done? I'd appreciate any help you can give me. Thanks, Dean The following excerpt is from config.log: configure:11675: checking for res_search configure:11703: gcc -o conftest -g -O2 conftest.c -lm -lsocket 1>&5 Undefined first referenced symbol in file res_search /usr/tmp/ccvP72oe.o conftest: fatal error: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 11680 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_search(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char res_search(); -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php