LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Checking for Dependencies (https://www.linuxquestions.org/questions/slackware-14/checking-for-dependencies-395112/)

yougene 12-20-2005 11:59 PM

Checking for Dependencies
 
I noticed alot of programs have dependencies for libraries and stuff but I don't know how to check if I have the libraries or programs neccasary. Is there a program or any trick to do this?

Running Slack 10.2 btw.

gilead 12-21-2005 12:27 AM

Usually the package will document the required libraries. You can grep for these in the output of `ldconfig -v` or the contents of /var/log/packages.

dunric 12-21-2005 07:41 AM

You can check individual runtime dependencies with ldd utility (man ldd).
There is also a more generic tool called slackdeptrack. Search for it on freshmeat.net f.E.

samac 12-21-2005 09:07 AM

Or a really blunt tool method.

Install the program you want, run it from the command line, read the complaint error message and then install the program that is required.

Works for me.

Samac


All times are GMT -5. The time now is 09:33 AM.