Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

    Code:
    desktop:/# kildclient
    bash: /usr/bin/kildclient: No such file or directory
    desktop:/# cd /usr/bin
    desktop:/usr/bin# ls kildclient
    kildclient
    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?

  2. #2
    Linux Engineer
    Join Date
    Aug 2004
    Posts
    826
    Interesting. It should say
    Code:
    bash: command not found
    if the command can't be found. Try specifying the full path to the command:
    Code:
    $ /usr/bin/kildclient

  3. #3
    Just Joined!
    Join Date
    Mar 2005
    Location
    Kansas
    Posts
    30
    Didn't work. Got the same thing.

    Code:
    desktop:/# /usr/bin/kildclient
    bash: /usr/bin/kildclient: No such file or directory
    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.

  4. #4
    Just 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?

  5. #5
    Linux 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.

  6. #6
    Just 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.

  7. #7
    Banned CodeRoot's Avatar
    Join Date
    Sep 2005
    Posts
    567
    Code:
    desktop:/# /usr/bin/kildclient
    bash: /usr/bin/kildclient: No such file or directory
    This 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...???

  8. #8
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401
    Try:

    file /usr/bin/kildclient
    Is it a script? If so... edit it...
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •