[PHP] PHP/Java, Receiving Error message.

2001-09-05 Thread Bill Koch
with this. Does the length of the class path cause any issues? Other methods in other classes work fine. So I am pretty much lost at this point any help would be great. Bill Koch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] Apache Segmentation fault.

2001-08-30 Thread Bill Koch
I am getting Apache errors everytime that I try and run a Java class I get a segmentation error. Here is the error from my log [Thu Aug 30 08:35:33 2001] [notice] child pid x exit signal Segmentation fault (11) I am running RH 7.1(2.4.2) Apache 1.3.19 with mod_ssl and OpenSSL, PHP is

[PHP] PHP and Java issues. Desperate please help.

2001-08-28 Thread Bill Koch
I have dug through several forums trying to find a solution to this issue. I have configured PHP4.0.6 with Sun's JDK1.3.1 on RH7.1. I keep receiving a the following error message: Fatal error: Unable to load Java Library /usr/java/jdk1.3.1/jre/lib/i386 /classic/libjvm.so, error:

[PHP] Re: payflow pro hosed

2001-08-28 Thread Bill Koch
Dan, Check the php.ini file. You need to be sure the payflow library is being loaded. The following should be listed under extensions in your php.ini directory: extension=pfpro.so extension=libpfpro.so Also be sure that the path to the php/module file is listed as well. Bill -- PHP