LinuxQuestions.org
Help answer threads with 0 replies.
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 07-25-2003, 02:12 PM   #1
chief
Member
 
Registered: Jul 2003
Distribution: rh9 : PII 350 : 194 mb ram : TNT2 32mb || xppro : xp2400 : 1 gb 2700 ddr : gf4ti 4200
Posts: 37

Rep: Reputation: 15
install problems


i am tring to stall xmms

after i ./configure

it checks several things then says:

checking for clib-config... no
checking for GLIB - version >= 1.2.2... no
....
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***



can you help?
 
Old 07-25-2003, 02:22 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Try installing glib version 1.2.2 or above.
1) Download:
wget ftp://fr.rpmfind.net/linux/redhat/9/...10-10.i386.rpm
2) Install
rpm -ivh glib-1.2.10-10.i386.rpm
 
Old 07-25-2003, 02:24 PM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
That's a dependency and that package must be installed before the program that you are installing. Your distro would be noticed easier if you put it in your profile similar to mine. Look to the left of the post.

# Guides to software and installation and uninstallation
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

# Redhat links
RedHat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project
 
Old 07-28-2003, 10:10 AM   #4
chief
Member
 
Registered: Jul 2003
Distribution: rh9 : PII 350 : 194 mb ram : TNT2 32mb || xppro : xp2400 : 1 gb 2700 ddr : gf4ti 4200
Posts: 37

Original Poster
Rep: Reputation: 15
i downloaded and tried to install the glib 1.2.2 version as you suggested but it said that it was already installed.

and i still get the same error when trying to install the program
 
Old 07-28-2003, 10:17 AM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Re-read the INSTALL and README files to see if you need some flags in your ./configure or you may need to edit the makefile to reflect your system's differences from what the code expects to find.

Why not install it using Red Hat's package manager?

redhat-config-packages


Last edited by fancypiper; 07-28-2003 at 10:19 AM.
 
Old 07-28-2003, 10:23 AM   #6
chief
Member
 
Registered: Jul 2003
Distribution: rh9 : PII 350 : 194 mb ram : TNT2 32mb || xppro : xp2400 : 1 gb 2700 ddr : gf4ti 4200
Posts: 37

Original Poster
Rep: Reputation: 15
i don't think its in redhat's packages.

its called xmms, a graphical system status program
 
Old 07-28-2003, 10:32 AM   #7
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
xmms=x multi-media system

Methinks you are looking for gkrellm and it is in Red Hat's packages. At least it is in release 7.3.

Last edited by fancypiper; 07-28-2003 at 10:37 AM.
 
Old 07-28-2003, 10:36 AM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Have you considered installing apt4rpm?

apt-get install gkrellm

would do the job nicely.

# Redhat links
RedHat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project
 
Old 07-28-2003, 02:06 PM   #9
chief
Member
 
Registered: Jul 2003
Distribution: rh9 : PII 350 : 194 mb ram : TNT2 32mb || xppro : xp2400 : 1 gb 2700 ddr : gf4ti 4200
Posts: 37

Original Poster
Rep: Reputation: 15
i found gkrellm 2.1.5-3 on my redhat cd; i tried to run the package and it processed the headers, read individual package headers and closed.

it didn't give me any package dependency problems just closed and is now running idle

it did this when i tried to install samba from the rpms too

why does it do this?
 
Old 07-28-2003, 02:28 PM   #10
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
It sounds like a corrupt rpm database. Try this hten the install again:
rm -f /var/lib/rpm/_*
rpm --rebuilddb
 
Old 07-28-2003, 02:46 PM   #11
chief
Member
 
Registered: Jul 2003
Distribution: rh9 : PII 350 : 194 mb ram : TNT2 32mb || xppro : xp2400 : 1 gb 2700 ddr : gf4ti 4200
Posts: 37

Original Poster
Rep: Reputation: 15
it took the rm -f /var/lib/rpm/_* command fine

but the second command came back with this error:

error: db4 error(16) from dbenv->remove: Device or resource busy
 
Old 07-28-2003, 02:50 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Do a:
ps -ef | grep rpm

Kill of any rpm proccesses that are running. Confirm that they have stopped:
ps -ef | grep rpm

Then try the rebuild again:
rm -f /var/lib/rpm/_*
rpm --rebuilddb
 
Old 07-29-2003, 11:28 AM   #13
chief
Member
 
Registered: Jul 2003
Distribution: rh9 : PII 350 : 194 mb ram : TNT2 32mb || xppro : xp2400 : 1 gb 2700 ddr : gf4ti 4200
Posts: 37

Original Poster
Rep: Reputation: 15
i ran the ps command and this is the response:

root 2640 2127 0 11:24 pts/1 00:00:00 grep rpm

does this mean i have a process running

i tried to kill it anyway, but i cldn't do it, i may have not been typing the command right
 
Old 07-29-2003, 12:10 PM   #14
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
no - the processes have probably ended by now.

Try the rebuild again:
rm -f /var/lib/rpm/_*
rpm --rebuilddb
 
Old 07-29-2003, 12:50 PM   #15
chief
Member
 
Registered: Jul 2003
Distribution: rh9 : PII 350 : 194 mb ram : TNT2 32mb || xppro : xp2400 : 1 gb 2700 ddr : gf4ti 4200
Posts: 37

Original Poster
Rep: Reputation: 15
same error as above:

error: db4 error(16) from dbenv->remove: Device or resource busy
 
  


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
Install problems Alan Lakin Ubuntu 4 11-21-2005 06:21 AM
Ethernet Adsl Modem Driver Problems And Install Problems... akhilnair Linux - Hardware 12 11-28-2004 08:19 AM
SuSE problems; Mouse doesn't work, Wine won't install, WM won't install... Konig Linux - Distributions 1 01-21-2004 11:05 PM
Mandrake 9.1 Install problems (Graphical problems) sw4eternity Linux - Newbie 5 11-01-2003 08:43 PM
Install problems! Firesong Linux - Software 2 10-03-2001 02:42 AM

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

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