php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36901 ld.so.1: php: fatal: relocation error: when compiling PHP 5.1.2
Submitted: 2006-03-28 23:47 UTC Modified: 2006-03-29 00:11 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: bnatal at tsp dot sheridan dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.1.2 OS: Solaris 9
Private report: No CVE-ID: None
 [2006-03-28 23:47 UTC] bnatal at tsp dot sheridan dot com
Description:
------------
When compiling PHP 5.1.2 on Solaris 9 I'm getting this error message and not allowing me to start-up apache.

Here is the message after running "Make Install".

make[1]: Warning: File `sapi/cli/php' has modification time 24 s in the future
ld.so.1: php: fatal: relocation error: file /SunSolaris/transition/packages/php-5.1.2/sapi/cli/php: symbol xmlTextReaderGetAttribute: referenced symbol not found
Killed

Any suggestions?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-28 23:52 UTC] tony2001@php.net
What tools do you use to compile PHP?
I mean compiler, ld etc. - are they GNU ones or native?
 [2006-03-28 23:56 UTC] bnatal at tsp dot sheridan dot com
I'm using the latest gcc compiler on Solaris 9, and the GNU make.
 [2006-03-28 23:59 UTC] tony2001@php.net
And what about linker?
 [2006-03-29 00:01 UTC] bnatal at tsp dot sheridan dot com
I'm using the native / default from Solaris 9. How can I verify the version or does it matter?
 [2006-03-29 00:11 UTC] tony2001@php.net
Use GNU ld, the native one is broken.
Not PHP problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC