I've just compiled PHP4.0.4PL1 w/java (and imap, mysql) enabled in CGI mode and modified php.ini appropriately. Whenever I try running a simple php script w/java in it, I get the following error:
PHP Fatal error: Unable to load Java Library /lib.so, error: /lib.so: cannot open shared object file: No such file or directory in script.php on line #
I don't think lib.so exists anywhere, but grep'ng through various files does a reference to it in:
%grep lib.so *
Binary file libphp_java.so matches
Any ideas on the problem/fix?
Thx.