Hello,
I'm having trouble compiling PHP 4.3.4 on Solaris 8. This is the error
message it is showing:
-- start --
Undefined first referenced
symbol in file
php_parse_date ext/standard/datetime.o
ld: fatal: Symbol referencing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'
-- end --
The most common suggestiong I found while searching google was to
upgrade GCC from 2.95 to the latest. I upgraded both the GCC and the
libgcc packages and the error still continues. I also tried rolling back
to an earlier version (4.3.3) unsuccessfully.
Should I try rolling back to 4.3.2 or earlier? Is there anything I might
be missing? Any additional information?
TIA!
--
Andres Rosado
Email: andresr@despamm ed.com
ICQ: 66750646
AIM: pantear
Homepage: http://andres980.tripod.com/
"Megatron will not twist this innocent to his dark designs. I will
not allow it!"
"Hah! You will be too busy burning to prevent it!"
-- Silverbolt and Inferno, "Transmutat e"
I'm having trouble compiling PHP 4.3.4 on Solaris 8. This is the error
message it is showing:
-- start --
Undefined first referenced
symbol in file
php_parse_date ext/standard/datetime.o
ld: fatal: Symbol referencing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'
-- end --
The most common suggestiong I found while searching google was to
upgrade GCC from 2.95 to the latest. I upgraded both the GCC and the
libgcc packages and the error still continues. I also tried rolling back
to an earlier version (4.3.3) unsuccessfully.
Should I try rolling back to 4.3.2 or earlier? Is there anything I might
be missing? Any additional information?
TIA!
--
Andres Rosado
Email: andresr@despamm ed.com
ICQ: 66750646
AIM: pantear
Homepage: http://andres980.tripod.com/
"Megatron will not twist this innocent to his dark designs. I will
not allow it!"
"Hah! You will be too busy burning to prevent it!"
-- Silverbolt and Inferno, "Transmutat e"
Comment