Organization: IBM
> Date: Wed, 14 Feb 2001 19:25:23 -0500
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] PHP & JAVA Install
>
> Stanton,
>
> Check if libphp_java.so is in the following location:
>
> extension_dir=/home/stanton/apa
Stanton,
Check if libphp_java.so is in the following location:
extension_dir=/home/stanton/apache/php-4.0.4pl1/modules
extension=libphp_java.so
If it is, try running ldd libphp_java.so and see what you get. If you
can't find some of the jdk libraries, set LD_LIBRARY_PATH to contain the
same en
Sorry for the long delay in responding,
I configured the java.library.path as you indicated, but still get an error
reading:
Fatal error: Unable to load Java Library libjava.so, error: ÿ¿®@TZif: cannot
open shared object file: No such file or directory in
/home/stanton/apache/live2/htdocs/jver.p
> Ok, first things first:
>
> 1. Thanks for helping out.
>
My pleasure.
> 2. Should this reply also be going to the list - it did not seem as though
> yours came through it...but perhaps I am misreading my email header? If it
> should, I will resend it.
>
It should. I posted this on the list as
Stanton Schell wrote:
> Here it is:
>
> [Java]
> java.class.path=/home/stanton/apache/live2/conf/php_java.jar
> java.home=/usr/java/jdk1.3
> java.library.path=/home/stanton/apache/php-4.0.4pl1/modules
> java.library=libphp_java.so
> extension_dir=/home/stanton/apache/php-4.0.4pl1/modules
> extens
--
Stanton Schell
livsform design group
[EMAIL PROTECTED]
703-538-3491
703-989-6591
> From: Alex Akilov <[EMAIL PROTECTED]>
> Organization: IBM
> Date: Tue, 06 Feb 2001 18:26:41 -0500
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] PHP & JAVA Install
>
> Stanton,
>
&
Stanton,
Please post the [java] section of your php.ini so I can take a look.
Alex
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hello,
I am trying to install PHP with the Java extension.
I am running RH 7.0 and have compiled a local user copy of Apache 1.3.14
with PHP4.0.4pl1. I am using Sun's JDK 1.3.
I have been through a number of errors that I have solved from this mailing
list and the README in ext/java. However,