Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-11-08 Thread Jost Boekemeier
[resent, this time with the correct subject, sorry] I have tried to compile php-java-bridge v1.0.5. /opt/php/php-4.3.9/php-java- bridge_1.0.5/server/natcJavaBridge.c:202: too many arguments to function `sigwait' Solaris has a non-standard sigwait() function. It requires a special flag to

Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-10-27 Thread Andrew Hauger
Still having trouble with this. I have tried to compile the standard java extension in ext/java, and I have tried to compile php-java-bridge v1.0.5. The 'phpize' script fails for the standard java extension with the following messages: Can't locate object method path via package Request at

Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-10-22 Thread Andrew Hauger
Thanks Raditha. Unfortunately, I am still having problems. I am new to building extensions, and now my problem is an error during the java extension build process. I got the message : configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL when I ran phpize in the ext/java directory.

Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-10-22 Thread raditha dissanayake
Andrew Hauger wrote: Thanks Raditha. Unfortunately, I am still having problems. I am new to building extensions, and now my problem is an error during the java extension build process. I got the message : configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL Sorry haven't seen this

[PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-10-21 Thread Andrew Hauger
Everything compiled okay, and I think everything is installed in the right places. When I try to run a test program, I get the error: [error] PHP Fatal error: java.lang.UnsatisfiedLinkError: no php_java in java.library.path in /usr/local/apache/htdocs/java_test2.php on line 5 The file

Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-10-21 Thread raditha dissanayake
Andrew Hauger wrote: Everything compiled okay, and I think everything is installed in the right places. When I try to run a test program, I get the error: [error] PHP Fatal error: java.lang.UnsatisfiedLinkError: no php_java in java.library.path in /usr/local/apache/htdocs/java_test2.php on line 5