Operating System - HP-UX
1832529 Members
7276 Online
110043 Solutions
New Discussion

Re: Error in Installing Patch Bundle PHNE-27079

 
Alvin Zhu
New Member

Error in Installing Patch Bundle PHNE-27079

Got following errors when installing PHNE-27079 on HP9000 server w/ operating system 10.20:

Building a new kernel based on template file "/stand/system"
Compling /stand/build/conf.c...
Loading kernel...
/usr/ccs/bin/ld: (warning) Linker features were used that may not be supported in future release.
/usr/lib/dld.sl: Can't open shared library:
/usr/lib/libc.2
/usr/lib/dld.sl: No such file or directory
sh:10004 Abort
Error exit code 134
Stop
Config: make did on exit(1)
config failure
Error: The compand "/usr/sbin/mk_kernel", which is used to rebuild the kernel, has failed.

I checked the sytem, and "/usr/lib/dld.sl" is there but "/usr/lib/libc.2" is not.

I am relatively new to Unix admin, and need your help to proceed.
6 REPLIES 6
RAC_1
Honored Contributor

Re: Error in Installing Patch Bundle PHNE-27079

Is there another system with 10.20?? If yes, check if there is /usr/lib/libc.2 on that and copy over. Also may want to have a look at ld patches?? Do you have all latest ld patche (for 10.20)

Also have you prepared backup copies of /stnad/vmunix /stand/system??

Anil
There is no substitute to HARDWORK
Fred Ruffet
Honored Contributor

Re: Error in Installing Patch Bundle PHNE-27079

Missing /usr/lib/libc.2 may be a very bad thing. You can copy it from another 10.20 server if you have. If you do so, look for missing symbolic links (here on 11.00, there's a link /usr/lib/libc.sl to libc.2).

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Patrick Wallek
Honored Contributor

Re: Error in Installing Patch Bundle PHNE-27079

Did you also download, or do you already have PHNE_18924 installed? If not, you need that patch too as 27079 depends on 18924 (which was superceded by PHNE_21904). AND 18924 depends on PHCO_10947.

If you do not get ALL Required dependent patches, then you can have some problems.

The complete dependency list is:

PHNE_27079
PHNE_21904
PHCO_10947
Alvin Zhu
New Member

Re: Error in Installing Patch Bundle PHNE-27079

Thanks to all of you.

The PHNE_27079 bundle that I tried to install has PHCO_10947 and PHNE_21904 in it.

Also, like Anil and Fred said, I may need to look for the libc.2 file on other machines. On our machine, "/usr/lib/libc.sl" is linked to "/usr/lib/libc.1".

Alvin
Alvin Zhu
New Member

Re: Error in Installing Patch Bundle PHNE-27079

The issued has been resolved. Here is what I did:

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

That took care of all.

Thanks for your time.
Alvin Zhu
New Member

Re: Error in Installing Patch Bundle PHNE-27079

The issue has been resolved.