[KLUG Members] ld.so.1

Scott Thurmond members@kalamazoolinux.org
Mon, 29 Apr 2002 10:29:13 -0400


-----Original Message-----
From: members-admin@kalamazoolinux.org
[mailto:members-admin@kalamazoolinux.org]On Behalf Of Adam Williams6
Sent: Monday, April 29, 2002 10:12 AM
To: KLUG Members
Subject: Re: [KLUG Members] ld.so.1


>I need to upgrade my kernel from the stock 2.4.7-10 on RH 7.2 to the latest
>2.4.9-31.  I downloaded the source and installed what I *thought* I needed.
>When installing the kernel module I got an error for a needed dependency,
>modutils.  When I downloaded the rpm for modutils and installed it I got
>another dependency error, ld.so.1.  What I found was a file names "ld.so.1"
>No rpm - just the file name.  The version of modutils I have is:
>modutils-2.4.13-0.7.1.s390.rpm.
>Can anyone lend a hand?

~ $ rpm -qf /lib/ld.so

I get "no such file or directory."

ld.so-1.9.5-13

You probably need to update your ld.so RPM.



Any Idea where I can get the rpm?



ld is the LoaDer,  it links
ELF programs to shared libraries at run time,  really needed by the entire
system to do anything useful at all.  A newer modutil probably requires a
certain version of the library loader,  as modprobe (a wrapper around
insmod and rmmod) is a library loader itself,  just kernel space libraries
(drivers, whatever) verses user space programs (widget sets, ODBC drivers,
etc...)

--
-----------------------------------------------------------
Ximian GNOME, Evolution, LTSP, and RedHat Linux + LVM & XFS
-----------------------------------------------------------

_______________________________________________
Members mailing list
Members@kalamazoolinux.org