Fedora Linux Support Community & Resources Center
  #1  
Old 19th October 2004, 03:10 PM
belkins Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
libselinux problems

I've just reloaded FC2 and I'm trying to update the packages.

I first do a "yum check-update" and I receive the following error message:

[root@laptop1 root]# yum update
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
....Unable to satisfy dependencies
Package fam-devel needs libselinux-devel, this is not available.
[root@laptop1 root]#

I found a problem similar to mine after doing a search on the forums, unfortunately it didn't help me in this situation.

I downloaded the file:

libselinux-1.11.4-1.i386.rpm

I ran the command: "rpm -ivh libselinux-1.11.4-1.i386.rpm" and I received the following:

[root@laptop1 root]# rpm -ivh libselinux-1.11.4-1.i386.rpm
warning: libselinux-1.11.4-1.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing... ########################################### [100%]
package libselinux-1.11.4-1 is already installed

I then ran "yum update" and I received the error message at the top again!!!!

Help! Please!!! What in the world am I doing wrong???!!!
Reply With Quote
  #2  
Old 19th October 2004, 03:18 PM
Igoraus's Avatar
Igoraus Offline
Registered User
 
Join Date: Mar 2004
Location: Slovenija
Age: 35
Posts: 208
Try to upgrade package if rpm say
Quote:
is already installed
whit
Quote:
rpm -F packagename.rpm
Reply With Quote
  #3  
Old 19th October 2004, 03:25 PM
belkins Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
Thanks, it appeared to work!!!

I get the following error message though:

[root@laptop1 root]# rpm -F libselinux-1.11.4-1.i386.rpm
warning: libselinux-1.11.4-1.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2[root@laptop1 root]#

Is the warning anything to be concerned about?
Reply With Quote
  #4  
Old 19th October 2004, 03:30 PM
Igoraus's Avatar
Igoraus Offline
Registered User
 
Join Date: Mar 2004
Location: Slovenija
Age: 35
Posts: 208
Dont know, you will just upgrade old installed version

you better try
Quote:
yum install ibselinux
Reply With Quote
  #5  
Old 19th October 2004, 03:32 PM
belkins Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
Hmmm....

Getting the following message now:

[root@laptop1 root]# yum update
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
....Unable to satisfy dependencies
Package fam-devel needs libselinux-devel, this is not available.
[root@laptop1 root]#

Is it because I'm logged in as root instead of under su?
Reply With Quote
  #6  
Old 19th October 2004, 03:34 PM
Igoraus's Avatar
Igoraus Offline
Registered User
 
Join Date: Mar 2004
Location: Slovenija
Age: 35
Posts: 208
you must be root to run yum

what happend when you run
Quote:
yum install ibselinux
Reply With Quote
  #7  
Old 19th October 2004, 03:38 PM
belkins Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
After running "yum install libselinux"

root@laptop1 root]# yum install libselinux
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
libselinux is installed and is the latest version.
No actions to take
[root@laptop1 root]#
Reply With Quote
  #8  
Old 19th October 2004, 03:42 PM
Igoraus's Avatar
Igoraus Offline
Registered User
 
Join Date: Mar 2004
Location: Slovenija
Age: 35
Posts: 208
you must install
Quote:
Package fam-devel needs libselinux-devel, this is not available
try something like that
Quote:
yum install libselinux-devel
becose fam-devel needet

or I dont know what to do
Reply With Quote
  #9  
Old 19th October 2004, 03:44 PM
belkins Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
Is there a package known as fam?
Reply With Quote
  #10  
Old 19th October 2004, 03:46 PM
sayeeth's Avatar
sayeeth Offline
Registered User
 
Join Date: Jul 2004
Location: Singapore
Age: 32
Posts: 661
Yes that is correct, its actually yum install linselinux-devel
__________________
[sayeeth@somebody ~]$ kill bill
bash: kill: bill: arguments must be process or job IDs
Reply With Quote
  #11  
Old 19th October 2004, 03:49 PM
belkins Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
I tried "yum install linselinux-devel" as well and I get the following:

[root@laptop1 root]# yum install libselinux-devel
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching libselinux-devel
No actions to take
[root@laptop1 root]#
Reply With Quote
  #12  
Old 19th October 2004, 03:53 PM
Igoraus's Avatar
Igoraus Offline
Registered User
 
Join Date: Mar 2004
Location: Slovenija
Age: 35
Posts: 208
go there:

http://rpm.pbone.net/index.php3/stat/2/simple/2

and try to find rpm of that "devel"
Reply With Quote
  #13  
Old 19th October 2004, 03:57 PM
Igoraus's Avatar
Igoraus Offline
Registered User
 
Join Date: Mar 2004
Location: Slovenija
Age: 35
Posts: 208
or use my yum.conf
Quote:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/

#[development]
#name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
###TO GORE JE BILO V ORIGINALU###

[freshrpms]
name=Fedora Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
#gpgcheck=1

[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
#gpgcheck=1


[xcyb-stable-k3b-burner]
name=Fedora Core 2 ( xcyborg / stable )
baseurl=http://rpms.xcyb.org/fedora/2/stable/
Reply With Quote
  #14  
Old 19th October 2004, 04:21 PM
sayeeth's Avatar
sayeeth Offline
Registered User
 
Join Date: Jul 2004
Location: Singapore
Age: 32
Posts: 661
The file you need is here. Just download from any of the mirrors.
http://rpm.pbone.net/index.php3/stat....i386.rpm.html

Alternatively you can also install from this location
http://download.stmc.edu.hk/fedora/l...1.4-1.i386.rpm
__________________
[sayeeth@somebody ~]$ kill bill
bash: kill: bill: arguments must be process or job IDs
Reply With Quote
  #15  
Old 19th October 2004, 05:47 PM
belkins Offline
Registered User
 
Join Date: Oct 2004
Posts: 8
I posted the problem on another board as well and somebody came back with what I was doing wrong.

I was trying to use this file:
libselinux-1.11.4-1.i386.rpm

and I should have been using this file:
libselinux-devel-1.11.4-1.i386.rpm

I certainly appreciate the help that was extended!
Reply With Quote
Reply

Tags
libselinux, problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
libselinux speeds up xorg SlowJet Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 1 10th March 2009 02:12 PM
libselinux.so.1 Permission Denied. mzubair75 Using Fedora 1 3rd June 2008 10:14 PM
How to debug suspend problems? Buggy kernel option parsing? SATA problems? chrismon Using Fedora 0 11th August 2006 04:31 PM
libselinux.so.1 tunefx Using Fedora 7 6th October 2005 08:15 AM
libselinux??? Trel Installation and Live Media 9 18th September 2004 11:24 PM


Current GMT-time: 21:10 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat