php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5795 java extension: Unable to load Java Library libjava.so
Submitted: 2000-07-26 16:25 UTC Modified: 2000-12-07 11:24 UTC
From: gberger at apaara dot com Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.1pl2 OS: Linux, Red Hat 6.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
10 + 27 = ?
Subscribe to this entry?

 
 [2000-07-26 16:25 UTC] gberger at apaara dot com
compile and make run without errors, php works fine, but the java extension doesn't:
the settings are shown in phpinfo(), extension_loaded ("java") returns 1, but as soon as I try to instatniate a class (e.g. $system = new Java("java.lang.System");) the script halts:

Unable to load Java Library /usr/local/jdk1.2.2/jre/lib/i386/libjava.so

but this is the path where libjava.so is located. libphp_java.so is aparently found. fiddling with path-settings in php.ini does not affect the problem.

php.ini:
[java]
extension_dir=/usr/local/lib
extension=libphp_java.so
java.class.path=/usr/local/lib/php_java.jar

php runs as apache module, with 
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --enable-track-vars --with-java=/usr/local/jdk1.2.2 --with-config-file-path=/usr/local/lib

jdk used is blackdown jdk1.2.2 (jdk-1.2.2-rc4-linux-i386-glibc-2.1.2.tar)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-13 20:41 UTC] rubys@php.net
libjava.so references other libraries, and those libraries need to be accessible.  I've added more information into the latest README with suggestions of things to try and ways to debug the situation.
 [2000-11-08 18:19 UTC] sniper@php.net
What is the situation with this report? Is this still a problem?

--Jani
 [2000-12-07 11:24 UTC] sniper@php.net
Reopen, if this still happens when using latest snapshot
from http://snaps.php.net/

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC