php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27449 Undefined symbol php_parse_date
Submitted: 2004-03-01 12:52 UTC Modified: 2004-03-01 16:28 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: arosado at softhome dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.4 OS: Solaris 8/gcc 3.3.2
Private report: No CVE-ID: None
 [2004-03-01 12:52 UTC] arosado at softhome dot net
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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-01 12:55 UTC] derick@php.net
Please update your bison to version 1.875a, 1.75 is known to have some problems. (And also grab the latest STABLE snapshot from http://snaps.php.net please)

regards,
Derick
 [2004-03-01 16:14 UTC] arosado at softhome dot net
I upgraded bison and tried to compile 4.3.4 unsuccessful. However, using the latest snapshot does solves the problem.
 [2004-03-01 16:16 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Okay, considered fixed then.
 [2004-03-01 16:28 UTC] derick@php.net
Fixed -> Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 15:01:28 2024 UTC