php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8540 --enable-versioning and dynamic php extensions won't work on Solaris
Submitted: 2001-01-03 14:56 UTC Modified: 2001-03-16 16:07 UTC
From: hartmut at six dot de Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.4 OS: Solaris 7
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hartmut at six dot de
New email:
PHP Version: OS:

 

 [2001-01-03 14:56 UTC] hartmut at six dot de
When trying to get both PHP 3 and 4 Modules
working in a single Apache it is not possible
to load php 4 extensions dynamicly as shared objects

removing php 3 from the server setup does not help,
the problem is related to --enable-versioning

this is broken on solaris but works fine on linux ...

the error message is

PHP Warning:  Unable to load dynamic library
'.../no-debug-non-zts-20001214/sixcode.so' - 
ld.so.1: .../bin/httpd: fatal: relocation error: file .../no-debug-non-zts-20001214/sixcode.so: 
symbol alloc_globals: 
referenced symbol not found in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-16 16:05 UTC] hholzgra@php.net
1. this does not happen on linux, but on solaris

2. it should be enough to compile just the php 3 module 
with versioning so that dynamic loading in php 4 is not
affected 
 [2001-03-16 16:07 UTC] hholzgra@php.net
looks like i was talking to myself :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC