LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-23-2004, 05:51 PM   #1
JazzSheep
LQ Newbie
 
Registered: Sep 2004
Posts: 13

Rep: Reputation: 0
SuSE 9.1 YasT closes when trying to install .rpm


I've tried to install the Gaim 1.0 .rpm file using YasT but everytime I do, YasT opens and closes immediately.
 
Old 09-23-2004, 06:17 PM   #2
JazzSheep
LQ Newbie
 
Registered: Sep 2004
Posts: 13

Original Poster
Rep: Reputation: 0
I can't seem to do anything with .rpm files at all now, and I can't compile either. Apparently I'm missing a compiler. I'm an extreme Linux newbie, so forgive me. SuSE 9.1 personal

Last edited by JazzSheep; 09-23-2004 at 06:24 PM.
 
Old 09-23-2004, 06:48 PM   #3
JazzSheep
LQ Newbie
 
Registered: Sep 2004
Posts: 13

Original Poster
Rep: Reputation: 0
I used the terminal and got

Code:
blacksheep@linux:~> rpm -i gaim-1.0.0-0.src.rpm
warning: gaim-1.0.0-0.src.rpm: V3 DSA signature: NOKEY, key ID 4c292fcc
warning: user mark does not exist - using root
warning: group mark does not exist - using root
warning: user mark does not exist - using root
warning: group mark does not exist - using root
and then this when trying to compile

Code:
blacksheep@linux:~/gaim-1.0.0> ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for sed... /bin/sed
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Last edited by JazzSheep; 09-23-2004 at 06:52 PM.
 
Old 09-23-2004, 07:22 PM   #4
UnmodNick
LQ Newbie
 
Registered: Jun 2003
Location: Ozarks of Missouri
Distribution: Fedora C5, SUSE 9.3 Pro, Xandros 3.02
Posts: 14

Rep: Reputation: 0
Quote:
configure: error: no acceptable C compiler found in $PATH
I'd say that is your problem.
When I initially installed 9.1 Personal I didn't have any problems with the C compiler. So I'd say something hiccuped during your install.
 
Old 09-23-2004, 07:32 PM   #5
JazzSheep
LQ Newbie
 
Registered: Sep 2004
Posts: 13

Original Poster
Rep: Reputation: 0
So what do I do? Reinstall the entire thing?
 
Old 09-23-2004, 07:42 PM   #6
UnmodNick
LQ Newbie
 
Registered: Jun 2003
Location: Ozarks of Missouri
Distribution: Fedora C5, SUSE 9.3 Pro, Xandros 3.02
Posts: 14

Rep: Reputation: 0
If it was me, I would first verify the MD5SUM is correct and if so then I would reinstall it.
If it is incorrect you need to get a correct copy of the ISO.
The other option is to do an ftp install (you can ftp install the 9.1 pro version)... if you have the time and a decent internet connection.

But that is me.....
 
Old 09-23-2004, 07:58 PM   #7
JazzSheep
LQ Newbie
 
Registered: Sep 2004
Posts: 13

Original Poster
Rep: Reputation: 0
The MD5SUM was correct. I'll try a reinstall tomorrow.

Last edited by JazzSheep; 09-23-2004 at 08:17 PM.
 
Old 09-24-2004, 09:13 AM   #8
morrolan
Member
 
Registered: Sep 2003
Location: Manchester UK
Posts: 264

Rep: Reputation: 30
Whatever you do don't reinstall - SuSE 9.1 Personal doesn't come with a C Compiler as standard, only the Professional version does.

The best way around this is to download the RPM's from ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586/

You will need the following:

gcc-3.3.3.41.i586.rpm

You may also need a devel rpm too, but I can't remember the exact name of it. Try installing this gcc rpm using YaST, and if it works it will inform you if any dependencies aren't met.

If that doesn't work, you'll have to install the rpm at the CLI and see if that does.

I had this exact same problem 2 days ago after changing to SuSE 9.1 Personal, and after extensive Googling I found that it doesn't come with a C compiler.


Last edited by morrolan; 09-24-2004 at 09:15 AM.
 
Old 09-24-2004, 09:18 AM   #9
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Rep: Reputation: 32
Morrolan,
Are you sure that SUse 9.1 does not have a C complier on the DVD, I have it at home and am pretty sure I installed from the DVD, but I will check.
Jazz Sheep try installing from the DVD both C and Gaim.
 
Old 09-24-2004, 09:40 AM   #10
kazim777
LQ Newbie
 
Registered: Sep 2004
Location: USA
Distribution: SuSE 10.0
Posts: 12

Rep: Reputation: 0
SUSE 9.1 Personal does not come with a C compiler when you download the single CD from the SUSE.com website.

You should download the rpms that you need and then try installing them using YAST from the command line.

yast -i nameofrpm.rpm

Please make sure that you have become root (su) before you run it. Your problems about the user "mark" were probably related to that.

While you're at it, run yast from the command line and update your version of yast with the patch update. This might fix some of your gui problems.
 
Old 09-24-2004, 10:16 AM   #11
morrolan
Member
 
Registered: Sep 2003
Location: Manchester UK
Posts: 264

Rep: Reputation: 30
Sorry I forgot to specify, I am using the downloaded version of SuSE 9.1 Personal, I don't know if the retail version has a C compiler or not, but all of the websites I've found with reference to this simply say 9.1 Personal - no C compiler, 9.1 Pro - C compiler included.

Sorry for being vague!
 
Old 09-24-2004, 03:14 PM   #12
JazzSheep
LQ Newbie
 
Registered: Sep 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Alright, so I'll just get the RPMs and see how that goes. If not, I'll try Mandrake I guess.
 
Old 09-24-2004, 04:00 PM   #13
JazzSheep
LQ Newbie
 
Registered: Sep 2004
Posts: 13

Original Poster
Rep: Reputation: 0
I can't install patches in YasT.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
suse yast rpm problem newtuxuser Linux - Software 1 07-27-2005 07:52 PM
Install RPM with YaST dlublink SUSE / openSUSE 3 01-19-2005 11:22 AM
YaST closes and doesnt do ANYTHING MadSkillzMan SUSE / openSUSE 10 11-19-2004 03:01 PM
suse 9.1 personal, gnome, yast, and rpm bennettg Linux - General 1 09-23-2004 08:04 AM
SuSE Yast/RPM inconsistencies Oninit Linux - Software 1 02-13-2004 07:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:00 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