> 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
> 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
> 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
> 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
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".
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
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]
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
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
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
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...
11 matches
Mail list logo