Find the answer to your Linux question:
Results 1 to 10 of 10
Hello, again everyone! I tried to install xine on this machine (dual boot WinXP/Knoppix) and recieved an error that said something like no such file or directory exists. It happened ...
  1. #1
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13

    Software installation/compilation (?) error

    Hello, again everyone!

    I tried to install xine on this machine (dual boot WinXP/Knoppix)
    and recieved an error that said something like no such file or directory exists.

    It happened when I typed the following: "tar -xzvf filename.tar.gz"

    Do I need to put the xine tarball in a specific directory? Any help is much appreciated.

    ---Templar---

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    error message please

  3. #3
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Sorry for the delay in response, here's the entire terminal window plus error message:

    root@Templar:~# tar -xzvf tripwire-2.3.1-2.tar.gz
    tar: tripwire-2.3.1-2.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    root@Templar:~#

    The file is located on my desktop, so does debian look only in a default directory for the specified file? If so, is there a way to change the scanned directory?

    The file is for tripwire, but I recieve the exact same error regardless of what I am installing.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    you have to 'cd' to Desktop first.
    Code:
    cd Desktop
    ls  
    tar -xzvf tripwire-2.3.1-2.tar.gz





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Ok, it worked! Thanks! Ummm.....Now how do I install it?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    look for README file in extracted folder and follow instructions.







    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    I modified the makefile as the readme instructed, but it does not say how to run the file.

  8. #8
    Linux User tech_man's Avatar
    Join Date
    Jan 2007
    Location
    USA
    Posts
    385
    Type "make"?
    'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
    --Abraham Lincoln

  9. #9
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    When I type make, it just tells me:

    make: Nothing to be done for `default'

    Can the directory it looks to be changed? If not, what directory does it look to so I can move the makefile there.

  10. #10
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Tinkering and swearing at my machine have answered my question, thank you all for your help! I'm certain it won't be long before I have more questions!

Posting Permissions

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