Operating System - Tru64 Unix
1753496 Members
4093 Online
108794 Solutions
New Discussion

linux and Tru64 affinity

 
Simon_89
New Member

linux and Tru64 affinity

I tried to install stl-1.0-linux.i386.rpm witht the command:

-->% rpm -ivh stl-1.0-linux.i386.rpm

I got an error saying:
ld-linux.so.2 is needed by stl-1.0-linux
libc.so.6 is needed by stl-1.0-linux
libc.so.6(GLIBC_2.0) is needed by stl-1.0-linux
libc.so.6(GLIBC_2.1) is needed by stl-1.0-linux
libc.so.6(GLIBC_2.1.3) is needed by stl-1.0-linux

so then I try and install glibc-2.0.7-29.4.alpha.rpm and get the error:

/sbin/ldconfig is needed by glibc-2.0.7-29.4

can anyone help me with this problem?
1 REPLY 1
Ralf Puchner
Honored Contributor

Re: linux and Tru64 affinity

Issuing the command "rpm -qa | grep glibc" will check to see if glibc package is installed.
Help() { FirstReadManual(urgently); Go_to_it;; }