LinuxQuestions.org
Help answer threads with 0 replies.
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 06-16-2009, 11:50 PM   #1
sushantchawla2005
Member
 
Registered: Jun 2009
Location: India
Distribution: All flavours of linux
Posts: 93

Rep: Reputation: 14
Unhappy Cannot install krb5 RPMs on RHEL 5 Server


Hi

Recently I have configured a new RHEL 5 server for my company but
When I am installing mysql yum is showing missing dependency for krb5. When I gave the command rpm -qa | grep -i krb5 its showing all krb5 packages are installed but other packages which are dependent are showing please install dependency for krb5 first.

Plzzzzzzzz helppppp me ASAP
 
Old 06-17-2009, 10:25 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

1) There is no package by name 'krb5'. ?
'yum list available | grep krb' .

2) The package 'mysql' itself is not depending on
any 'krb5-<name>' package.
'yum deplist mysql' .

So which package is depending on "krb5-..." ? ?
Full name please + version, major + minor version
numbers.
And are you sure the krb related packages in question
are updated. The basic ( base ? ) repolist in
/etc/yum.repos.d/ should probably include a mirror
ending with the word : updates .
.....

Last edited by knudfl; 06-17-2009 at 10:29 AM.
 
Old 06-17-2009, 11:32 PM   #3
sushantchawla2005
Member
 
Registered: Jun 2009
Location: India
Distribution: All flavours of linux
Posts: 93

Original Poster
Rep: Reputation: 14
Quote:
Originally Posted by knudfl View Post
Welcome to LQ.

1) There is no package by name 'krb5'. ?
'yum list available | grep krb' .

2) The package 'mysql' itself is not depending on
any 'krb5-<name>' package.
'yum deplist mysql' .

So which package is depending on "krb5-..." ? ?
Full name please + version, major + minor version
numbers.
And are you sure the krb related packages in question
are updated. The basic ( base ? ) repolist in
/etc/yum.repos.d/ should probably include a mirror
ending with the word : updates .
.....

No I am using my local repository for yum which I copied from my RHEL5 DVD & when I issue command yum install mysql-*, It shows mysql-devel is dependent on openssl-devel & it too has dependency on krb5-devel. Following is the output of yum server:



# yum install mysql-*
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Setting up repositories
rhel-server 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mysql-devel.i386 0:5.0.22-2.1 set to be updated
--> Running transaction check
--> Processing Dependency: openssl-devel for package: mysql-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package openssl-devel.i386 0:0.9.8b-8.3.el5 set to be updated
--> Running transaction check
--> Processing Dependency: krb5-devel for package: openssl-devel
--> Finished Dependency Resolution
Error: Missing Dependency: krb5-devel is needed by package openssl-devel
 
Old 06-17-2009, 11:35 PM   #4
sushantchawla2005
Member
 
Registered: Jun 2009
Location: India
Distribution: All flavours of linux
Posts: 93

Original Poster
Rep: Reputation: 14
Quote:
Originally Posted by sushantchawla2005 View Post
No I am using my local repository for yum which I copied from my RHEL5 DVD & when I issue command yum install mysql-*, It shows mysql-devel is dependent on openssl-devel & it too has dependency on krb5-devel. Following is the output of yum server:



# yum install mysql-*
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Setting up repositories
rhel-server 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mysql-devel.i386 0:5.0.22-2.1 set to be updated
--> Running transaction check
--> Processing Dependency: openssl-devel for package: mysql-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package openssl-devel.i386 0:0.9.8b-8.3.el5 set to be updated
--> Running transaction check
--> Processing Dependency: krb5-devel for package: openssl-devel
--> Finished Dependency Resolution
Error: Missing Dependency: krb5-devel is needed by package openssl-devel

This is the output of confirming the krb5 packages which shows it is installed but other applications which needs these packages shows these are not installed.

# rpm -qa | grep krb
krb5-workstation-1.5-17
krb5-auth-dialog-0.7-1
krb5-server-1.5-17
krb5-devel-1.5-17
krb5-libs-1.5-17
pam_krb5-2.2.11-1
 
Old 06-18-2009, 05:37 AM   #5
sushantchawla2005
Member
 
Registered: Jun 2009
Location: India
Distribution: All flavours of linux
Posts: 93

Original Poster
Rep: Reputation: 14
Quote:
Originally Posted by sushantchawla2005 View Post
This is the output of confirming the krb5 packages which shows it is installed but other applications which needs these packages shows these are not installed.

# rpm -qa | grep krb
krb5-workstation-1.5-17
krb5-auth-dialog-0.7-1
krb5-server-1.5-17
krb5-devel-1.5-17
krb5-libs-1.5-17
pam_krb5-2.2.11-1



The problem is resolved now actually my RPM database got corrupted & when I rebuild the RPM database it worked perfectly.
 
  


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
NetworkManager RHEL krb5-auth-dialog and AD neel_learning_linux Linux - Networking 1 05-13-2008 10:37 AM
fedora rpms on rhel dinisco Red Hat 1 07-25-2006 09:32 AM
RPMs needed for RHEL ES 3.0 Laserjock Linux - Enterprise 1 05-27-2005 02:30 AM
CANNOT LOGIN! All passwords say incorrect after install of krb5 Zero-0-Effect Linux From Scratch 1 05-22-2004 11:19 AM
cvs install error... due to unsatisfied krb5-devel joseph_k Linux - Software 1 02-29-2004 11:59 AM

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

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