php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12186 Dynamic Library support not available
Submitted: 2001-07-16 10:17 UTC Modified: 2001-11-20 11:02 UTC
From: kevin dot cao at lhsystems dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.4pl1 OS: HP-UX 11.00
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: kevin dot cao at lhsystems dot com
New email:
PHP Version: OS:

 

 [2001-07-16 10:17 UTC] kevin dot cao at lhsystems dot com
Hi,
I have some problems to get php, java and apache working together.

the error I get is:
PHP Warning:  Cannot dynamically load libphp_java.sl - dynamic modules are not supported in Unknown on line 0

On the phpinfo() page there is no java section on it and this message is printed:
Dynamic Library support not available

I am using apache 1.3.12 on HP-UX 11.00 and PHP/4.0.4pl1

I compiled php with following options:
./configure --with-apxs=/opt/apache/bin/apxs --with-java=/opt/java --enable-shared

here is my php.ini:

[Java]
java.home = /opt/java
java.library = libjava.sl
java.class.path = /usr/local/lib/php_java.jar;/sw/manta/stage3/htdocs/manta
java.library.path = /opt/java/lib/PA_RISC/native_threads;/usr/local/lib/php/extensions/no-debug-non-zts-20001222;/opt/java1.3/jre/lib/PA_RISC;/opt/java1.3/jre/l
ib/PA_RISC/hotspots
extension=libphp_java.sl
extension_dir=/opt/php/php-4.0.4pl1/modules 

Do you have any ideas?
I can not find any solution to that problem on the net.

Thanks in advance.
Kevin

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-30 23:08 UTC] sniper@php.net
Does this happen with latest CVS snapshot from http://snaps.php.net/ ?

 [2001-11-20 11:02 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 09:01:28 2025 UTC