Re: [Sqlrelay-discussion] Building x86_64 RPMs
Brought to you by:
mused
|
From: <la...@he...> - 2006-06-16 14:33:51
|
When building with standard methods (configure, make) does it recognizes it? When I was building with oracle instantclient, configure script did not recoginize it somehow. I had to remove a lot of stuff in configure script to get it working right in my situation. I can send you this configure script if you need. Lauris Ville Silventoinen wrote: > 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 > > > > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > |