From: arosado at softhome dot net Operating system: Solaris 8/gcc 3.3.2 PHP version: 4.3.4 PHP Bug Type: Compile Failure Bug description: Undefined symbol php_parse_date
Description: ------------ I am trying to compile PHP 4.3.4 in Solaris 8. It gives an error that the symbol php_parse_date doesn't exist. I managed to compile it by disabling PEAR, but I might need to have PEAR enable in a near future. Here is the information from my system Configure line: ./configure --with-apache=../apache --disable-display-source --disable-short-tags --with-gdbm --with-imap=../imap-2002e --with-imsp=../libimsp --with-ldap=../ldap --with-gd --with-jpeg-dir=/usr/local/lib/ --with-t1lib=/usr/local/lib --with-openssl=/usr/local/ssl/ --with-zlib-dir=/usr/local/lib --with-png-dir=/usr/local/lib/ --with-imap-ssl=/usr/local/ssl/ gcc version 3.3.2 bison version: 1.75 Last command from the make: http://andres980.tripod.com/lasterror.log TIA -- Edit bug report at http://bugs.php.net/?id=27449&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27449&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27449&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27449&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27449&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27449&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27449&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27449&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27449&r=support Expected behavior: http://bugs.php.net/fix.php?id=27449&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27449&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27449&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27449&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27449&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27449&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27449&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27449&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27449&r=float
