alexfittyfives
April 13th, 2008, 07:46 AM
Hi people,
I'm trying to create a deb package of TOra using the oracle libs supplied in oracle-xe-client from the oracle repos.
I download the source package and change the config options in debian/rules to:
--prefix=/usr --with-oracle=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server --without-rpath --disable-new-check --without-kde --enable-libsuffix=
I also set $ORACLE_HOME to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
if I then do a debian/rules binary, it dies on the dh_shlibdeps stage with:
dpkg-shlibdeps: failure: no dependency information found for /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libclntsh.so.10.1 (used by debian/tora/usr/bin/tora).
dh_shlibdeps: command returned error code 512
make: *** [binary-arch] Error 1
If I comment out the dh_shlibdeps step in the binary-arch target of debian/rules, it compiles and creates the package. If I install it, I've got TOra with oracle support!
Is there a way to skip the dh_shlibdeps step without resorting to such a hack?
I'm trying to create a deb package of TOra using the oracle libs supplied in oracle-xe-client from the oracle repos.
I download the source package and change the config options in debian/rules to:
--prefix=/usr --with-oracle=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server --without-rpath --disable-new-check --without-kde --enable-libsuffix=
I also set $ORACLE_HOME to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
if I then do a debian/rules binary, it dies on the dh_shlibdeps stage with:
dpkg-shlibdeps: failure: no dependency information found for /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libclntsh.so.10.1 (used by debian/tora/usr/bin/tora).
dh_shlibdeps: command returned error code 512
make: *** [binary-arch] Error 1
If I comment out the dh_shlibdeps step in the binary-arch target of debian/rules, it compiles and creates the package. If I install it, I've got TOra with oracle support!
Is there a way to skip the dh_shlibdeps step without resorting to such a hack?