[Sqlrelay-discussion] Building x86_64 RPMs
Brought to you by:
mused
|
From: Ville S. <vs...@eb...> - 2006-06-16 14:20:48
|
Hi, I'm trying to create an RPM for CentOS x86_64 from sqlrelay-0.37-1.src.rpm. I've installed Oracle instantclient and rudiments-0.29 RPMs. After the Oracle installation, I have the Oracle libraries in: /usr/lib64/oracle/10.2.0.2/client/ The /usr/lib/ doesn't contain oracle libraries. As you will probably guess, when I do "rpmbuild -bb <options> sqlrelay.spec", the build fails: ***** Oracle ***************** checking for oracle includes and libraries... no configure: WARNING: Oracle support will not be built. Is there a way around this? I know how to build SQL Relay manually (configure, modify libtool, make, make install), but is there a way to build an RPM? (I'm a complete newbie with RPMs so maybe I'm missing something!) Thanks, Ville |