> I need help to find out, what "ld.so.1" is,

>From a shell:

$ man ld.so

==========
ld.so(8)

NAME
       ld.so - a.out dynamic linker/loader

DESCRIPTION
       ld.so  completes  the  final process of linking all necessary
references to sharable objects and unrefer�enced symbols in an impure
executable, (usually a dynamically linked executable), to produce  a
runnable file.

        <snip rest of man output>
==========


> and what library it's included in.

==========
$ rpm -qf /path/to/ld.so (usually /lib/ld.so)

ld.so-x.x.x-xx
==========

OR

==========
$ rpm -qfi /path/to/ld.so

 - will provide deatiled package information
==========

(do a "man rpm" and read the "Query Options" for more.)


HTH

--
Brian Curtis

P.S. (please start a *NEW* thread instead of replying to an existing one and
changing the subject when asking a new question.)

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to