php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36093 Same as "Bogus" Bug #33476
Submitted: 2006-01-20 00:02 UTC Modified: 2006-01-20 04:52 UTC
From: badams at cadence dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.2 OS: Solaris 9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: badams at cadence dot com
New email:
PHP Version: OS:

 

 [2006-01-20 00:02 UTC] badams at cadence dot com
Description:
------------
I'm experiencing the same as Bug #33476.  But since you deemed that bug BOGUS, I can't add anything.

On Solaris 9, 5.0.5 compiles, but 5.1.2 fails in the manner described in Bug #33476, except it mentions mysql, not imap, before the error.  At this rate we will have to stay at 5.0.5.

Reproduce code:
---------------
./configure --with-apxs2=/opt/apache2/bin/apxs --with-mysql=/usr/local/mysql

make



Actual result:
--------------
ld: fatal: relocations remain against allocatable but non-writable section

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-20 00:21 UTC] sniper@php.net
You're trying to compile shared library against static libraries which is not supported properly on your system.
This is not a PHP bug. It was allowed before but not anymore.
 [2006-01-20 00:34 UTC] badams at cadence dot com
Thanks for the feedback.  I'll try building and using mysql shared libraries and post the outcome.
 [2006-01-20 04:52 UTC] badams at cadence dot com
Building mysql shared libraries resulted in successful build of PHP 5.1.2 with mysql.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Aug 13 16:00:03 2025 UTC