|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-08-13 15:07 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 14 23:00:01 2026 UTC |
This is what I get when compiling Apache-1.3.1 with PHP-3.0.2a: gcc -DLINUX=2 -DUSE_HSREGEX -DSERVER_SUBVERSION=\"PHP/3.0.2a\" ./apaci \ -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php modules/php3/libphp3.a(dns.o): In function Php3_checkdnsrr': /usr/local/src/php-3.0.2a/functions/dns.c:212: undefined reference to __res_sea /usr/local/src/php-3.0.2a/functions/dns.c:212: undefined reference to __res_sea /usr/local/src/php-3.0.2a/functions/dns.c:279: undefined reference to __res_sea /usr/local/src/php-3.0.2a/functions/dns.c:279: undefined reference to __res_sea /usr/local/src/php-3.0.2a/functions/dns.c:288: undefined reference to __dn_skip /usr/local/src/php-3.0.2a/functions/dns.c:288: undefined reference to __dn_skip /usr/local/src/php-3.0.2a/functions/dns.c:294: undefined reference to __dn_skip /usr/local/src/php-3.0.2a/functions/dns.c:294: undefined reference to __dn_skip /usr/local/src/php-3.0.2a/functions/dns.c:306: undefined reference to __dn_expa /usr/local/src/php-3.0.2a/functions/dns.c:306: undefined reference to __dn_expa ...etc. Compilation of php runs clean, same for Apache without php. I can't duplicate the error on an Intel machine (same version and settings).