LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-23-2003, 08:38 PM   #1
ByeOss
Member
 
Registered: May 2003
Distribution: RedHat 9
Posts: 34

Rep: Reputation: 15
Can't get things to install


Hi,

I tried to install Kopete but it gave me this error: "configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details." I wasn't sure what was up so I downloaded GAim and I got the same error. What am I doing wrong? One thing I did notice was that while I'm logged into root, this is what it shows: "[root@ipXX--XX-X-XX gaim-0.64]#". When reading instructions and stuff I've noticed that most things have a $ instead of a #. I was using Konsole in "Super User" mode, if that makes a difference. I really would like to be able to install things so any help is appreciated.
 
Old 06-23-2003, 08:59 PM   #2
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
do you have a c compiler ???

run a search on the hard drive for gcc
if it finds

PATH=$PATH:[the folder where gcc lives]

then install.

if this fixes the porblem, open the .bash file on your desktop, and add the folder to the path variable there.

also, what the output of echo $PATH
??


ohh, and, to install things, i would recoment you click the main menue, then settings, then add remove programs,

go into the development section, and install everything there
X development stuff
KDE and GNOME development tools
and the KERNEL compiler stuff

that way, you have everything you need to compile software.

Last edited by qwijibow; 06-23-2003 at 09:05 PM.
 
Old 06-23-2003, 09:01 PM   #3
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
ohh $ simply means you are entering the command as a user
# means you are entering the command as root (or super user)

but like i said, soulds like either you dont have a compiler installed, gcc is a compiler that comes wih linux.

OR, you PATH is wrong, both are easy to fix.
 
Old 06-23-2003, 10:09 PM   #4
ByeOss
Member
 
Registered: May 2003
Distribution: RedHat 9
Posts: 34

Original Poster
Rep: Reputation: 15
Hi,

Thanks for that. I got what you said installed and everything was going fine until I typed "make install" and I got this error: "make[3]: *** [libkopete.la.closure] Error 1
make[3]: Leaving directory `/home/ryan/Desktop/kopete-0.6.2/kopete/libkopete'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/ryan/Desktop/kopete-0.6.2/kopete/libkopete'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/ryan/Desktop/kopete-0.6.2/kopete'
make: *** [install-recursive] Error 1
"

What do I do now? Thanks.
 
Old 06-23-2003, 10:14 PM   #5
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
Could you post the errors that come before that. All that tells us is that there is an error.
 
Old 06-23-2003, 10:19 PM   #6
ByeOss
Member
 
Registered: May 2003
Distribution: RedHat 9
Posts: 34

Original Poster
Rep: Reputation: 15
Hi,

Thanks for the reply. Actually, I tried to start fresh from the targz file and when I typed make I got the same errors, perhaps this will help?

"libtool: link: warning: `-version-info' is ignored for programs
/usr/bin/ld: cannot find -lart_lgpl_2
collect2: ld returned 1 exit status"

This was right above the errors I just posted. If this isn't what you're looking for could you please tell me what exactly you're looking for, I'm not really sure what to post. Sorry.
 
Old 06-24-2003, 01:00 AM   #7
ByeOss
Member
 
Registered: May 2003
Distribution: RedHat 9
Posts: 34

Original Poster
Rep: Reputation: 15
Doesn't anyone know? I really want to get this installed but I don't know what to do or what information to provide you.
 
Old 06-24-2003, 01:13 AM   #8
jdc2048
Member
 
Registered: Jul 2002
Distribution: Redhat, Gentoo, Solaris, HP-UX, etc...
Posts: 391

Rep: Reputation: 30
I take it you were unable to find an already compiled RPM to install. This would be much easier. Do you know where to look (rpmfind.net) to find RPM's? I would recommend this for noobs rather than trying to troubleshoot compiler problems.
 
Old 06-24-2003, 02:00 AM   #9
ByeOss
Member
 
Registered: May 2003
Distribution: RedHat 9
Posts: 34

Original Poster
Rep: Reputation: 15
Hi,

Thanks for that. I didn't know about that site, but I will bookmark it. With RPM's, do I just double click it and it will install? Also, the kopete on there is i386, will it still work despite I'm on RedHat 9 which I believe is i686? Thanks.
 
Old 06-24-2003, 02:04 AM   #10
ByeOss
Member
 
Registered: May 2003
Distribution: RedHat 9
Posts: 34

Original Poster
Rep: Reputation: 15
Hi,

I tried to install it but got these errors:

libGLcore.so.1
libcrypto.so.0.9.6
libssl.so.0.9.6
libvga.so.1

I have both GNOME and KDE installed, I don't understand why it's not working. Please assist. Thanks.
 
Old 06-24-2003, 02:42 AM   #11
jdc2048
Member
 
Registered: Jul 2002
Distribution: Redhat, Gentoo, Solaris, HP-UX, etc...
Posts: 391

Rep: Reputation: 30
Too much to respond to at once.

The i386 vs. i686 refers to architecture, not RedHat version. For instance, if you are using a Pentium II or higher, then you have i686. However, many RPM's are not dependent on the arch, or they are not optimized for the arch during compilation.

long story short, basic applications do not matter if you use i386 or i686. However kernel modules, etc... you would want to get the correct arch.

No you don't just double click them. You would need to use the rpm command inside a konsole or Gnome terminal window (Command Line Interface).

--------------and to the 2nd post -------
These are probably dependency errors. You may want to download Red Carpet from Ximian. This little jobby will check dependencies and give you the option to download them and install them as well. You can download updates (security and whatnot) or download & install new software with this.

http://www.ximian.com/products/redcarpet/download.html
 
Old 06-24-2003, 03:21 AM   #12
ByeOss
Member
 
Registered: May 2003
Distribution: RedHat 9
Posts: 34

Original Poster
Rep: Reputation: 15
Hi,

Thanks for the link, but it keeps telling me I have failed dependencies. One was glibc >= 2.3.2-27 or something and the others were to do with the Ximian stuff which I can fix. My current glibc is something like 2.3.2-11, how do I fix this? Thanks for the help, I appreciate it.
 
Old 06-24-2003, 03:45 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Shot in the dark on the compiling above (before the RPM hell broke out):
Were you root?

Cool
 
  


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
How to install things suse 9.3 idk5293 SUSE / openSUSE 5 09-11-2005 10:06 AM
How to install things idk5293 SUSE / openSUSE 1 09-08-2005 03:42 PM
where do things install to? invinciblegod Linux - Software 3 07-18-2005 12:00 AM
how do you install things? omfwtfbbq Linux - Newbie 2 04-12-2005 01:08 AM
first few things to do after install? ucfitkid Linux - Newbie 2 02-03-2004 07:32 PM

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

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