Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.
Very angry with SUSE linux 9.3 It will not compile installers through konsole
|
|||||||
![]() |
| Thread Tools |
|
#1
|
||||
|
||||
|
Very angry with SUSE linux 9.3 It will not compile installers through konsole
I have been at this for several days. I must have looked at a million sites on what your supposed to do after getting tar.gz files or gz2 or whatever.
All that I want is a bit torrent client so I ca get "run"'s off my friends. (they duno the gz thingy ether) However as muchas I try to do the thingy in the console I always think im doing it wrong. Even if i fallow instructions word for word. I need to know how to do this in plain english. Prontend that I havedown Sindrom perhaps? as soon as I know this I will be as happy as a bird on a sunday. And please spare me other posts. Trust me I took time to read them all. A8V-E deluxe 3200+ A64 512 megs of ram 450 watt power suply SuSe 9.3 DVD ![]() |
|
#2
|
||||
|
||||
|
What exactly are you doing. What instructions are you following for example? I'm sorry but I haven't had the time to read through all compilation instructions available online
Mentioning what sort of errors you are getting might help a little bit too. |
|
|
|
#3
|
||||
|
||||
|
the usual install sequence for Linux or Unix programs is
This assumes you have a development environment already installed and you make need to be ROOT to perform the last step su -c 'make install'If there are errors, you need to resolve them one at a time, top down. |
|
#4
|
||||
|
||||
|
To extract .tar.bz2 files:
tar jxfv package To extract .tar.gz files: tar zxfv package Usually before make commands, you have to ./configure the source code first, jobeard. |
|
#5
|
||||
|
||||
Usually before make commands, you have to ./configure the source code first, jobeard.Yep. I reported what I was last working on. Your suggestion is more typical. |
|
#6
|
||||
|
||||
|
Nodsu wanted my error report. After I do anything the konsole just does nothing. It will go on to another line disregarding what you just typed in.
***UPDATE*** i tried installing flash torrent. I had root powers access denied ![]() Last edited by Wotrop; 11-01-2005 at 03:53 PM. |
|
#7
|
||||
|
||||
|
one normally one logs into a TERMINAL rather than working from the console.
the login creates an environment that one can use productively. The console is primarily a visable log and the environment is minimal. |
|
|
|
#8
|
||||
|
||||
|
Konsole is under my list of terminals.
I have: bluetooth terminal Linux 32 bit konsole shell konsole Termanal Program Super User mode X terminal I am sure I can exclude bluetooth terminal. What terminal do I use? |
|
#9
|
||||
|
||||
|
All of them should work. X terminal is the baseline in which everything will work.
BTW many commands in unix provide no output when they succeed. Your vague "not working" posts are still not helpful. Exact descriptions of what you do (copy-paste from the terminal), links to the instructions might help. |
|
#10
|
||||
|
||||
|
i cant copy and paste because there is nothing to cut and paste. As i said, it starts a new line for no aperent reason.
|
|
#11
|
||||
|
||||
|
The only way I can figure this out is if i found someone to go step by step with me through m.s.n or 1 on 1. Any volunteers?
|
|
#12
|
||||
|
||||
|
ok i tried somthing new. Here are my results
shane@linux:~> tar zxfv flashtorrent5.8.7_linuxnoarch tar: flashtorrent5.8.7_linuxnoarch: 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 as reffering to Mictlantecuhtli |
|
#13
|
||||
|
||||
|
As it says in plain english, it cannot find the file you speciied.
The file name should have a tar.gz or .tgz extension a la flashtorrent5.8.7_linuxnoarch.tgz or flashtorrent5.8.7_linuxnoarch.tar.gz . Check that the file actually exists in the directory you are in. |
![]() |
| Thread Tools | |
|
| Similar Topics | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux bookmarks | Phantasm66 | The Alternative OS | 14 | 07-10-2008 10:36 AM |
| SuSE 9.3 Pro questions | Kitch | The Alternative OS | 3 | 11-01-2005 07:27 PM |
| Asus 6200 tc on suse linux 9.3 | Wotrop | The Alternative OS | 3 | 07-28-2005 01:43 PM |
| Novell to acquire SuSE Linux | Julio | Old Frontpage News & Comments | 2 | 11-04-2003 05:15 PM |
| SuSE preparing Linux server software for AMD Hammer | Arris | News & Interesting links | 1 | 03-15-2002 01:59 PM |
All times are GMT -4. The time now is 10:13 PM.





Mentioning what sort of errors you are getting might help a little bit too.