ID: 22574
Updated by: [EMAIL PROTECTED]
Reported By: john345 at earthlink dot net
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: SCO OpenServer 5.0.6
-PHP Version: 4.3.1
+PHP Version: 4.3.2-dev
New Comment:
So the configure detects that your system has getaddrinfo()
but during compile/link, it fails.
Try this:
# rm config.cache
# ./configure --disable-all --disable-cli
# make clean && make
And if it fails, paste the last 20 lines of the output from 'make'
here. Including the exact error.
Previous Comments:
------------------------------------------------------------------------
[2003-03-10 08:16:40] john345 at earthlink dot net
My DUH. Sorry. This is the line from main/php_config.h.
#define HAVE_GETADDRINFO 1
------------------------------------------------------------------------
[2003-03-09 17:43:33] [EMAIL PROTECTED]
rephrased: Search main/php_config.h for line with text HAVE_GETADDRINFO
and add that line to this bug report.
------------------------------------------------------------------------
[2003-03-09 17:21:27] john345 at earthlink dot net
Add "it". And what "it" would you be refering to? Can you please be a
bit more specific. I am a Java programmer and haven't done anything
with C or C++ in a long time. I'll be glad to give anything a try.
Thanks.
------------------------------------------------------------------------
[2003-03-06 22:01:23] [EMAIL PROTECTED]
Check main/php_config.h for line with HAVE_GETADDRINFO
and add it here.
------------------------------------------------------------------------
[2003-03-06 16:05:08] john345 at earthlink dot net
Tried php4-STABLE-latest.tar.gz and the still get the unsatisfied
symbols freeaddrinfo and getaddrinfo.
------------------------------------------------------------------------
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/22574
--
Edit this bug report at http://bugs.php.net/?id=22574&edit=1