php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23718 Apache not started Unresolved symbol
Submitted: 2003-05-20 09:10 UTC Modified: 2003-05-27 20:04 UTC
From: o dot kraekel at gmx dot de Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.3 OS: hp-ux 11
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: o dot kraekel at gmx dot de
New email:
PHP Version: OS:

 

 [2003-05-20 09:10 UTC] o dot kraekel at gmx dot de
Hello,

PHP-4.2.3 comes with HP apache 2.0 module.
Apache does load
PHP module with following error :
/usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from /opt/hpws/apache/modules/libphp4.so
/usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from /opt/hpws/apache/modules/libphp4.so
/usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from /opt/hpws/apache/modules/libphp4.so
/usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from /opt/hpws/apache/modules/libphp4.so
Syntax error on line 220 of /opt/hpws/apache/conf/httpd.conf:
Cannot load /opt/hpws/apache/modules/libphp4.so into server: No such file or directory


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-25 21:57 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-05-27 20:04 UTC] sniper@php.net
From the manual notes: 

"HP-UX 11.X PA-RISC installation with oracle (oci8). You need to install the HP-UX patch PHSS_22514 patch (updated libdld.sl), otherwise you will get errors with dlopen() and dlclose() not found during the apache integration stage."

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 06:01:34 2024 UTC