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 ...
- 02-14-2007 #1Just 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---
- 02-14-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
error message please
- 02-17-2007 #3Just 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.
- 02-17-2007 #4
you have to 'cd' to Desktop first.
Code:cd Desktop ls tar -xzvf tripwire-2.3.1-2.tar.gz
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-17-2007 #5Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Ok, it worked! Thanks! Ummm.....Now how do I install it?
- 02-17-2007 #6
look for README file in extracted folder and follow instructions.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-17-2007 #7Just 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.
- 02-17-2007 #8
Type "make"?
'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
--Abraham Lincoln
- 02-17-2007 #9Just 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.
- 02-17-2007 #10Just 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!


Reply With Quote
