Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 1999 10:49:01 -0800 (PST)
From:      Tom <tom@sdf.com>
To:        Marcel Moolenaar <marcel@scc.nl>
Cc:        database@FreeBSD.ORG
Subject:   Re: HOWTO: Oracle for Linux on FreeBSD
Message-ID:  <Pine.BSF.4.05.9901181047040.2072-100000@misery.sdf.com>
In-Reply-To: <36A38EF1.FB6985C1@scc.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, 18 Jan 1999, Marcel Moolenaar wrote:

> Tom wrote:
> > 
> > On Mon, 18 Jan 1999, Marcel Moolenaar wrote:
> > 
> > ...
> > > Well... That's it, actually; except that I want to thank Soren Schmidt for
> > > his feedback, support and confidence!
> > 
> >   Well, "LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/jdbc/lib" is rather
> > odd.  You should probably leave out $ORACLE_HOME/jdbc/lib as it only
> > contains JDBC drivers.
> 
> That's correct, but it is mentioned in the installation guide as necessary
> for JDBC. If I had left it out, someone would probably have posted a comment
> that I had forgotten something :-)

  Well, it is wrong then.  It contains no *.so files that the loader could
load, only Java.  It does belong in the CLASSPATH though, but you should
probably do:

CLASSPATH=$CLASSPATH:$ORACLE_HOME/jdbc/lib

So you don't wipe it out.

> Thanks for your feedback!
> 
> marcel
> 
> 

Tom


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901181047040.2072-100000>