Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: libobk.so -> libdsbtsh8.so missing

Re: libobk.so -> libdsbtsh8.so missing

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Sat, 19 Feb 2000 12:36:14 +0200
Message-ID: <38AE721E.613B9CC8@0800-einwahl.de>


Many thanks, worked great after I used "zip lib.0.1.jar libdsbtsh8.so" instead of jar because jar was not in my path.

Martin

ykhogaly wrote:
>
> You can apply the following work around :
>
> 1) % cd <mountpoint>/stage/Components/oracle/rdbms/8.1.5.0.0/1/DataFiles
>
> 2) % cp lib.0.1.jar $ORACLE_HOME/lib
>
> 3) % cd $ORACLE_HOME/lib
>
> 4) % jar xf lib.0.1.jar libdsbtsh8.so
>
> There now should be a libdsbtsh8.so in "$ORACLE_HOME/lib" with a file size
> other than 0.
>
> 5) % rm libobk.so
>
> 6) % ln -s libdsbtsh8.so libobk.so
>
> 7) Relink oracle:
>
> % cd $ORACLE_HOME/rdbms/lib
> % make -f ins_rdbms.mk install
>
> Regards
>
> "The Views expressed here are my own and not necessarily those of Oracle
> Corporation"
>
> "Martin Haltmayer" <Martin.Haltmayer_at_0800-einwahl.de> wrote in message
> news:38AB402C.E8DF4E91_at_0800-einwahl.de...
> > I installed Oracle 8.1.5 EE for Linux with the patch of SuSE 6.3
> >
> > But the shared library $ORACLE_HOME/lib/libobk.so is empty (it is a
> > symbolic link to $ORACLE_HOME/lib/libdsbtsh8.so). I cannot start
> > sqlplus.
> >
> > Can someone please tell me where I can fill this library from?
> >
> > Martin
> >
> >
Received on Sat Feb 19 2000 - 04:36:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US