LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-17-2004, 11:47 AM   #1
Mnemen
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Rep: Reputation: 0
SUSE 9.0 Commands - Missing?


First let me say that I have just started using Linux, so I am rather green. The version of SUSE I got was free with the purchase of Linux User & Developer. Now the article in the magazine said that the distro was a full working version, but it may be stripped of some functions. One thing that I have found is that when I try to install a package, I am able to use the tar command to "unzip", how ever I try to run make or makeclean commands and I get an error stating that they are unknown commands. I checked under the /bin directory and neither make or makeclean are listed. So my question is - where can I get these functions? Can I download these? What do I even look for?
 
Old 06-17-2004, 12:00 PM   #2
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
which tar command are you using? and what is the package you want to install? basically, for a tar.gz package, the command is 'tar -xzvf <packagename>.tar.gz' and it should unzip. i used that version for a bit...it's just scaled back a bit on the packages and some libraries, such as it doesn't include any gnome...it's strictly kde...
 
Old 06-17-2004, 12:11 PM   #3
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
I have a similar (if not the same) problem and it turns out the 1 disc OS doesn't have a c compiler (like gcc).

If you have a good internet connection you might have a look at the SuSE ftp site - provided you can figure out exactly what you need.

SuSE ftp
 
Old 06-17-2004, 12:25 PM   #4
Mnemen
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Original Poster
Rep: Reputation: 0
I used the tar command you specified, then checked the readme file for the package which told me to run make and then makeclean. I have tried a couple different packages (nmap and sniffer, are two that I can think of, however I am not at home so I not sure of versions).
On another note: a friend of mine has the full SUSE 9.1 pro install and has the make and makeclean in his /bin directory.
 
Old 06-17-2004, 12:29 PM   #5
Mnemen
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by linmix
[If you have a good internet connection you might have a look at the SuSE ftp site - provided you can figure out exactly what you need.

SuSE ftp [/B]
And that's my big problem. I'm not sure what I need for sure.
 
Old 06-17-2004, 12:41 PM   #6
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
If you have internet on youu Linux box you can use YAST to download necessary packages and it will automatically find depenencies for you.
 
Old 06-17-2004, 12:56 PM   #7
{O_o}
Member
 
Registered: Mar 2004
Distribution: Slackware 14
Posts: 70

Rep: Reputation: 16
had the same problem, same magazine distro. Go to www.rpmseek.com and do a search for gcc (returning rpm's only), then select the gcc with hundreds of results. there is a package name, then the distribution next to it. Download the files (these are the versions i used, use your judgement) gcc-3.3.1-29.i586.rpm , gcc-c++, cpp (the pre processor needs to be the same version as the one gcc is, i had to do rpm -i --force /cpp-blargh.rpm, to get it to install as the one installed is a newer version and i couldnt find an identical gcc version). There are a bunch of extra stuff you can install, gcc-objc, gcc-info etc etc. they all add support for compiling diferent languages i think, and i installed them all just in case. Also had to install glibc-devel, libstdc++, and libstdc++-devel, to get it all to work ok.

Someone pointed me in the direction of the apt for suse command, which was invaluable, but i forgot the link, search the forums for it as it makes things a hell of a lot easier.

Can anyone who got the free suse disks tell me what the difference between the two disks are (desktop and server edition) as they appear identical to me.

Also if like me you are on 56k, so cant download stuff, the fedora core 2 dvd in Linux Magazine July 04 is excellent, if you click on install everything, its over 6GB!!!! that would be like my whole life downloading, all the sources and everything, so i can recompile everything to my hearts content.

Dear god, i feel giddy


EDIT: forgot, you' may need to download the make command as well (i had to)

Last edited by {O_o}; 06-17-2004 at 12:58 PM.
 
Old 06-17-2004, 01:13 PM   #8
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
Quote:
Someone pointed me in the direction of the apt for suse command, which was invaluable, but i forgot the link, search the forums for it as it makes things a hell of a lot easier.
http://linux01.gwdg.de/apt4rpm/

he's right..it's invaluable!!! it's all i use...

suse is an rpm (red hat package manager) based system, so you can find virtually any thing you need in an rpm format, which is soooo much easier to install. it's what apt-get uses, as well as YAST...

i guess i didn't use the version i got with linux user and dev long enough to find out that it is missing a few key things...i liked it enough (after using suse 8.2) that i just bought the full suse 9.0 personal distro at borders and installed it. i totally love it. suse is my top choice for linux distro. i've installed slackware 9.1 too, which is excellent for truly learning the insides of how linux works, but my distro of choice is definately suse...

*edit..
also you might wanna check this out...it's great for new people:
http://www.icon.co.za/~psheer/book/index.html

Last edited by detpenguin; 06-17-2004 at 01:24 PM.
 
Old 06-17-2004, 02:10 PM   #9
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Need to get past ./configure first, then I'll find uot sure enough.

As for apt4rpm, 'spose that requires internet connection which I haven't for the moment (under linux)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing commands lPrentice Linux - Newbie 4 05-24-2005 12:14 PM
network missing commands RockmanExe Linux - Networking 2 09-12-2003 09:11 AM
Missing Commands Titus28 Slackware 3 08-13-2003 05:12 AM
Missing Commands under Mandrake 9? Arc_Light Linux - Newbie 6 12-13-2002 04:50 PM
RH 7.3 missing commands beckwith Linux - Software 2 11-15-2002 03:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration