Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: hp-ux oracle 8.0.4 install error - libc.2 not found?
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,
![]() |
![]() |