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

Home -> Community -> Usenet -> c.d.o.misc -> Re: hp-ux oracle 8.0.4 install error - libc.2 not found?

Re: hp-ux oracle 8.0.4 install error - libc.2 not found?

From: Richard Lloyd <rkl_at_csc.liv.ac.uk>
Date: Mon, 10 May 1999 23:40:46 GMT
Message-ID: <FBJJ3y.K4M@csc.liv.ac.uk>


In article <7h7ek1$db3$1_at_ligarius.ultra.net>, "greg roody" <gnr_at_pop.ma.ultranet.com> writes:
> HP 10.20, Oracle 8.0.4
> /usr/lib/dld.sl: Can't find path for shared library: libc.2

As far as I know, /usr/lib/libc.2 is only present in HP-UX 11.0, not 10.20 (the latter has /usr/lib/libc.1). Are you *sure* the Oracle CD-ROMs you have are for 10.20 and not for 11.0 ?

One trick (as root) you can try on 10.20 is:

cd /usr/lib
ln -s libc.1 libc.2

I've actually done this as a test a while ago on a 10.20 system and then surprisingly managed to run an 11.0 binary (not Oracle though) quite satisfactorily !

Richard K. Lloyd,         E-mail: rkl_at_connect.org.uk
Connect,                     WWW: http://www.connect.org.uk/

Liverpool University,
Merseyside, England,
Great Britain. Received on Mon May 10 1999 - 18:40:46 CDT

Original text of this message

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