Results 1 to 8 of 8
This is the third program I've had this problem with. I install, no error messages, then when I try to run it, it tells me the file doesn't exist. I ...
- 09-21-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
Problem running installed programs
This is the third program I've had this problem with. I install, no error messages, then when I try to run it, it tells me the file doesn't exist. I go to where it should be and check and it IS there. Plain as day the file's right there, but it refuses to run. Here's the output from my terminal.
This is really frustrating the heck out of me. The other two programs I've had this problem with are UT: GOTY and The Mana World. Does anyone have any idea what could be causing this?Code:desktop:/# kildclient bash: /usr/bin/kildclient: No such file or directory desktop:/# cd /usr/bin desktop:/usr/bin# ls kildclient kildclient
- 09-21-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Interesting. It should say
if the command can't be found. Try specifying the full path to the command:Code:bash: command not found
Code:$ /usr/bin/kildclient
- 09-21-2005 #3Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
Didn't work. Got the same thing.
I've tried it as both root and a user also. This is the output from when I was trying to run as root, but as a user it's the exact same.Code:desktop:/# /usr/bin/kildclient bash: /usr/bin/kildclient: No such file or directory
- 09-24-2005 #4Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
Now this is happening with OpenOffice v1.9.122 and 1.9.125 to. Could someone PLEASE give me some idea what could be causing this?
- 09-25-2005 #5Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Have you gone in the /usr/bin directory to make sure the file exists? And while you're there, make sure the permissions are right.
- 09-25-2005 #6Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 30
That was the first thing I did. The file is there and the permissions are set right.
- 09-26-2005 #7This appears as though '/usr/bin/kildclient' is complaining. What [command line] argments does 'kildclient' reguire? What environment variables does 'kildclient' use and what values are they set to? What set-up files, etc. does 'kildclient' use and what are the contents...???Code:
desktop:/# /usr/bin/kildclient bash: /usr/bin/kildclient: No such file or directory
- 09-30-2005 #8Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
Try:
Is it a script? If so... edit it...file /usr/bin/kildclientWhen using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)


Reply With Quote
