ID: 26544 Updated by: [EMAIL PROTECTED] Reported By: andy at kksonline dot com Status: Feedback Bug Type: Compile Failure Operating System: FreeBSD 5.1 (Stable) PHP Version: 5CVS-2003-12-6 New Comment:
Configure detects the functions with the underscore prefixes. (e.g. __res_nmkquery in -lbind) Please check if you have '#define HAVE_RESOLV_H 1' in main/php_config.h..also check that the /usr/include/resolv.h actually has the aliases for these functions, e.g. #define res_nmkquery __res_nmkquery Previous Comments: ------------------------------------------------------------------------ [2003-12-09 15:37:37] [EMAIL PROTECTED] Please put the config.log file online somewhere OR email it to me. (DO NOT paste it here!) ------------------------------------------------------------------------ [2003-12-09 13:48:49] andy at kksonline dot com Hi ! Nothing changed. Same error. Andy ------------------------------------------------------------------------ [2003-12-08 17:57:48] [EMAIL PROTECTED] Please try changing the following line in your main/php_config.h file: /* #undef BIND_8_COMPAT */ to #define BIND_8_COMPAT 1 Then make and let us know the results. ------------------------------------------------------------------------ [2003-12-08 15:45:50] andy at kksonline dot com Hi ! For extra libs I have this... EXTRA_LIBS=-lcrypt -lbind -lm -lxml2 -lz -liconv I have Apache build totally normal (with so enabled), v2.0.44.. I usually had no problems compiling php (v3 and v4), with just this options... Andy ------------------------------------------------------------------------ [2003-12-07 13:20:15] [EMAIL PROTECTED] That is pretty strange since that part of the code won't be even compile if you don't have those functions.. What do you have in Makefile for EXTRA_LIBS ? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/26544 -- Edit this bug report at http://bugs.php.net/?id=26544&edit=1