From: [EMAIL PROTECTED] Operating system: Linux (SuSE 6.4) PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: build script fails to link "nss_dns" library
System: SuSE Linux 6.4 Apache 1.3.23 PHP 4.1.1 WHAT HAPPENED: I compile PHP as a DSO module against Apache 1.3.23 and everything looks ok but then when I try to load the module the httpd binary won't run complaining of unresolved symbols: "undefined reference to `__dn_skipname" HOW I "FIXED" IT. I found this message: http://www.geocrawler.com/archives/3/5/2000/5/0/3821638/ Referencing bug #4739. I did as suggested adding EXTRA_LIBS="-lnss_dns" in Apache's Configuration file and then it all worked as expected. Is this an Apache or PHP bug? Thanks. -- Edit bug report at http://bugs.php.net/?id=15623&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15623&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15623&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15623&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15623&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15623&r=support Expected behavior: http://bugs.php.net/fix.php?id=15623&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15623&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15623&r=submittedtwice
