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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alwold at gmail dot com
New email:
PHP Version: OS:

 

 [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: Mon Jul 14 07:01:32 2025 UTC