Re: Linux Library List

This is a discussion on Re: Linux Library List within the Linux General forums, part of the Linux Forums category; On Sun, 27 Jul 2003 17:50:51 -0500, Doug wrote: > I'm still fairly new to linux, and ...


Go Back   Usenet Forums > Linux Forums > Linux General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-29-2003
bd
 
Posts: n/a
Default Re: Linux Library List

On Sun, 27 Jul 2003 17:50:51 -0500, Doug wrote:

> I'm still fairly new to linux, and I find that the one thing which would
> really help is to know how I can obtain a list of all the libraries
> installed on my system with their full-fledged names and version numbers
> along with their locations. This obviously is important in linux as
> installing any sorts of software requires that you know the location of
> most of these. Thus, is there perhaps a command which sums up all the
> installed libraries, or is there a file which contains such a list. I
> have Distro rh9 and installed a lot of the packages shipped with the
> system. Thus, since I didn't install these myself, it would be nice to
> know where everything is in a way other then traversing all lib
> directories or search *.so extensions.
>
> Anyone got any suggestions?


for i in `cat /etc/ld.so.conf`; do ls $i/*.so; done

There may be others not in the default library path - for those:
find / -name '*.so' -print
--
Freenet distribution not available
Burnt Sienna. That's the best thing that ever happened to Crayolas.
-- Ken Weaver

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:17 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0