LoginSignup
31
31

More than 5 years have passed since last update.

OpenSSL脆弱性対応後に発生する問題

Last updated at Posted at 2014-04-09

Problem

yum update openssl

をした後に

crond[17982]: PAM unable to dlopen(/lib64/security/pam_access.so): /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /lib64/libnsl.so.1)

crond[30767]: (root) FAILED to authorize user with PAM (Module is unknown)

のようなログが残る事があります。

Solution

/etc/init.d/crond restart

Note

openssl version ではなく、yum list installed | grep openssl でバージョンを確認しないと誤解を招きそうです。

31
31
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
31
31