LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-31-2002, 10:51 AM   #1
Flawe
LQ Newbie
 
Registered: Dec 2002
Distribution: Suse 8.1
Posts: 13

Rep: Reputation: 0
Unhappy newbie help =/


Hey guys
I really hope I can get some help. I've always wanted to learn Linux and this is the first time I'm really going for it.
Anyway, I don't know a thing about how to install software or any other thing for that matter. So I kinda have this problem, I wanted to install an MSN Messenger for Linux. But when I tried to do as it said in the readme file (I tried to run the config file ./configure) and it said something about not finding a real c compiler in $PATH.

I tried to look for Gcc bu then I didn't know what to download and how to install that thing =/

I'm really in a mess here and I'd appreciate it if someone could help me out a bit =)

Thank you very much
 
Old 12-31-2002, 10:58 AM   #2
niknah
Member
 
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466

Rep: Reputation: 38
when you first installed your linux do you remember what options you ticked? anyways you needed to have ticked the development options to have gcc

gcc is usually in /usr/bin/gcc
 
Old 12-31-2002, 11:02 AM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
What program are you trying to install ? Most likely during your initial install of Suse it didn't install the gcc compiler or other compenents to install source based packages.

You could probably install by RPM though, have you checked out and seen if the program your installing comes in RPM based install ?

Let us know, try to provide as much details so we might be able to help you fix this faster..
 
Old 12-31-2002, 11:20 AM   #4
ddpicard
Member
 
Registered: Oct 2001
Location: Texas
Distribution: Slackware 13
Posts: 214

Rep: Reputation: 31
Yeah, SuSE does not install gcc or any development programs by default. I learned real quick to do a custom install and make sure that everything I wanted was checked.

But, all you have to do is go back to your Install CD's and install them.

Dave
 
Old 12-31-2002, 08:08 PM   #5
Flawe
LQ Newbie
 
Registered: Dec 2002
Distribution: Suse 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
mmm

hehe, yeah I try to give as many details as I can but I don't really know what's important.

The program comes in RPM format but I don't really know what that is or what benefits it has =(

How do I go back and install GCC then??

Thanx
 
Old 12-31-2002, 09:32 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You can probably just bring up your software installer (What's it called in SuSE, Yast2?) and find the program named gcc and install it. It will more than likely be in the development section if it's sorted that way.

It will go through and tell you which disc to put it, and take care of dependencies for you that way.

Cool
 
Old 01-02-2003, 03:51 AM   #7
Flawe
LQ Newbie
 
Registered: Dec 2002
Distribution: Suse 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
hey

thanx a lot, seems to work now =)
And I got one more question for you, if your kind enough to help me =)

Um, I got a program for my connection (I have ADSL) so when I turn my computer on, it automatically connects to the login page and logs me into my ADSL connection so I won't have to do it manually.

The program consists of four files, a readme file, a .conf file, a shell script and an executable. In the read it says that I should edit the .conf file and put it in /etc/. Then I should copy the executable to /usr/locan/bin and the shell script to my init.d directory and then I should make a symbolic link in rc#.d, they recommend rc3.d.

I've done all that but it doesn't seem to work. Could I have done something wrong? I put the link in rc3.d as they recommended, maybe it should be in another directory??

Thanx a lot
 
Old 01-02-2003, 09:42 PM   #8
niknah
Member
 
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466

Rep: Reputation: 38
you don't say what the program is.
 
Old 01-02-2003, 11:47 PM   #9
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
check /etc/inittab for the default runlevel and put it in the rc#.d where # is the runlevel id.
 
Old 01-03-2003, 11:46 AM   #10
Flawe
LQ Newbie
 
Registered: Dec 2002
Distribution: Suse 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
niknah: the program is called lf connection keeper, but this doesn't really matter. I want to learn how it works, not just for this program.

Ciccio: thanx, I'll try that see if I can solve it =)
 
Old 01-03-2003, 04:55 PM   #11
Flawe
LQ Newbie
 
Registered: Dec 2002
Distribution: Suse 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
ok
/etc/inittab says

runlevel 3 - multiuser with network
runlevel 5 - multiuser with network and xdm

it says also default runlevel to be 5, but i'm currently using 3 and it seems to work. What's the differene between those two and should I change to runlevel 5, since it's the default runlevel??

Thanx
 
Old 01-03-2003, 05:00 PM   #12
Ciccio
Member
 
Registered: Nov 2002
Location: Paraguay
Distribution: Mandrake 10
Posts: 573

Rep: Reputation: 30
Ok. if 5 is the default then whenever you boot it will boot in runlevl5. the difference is that 5 starts an X server and 3 doesn't. Try running #runlevel to see what is your current level.
Also try putting that file in /etc/rc.5/ perhaps it would work.
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
security newbie, but not Linux newbie. advice on secure delete tools mattie_linux Linux - Security 19 08-15-2005 01:50 AM
Linux semi-newbie and Wine vary newbie geovolt_os1 Linux - Software 4 04-19-2005 11:03 AM
newbie;I am a linux newbie who has installed slackware and have run into a few proble MollyJolly Slackware - Installation 6 06-01-2004 11:21 AM
How To Update To Slackware-Current For a Newbie, By a Newbie :) windsok Slackware 1 09-18-2003 08:53 PM
ipchains newbie. Kernel newbie skeletal29 Linux - Security 3 06-02-2002 03:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:41 PM.

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