TroubleShooting

From Linuxintro
Revision as of 07:44, 18 April 2009 by imported>ThorstenStaerk (New page: = My program does not start = If your program does not start * make sure you have execute priviledges for it using the command ls -l * make sure the program can load its libraries...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

My program does not start

If your program does not start

  • make sure you have execute priviledges for it using the command
ls -l
  • make sure the program can load its libraries using the command
ldd
  • look what the problem is using the command
strace

My network connection is broken