[Sqlrelay-discussion] compiling for oracle support in ubuntu
Brought to you by:
mused
|
From: Joshua S. <yat...@gm...> - 2007-07-23 23:42:37
|
I would like to use sqlrelay in Ubuntu 7.04. Unfortunately, Ubuntu does not supply a package for sqlrelay and Oracle. Evidently I will need to compile sqlrelay myself in order to connect with an Oracle database. (The RPM is compiled against a different version of libc so I cannot use that.) I have installed Oracle's sqlplus client, but nothing else, so sqlrelay's configure script says the following: ***** Oracle ***************** checking for oracle includes and libraries... cat: /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/lib/sysliblist: No such file or directory no configure: WARNING: Oracle support will not be built. ****************************** Where can I get the required files to compile this? |