2

I install the libc-client-dev and libkrb5-dev in my CentOS 7.2 Server:

[root@localhost ~]# yum install -y libc-client-dev libkrb5-dev Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.163.com * epel: ftp.yzu.edu.tw * extras: mirrors.163.com * updates: mirrors.163.com * webtatic: sp.repo.webtatic.com No package libc-client-dev available. No package libkrb5-dev available. Error: Nothing to do 

But there says No package available.


EDIT-01

# uname -a Linux localhost.localdomain 3.10.0-327.el7.x86_64 
7
  • Again problems? Commented Sep 21, 2018 at 3:44
  • the libkrb5-dev is no package. Commented Sep 21, 2018 at 3:49
  • @misdeed See my edit-01. Commented Sep 21, 2018 at 4:01
  • Try it, please: yum -y install krb5-server krb5-libs, and say me about results! Commented Sep 21, 2018 at 4:07
  • @misdeed Oh, this works. why use this works? and is this is the libkrb5-dev's replace? Commented Sep 21, 2018 at 4:20

1 Answer 1

2

For install libkrb5-dev:

Pre-Requisites:

yum -y install ntp ntpdate 0.rhel.pool.ntp.org systemctl start ntpd.service systemctl enable ntpd.service 

Installing:

yum -y install krb5-server krb5-libs 

Source

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.