From: phpnet at gal dot dk Operating system: FreeBSD 4.8-STABLE PHP version: 4.3.3RC3 PHP Bug Type: Compile Failure Bug description: php can not compile --with-oracle
Description: ------------ To compile php --with-oracle support, you have to install Oracle7 libraries on FreeBSD. This is done automatically from the ports-system.. However with 4.3.3RC2 I can no longer get this to compile. With 4.3.2 it works perfect. Reproduce code: --------------- The FreeBSD ports system generates this file after what I choose in the pseudo-graphic menu-thing that helps me pick out php features. WITH_CTYPE=yes WITH_MYSQL=yes WITH_ORACLE=yes WITH_OVERLOAD=yes WITH_PCRE=yes WITH_POSIX=yes WITH_SESSION=yes WITH_TOKENIZER=yes WITH_XML=yes WITH_ZLIB=yes I can leave just about anything out, except the WITH_ORACLE setting, and the compile still fails. Actual result: -------------- /usr/local/oracle7/lib/libclient.a(upigem.o): In function 'upilem': upigem.o(.text+0x454): undefined reference to '__wrap_sprintf' upigem.o(.text+0x48e): undefined reference to '__wrap_sprintf' /usr/local/oracle7/lib/lbibclient.a(upilog.o): In function ' upilgn': upigem.o(.text+0x1136): undefined reference to __wrap_sprintf' .. .. .. And then a million more just like them. All complaining aboyt undefined references to __wrap-functions. -- Edit bug report at http://bugs.php.net/?id=25005&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25005&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25005&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25005&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25005&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25005&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25005&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25005&r=support Expected behavior: http://bugs.php.net/fix.php?id=25005&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25005&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25005&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25005&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25005&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25005&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25005&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25005&r=gnused
