[Sqlrelay-discussion] Re: compiling SQLRelay with Oracle 10g thin client
Brought to you by:
mused
|
From: Andrew L. <ala...@bo...> - 2005-11-02 22:46:21
|
I have a setup similar to yours, Seth. I noticed that the configure
script looks for the library libcore10.a to determine that you have
Oracle 10g, but then once that library is found adds -lclntsh to the
linker's command line, so running the following command
touch $ORACLE_HOME/lib/libcore10.a
before running configure will allow the sqlrealy Oracle connector to
be built.
(I'd recommend removing the touch file afterwards, so no one would
get confused.)
|