Results 1 to 1 of 1
When i run a program in terminal by typing in the entire path along with the program name, I get this error:
Error initializing: File not found!
However when I ...
- 11-28-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 3
Program Error Initializing: File not found!
When i run a program in terminal by typing in the entire path along with the program name, I get this error:
Error initializing: File not found!
However when I change my directory to the directory of the program and then do a ./program_name, it runs fine.
After a bit of research my hunch is that I need to change my PATH, but I'm not sure how to do that or if that is even my problem. Any suggestions?


Reply With Quote