List of Needed dependencies to RUN a progam

Linux specific questions.
Post Reply
Gablea
Posts: 1104
Joined: Apr 06, 2010 0:05
Location: Northampton, United Kingdom
Contact:

List of Needed dependencies to RUN a progam

Post by Gablea »

Hi All,

Is there a current list of required files for Linux to RUN a program not compile a program in Linux

I have installed 7.11 Debian and my program(s) are not running (blank screen) I am sure I have missed one of the required files but I can not for
the life of me think of what one I have missed.

I would appreciate a list just so i can check them off and see if I have missed any.
marcov
Posts: 3462
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Re: List of Needed dependencies to RUN a progam

Post by marcov »

Running it on the console should give you errormsgs.

Issuing

ldd ./binaryname

shows direct dependencies and if they are found (it doesn't show dependencies of dependencies but usually you can assume those installed)
Gablea
Posts: 1104
Joined: Apr 06, 2010 0:05
Location: Northampton, United Kingdom
Contact:

Re: List of Needed dependencies to RUN a progam

Post by Gablea »

ok i'll try that

the reason why i ask is in Debain 7.11 xserver session i am not get any graphics (do you think I have not installed a required file or something)
Post Reply