php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36186 relocations remain against allocatable but non-writable sections
Submitted: 2006-01-28 02:28 UTC Modified: 2006-01-29 16:21 UTC
From: alwold at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.2 OS: Solaris 9
Private report: No CVE-ID: None
 [2006-01-28 02:28 UTC] alwold at gmail dot com
Description:
------------
On Solaris, the final link command with libtool fails with "relocations remain against allocatable but non-writable sections".

This has been reported several times but marked as bogus, but it appears to be a real bug.  The linker on Solaris uses the option -G instead of -shared.

Editing the libtool in the source directory and replacing instances of -shared with -G resolves the problem and allows it to produce a library.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-29 16:21 UTC] sniper@php.net
Please read the other bug reports. This is no a PHP bug.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 23:01:33 2025 UTC