|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-21 09:24 UTC] sniper@php.net
[2001-01-03 04:04 UTC] jmoore@php.net
[2001-01-03 09:09 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jul 05 06:00:02 2026 UTC |
Software: Solaris 7 SPARC, PHP 4.0.4, Apache 1.3.14, gcc 2.95-2 (Although I've also tried PHP 4.0.3pl1& Apache 1.3.9 - with same results) I get "Undefined symbol getaddrinfo & freeaddrinfo first referenced in file modules/php4/libphp4.a(network.o)" when compiling Apache. I get the SAME error when I start Apache after compiling PHP as a DSO module. Here is the exact error: -o httpd buildmark.o modules.o modules/php4/libphp4.a modules/standard/lib standard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat. a -R/usr/ucblib -L/usr/ucblib -Lmodules/php4 -L../modules/php4 -L../../modules /php4 -lmodphp4 -lpam -ldl -lresolv -lresolv -lm -ldl -lcrypt -lnsl -lsocket -lsocket -lsocket -lnsl Undefined first referenced symbol in file getaddrinfo modules/php4/libphp4.a(network.o) freeaddrinfo modules/php4/libphp4.a(network.o) ld: fatal: Symbol referencing errors. No output written to httpd collect2: ld returned 1 exit status