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
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 on the net.
Thanks in advance.
Kevin