LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 03-10-2005, 12:14 AM   #1
jgibz
LQ Newbie
 
Registered: Aug 2003
Distribution: FC3
Posts: 26

Rep: Reputation: 15
n00b having problems with ./configure


Hi everyone,
I'm a total linux newbie, I just installed redhat the other day, and the only thing I've really been able to do is install firefox. I'm trying to instal gtk, glib, and wxWindows.

when I cd to the package directory and and enter ./configure I get...

[jgibz@pcp06757028pcs glib-1.2.10]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... configure: error: can not guess host type; you must specify one

again i really have no idea whats going on, any help would be great

Last edited by jgibz; 03-10-2005 at 12:18 AM.
 
Old 03-10-2005, 12:22 AM   #2
gerardt
Member
 
Registered: Feb 2005
Location: South Africa
Distribution: SuSE
Posts: 60

Rep: Reputation: 15
Some of your basic development utils are missing
automake
autoconf

being just two of them.
Make sure you install your entire development set first
 
Old 03-10-2005, 12:24 AM   #3
JSpired
Member
 
Registered: Sep 2003
Distribution: Slackware, Suse 9.2
Posts: 565

Rep: Reputation: 30
..ignore me. gerardt beat me to it.
 
Old 03-10-2005, 03:49 AM   #4
chii-chan
Member
 
Registered: Sep 2003
Location: chikyuu (E103N6)
Distribution: Redhat 8.0 (2.4.25-custom), Fedora Core 1 (2.4.30-custom)
Posts: 357

Rep: Reputation: 30
I won't use ./configure or install any program from source if possible. Since you're using Redhat, open terminal window, then type 'redhat-config-packages', then check whether you've checked/installed developmental packages.

*I'd rather install glib, gtk and wxPython from rpm files though.
 
Old 03-10-2005, 01:19 PM   #5
jgibz
LQ Newbie
 
Registered: Aug 2003
Distribution: FC3
Posts: 26

Original Poster
Rep: Reputation: 15
Thanks everyone for the help, I actually didint install the dev packages on install
.
So I guess this means I dont have to install the things mentioned in the 1st post?
Also, Im still having some problems with installing some rpms

rpm -i <filename.rpm> is correct?

When I do that I get :

error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm

I also get this when trying to install Mplayer:

warning: mplayer-1.0pre6-1.i386.rpm: V3 DSA signature: NOKEY, key ID 75aa026a
error: Failed dependencies:
libmp3lame.so.0 is needed by mplayer-1.0pre6-1

Thanks again
 
Old 03-10-2005, 03:45 PM   #6
wpn146
Member
 
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170

Rep: Reputation: 30
Quote:
Originally posted by jgibz
Thanks everyone for the help, I actually didint install the dev packages on install
.
So I guess this means I dont have to install the things mentioned in the 1st post?
Also, Im still having some problems with installing some rpms

rpm -i <filename.rpm> is correct?

When I do that I get :

error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm

I also get this when trying to install Mplayer:

warning: mplayer-1.0pre6-1.i386.rpm: V3 DSA signature: NOKEY, key ID 75aa026a
error: Failed dependencies:
libmp3lame.so.0 is needed by mplayer-1.0pre6-1

Thanks again
You must be root to install rpm's.
 
Old 03-10-2005, 03:47 PM   #7
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Get a new distro. The last Red Hat distro is about 5 years old. If you like Red Hat then get Fedora Core 3...it's essentially an updated, community based Red Hat.
 
Old 03-10-2005, 08:45 PM   #8
chii-chan
Member
 
Registered: Sep 2003
Location: chikyuu (E103N6)
Distribution: Redhat 8.0 (2.4.25-custom), Fedora Core 1 (2.4.30-custom)
Posts: 357

Rep: Reputation: 30
You must install the dependencies before installing the program (in this case mplayer). Go to www.rpmfind.net and find the name of the package containing the dependencies (libmp3lame.so.0). Another good place for rpm packages is freshrpms.net and rpm.pbone.net. Good luck

Last edited by chii-chan; 03-10-2005 at 08:46 PM.
 
Old 03-12-2005, 07:32 PM   #9
jgibz
LQ Newbie
 
Registered: Aug 2003
Distribution: FC3
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Komakino
Get a new distro. The last Red Hat distro is about 5 years old. If you like Red Hat then get Fedora Core 3...it's essentially an updated, community based Red Hat.
Okay I did install fedora core 3, Its working well, I found out what 'yum' is and I've been using that alot. Thanks everyone for the help
 
  


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
Installing Ubuntu (n00b problems) datassette Ubuntu 4 08-09-2005 11:31 AM
n00b kernel compile problems dcdbutler Slackware 16 07-09-2005 11:17 AM
Sound Problems (Linux n00b) n0x Slackware 8 05-02-2004 12:50 PM
Problems with USB pendrive, TOTAL n00b BongFish Linux - Newbie 9 08-09-2003 04:05 PM
help! Several problems for a linux n00b... Randolpho Linux - Hardware 4 03-18-2003 02:20 PM

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

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