|
From: Jim D. <jd...@ho...> - 2005-09-17 16:31:41
|
I deployed the JavaBridge.war to a Tomcat/Apache server and when I browse
the test page,
numberguess.php, I get the following error message in the returned web page,
java extension not installed.
PHP is up and running OK and so are JSP pages.
Where can I find a copy of the java.so?
I can't it install it from the RPM because Red Hat 9.0 doesn't have a RPM
for PHP 4.4, so I had to build and install PHP 4.0. By doing that when I go
to install the java-bridge in tells me it can find a dependcy package php
4.3.*, even though PHP 4.0 is installed.
How can I tell the bridge RPM install where to find the latest PHP install?
OR
How can I get this build to work?
phpize && ./configure --with-java=/opt/IBMJava2-14 \
--disable-servlet
I get an the following error message when trying to build with the above
line,
cp: cannot stat 'acinclude.m4' : No such file or directory
Thanks,
Jim
|