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 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|