Re: [PHP-INST] oci8 on s/390

2001-08-13 Thread Benjamin Heckmann
> I am looking into running php on s/390. > > Do any of you know whether or not the only libraries needed for an oci8 > install are: > > libclntsh.so and libwtc8.so IMO this should not be enough. The main problem you should check is, if there is a oracle client software for your desired s/390 sys

RE: [PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-27 Thread Benjamin Heckmann
> Here is a description of the testcase for the problem: > > Oracle: > Create table Mytable ( > Username varchar2(20), > Passwdvarchar2(20), > Usertype varchar2(50)) So, why are you using VARCHAR2 for this case? If you used the simple VARCHAR for all of your columns this problem

[PHP-INST] Re: php with java support

2001-07-18 Thread Benjamin Heckmann
> Hi Benjamin! > > My name is Gerardo and I\'m triying to configure my php wit java support, > but I have some configuration errors, could you help me? > > When I want to open my php file, the browser display me this error: > > Fatal error: Unable to load Java Library libjava.so, error: undefined

Re: [PHP-INST] Oracle 8.1.6, Solaris and PHP

2001-07-14 Thread Benjamin Heckmann
> Hi, > I\'m relatively new to PHP and I want to use it in conjunction with Oracle > (well if you\'ve got one, why not use it? :). I initially have placed it on > my app server which has a full Oracle client implementation. However when I Make sure what you mean by "full". If your oracle client

Re: [PHP-INST] PHP & Java (another one!)

2001-06-29 Thread Benjamin Heckmann
First: If there is no entry in the phpinfo(); it won't work! So get the entry there! How? Well, lets see... First: I hope you hav used --with-java=/usr/local/jdk1.2.2 or something additional. Second: There is missing a line in your [Java]. Ther should also be an entry "java.library=libjava.so".

Re: [PHP-INST] Apache-1.3.19 + PHP-4.0.5 + Oracle 8i

2001-05-15 Thread Benjamin Heckmann
Ok, make sure your oracle client is full working standalone. This includes ALL environment settings to be done, even if you can't think of what they are good for. If this all is correct, it should work without a special path to your oracle client while configure. (See also messages in the archiv

Re: [PHP-INST] oracle configuration problem

2001-05-03 Thread Benjamin Heckmann
Ok, here we go again: You need at least a oracle client installation with oci8 support on your machine, where you are going to compile your php. If you haven't php won't find the needed include libraries and this is were you are right now. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED]

Re: [PHP-INST] OCI support

2001-04-25 Thread Benjamin Heckmann
Ok, here we go: First of all, forget all your problems after the configure problem. PHP has not compiled with your Oracle, so there won't be any functions. Next forget about: "My SQLPlus is running" because this won't help PHP in no way. It uses the OCI and this is what counts. Be sure you have

Re: [PHP-INST] Php user - webhost provider

2001-04-23 Thread Benjamin Heckmann
I once had the same problem. If your provider is not willing to help, you may do what I had done: Use the php ftp support to logon to your ftp account at your provider and than do what ever you want to. This works fine if the provider has installed the php ftp support. Ok, its a bit, well ... un

[PHP-INST] Satellite Extension

2001-03-26 Thread Benjamin Heckmann
Ok, has someone got this running? I got this far: 1. Checked out CVS Version 2000-09-02 2. ./autogen.sh 3. make error then fixed corba_defs.h 4. make error with loop while making examples/random/ 5. rm -r examples and edited Makefile.am and removed SUBDIRS=examples 6. make succedded 7. make i

[PHP-INST] PHP Satellite Extension - Orbit CVS 2000-09-02

2001-03-21 Thread Benjamin Heckmann
ORBit/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/heckmann/ORBit' make: *** [all-recursive-am] Error 2 When I use the TAR-File of ORBit 2000-09-02 and run configure it says the are files missing. So, what went wrong?! I hope you may help me with this...