httpd dies at logrotate due to glibc update

Issues related to applications and software problems
Post Reply
raines
Posts: 19
Joined: 2006/08/08 17:28:35

httpd dies at logrotate due to glibc update

Post by raines » 2017/11/20 13:57:50

I have a web server still running 7.3. A few days ago I needed to compile something that required 'cmake' so I do a 'yum install cmake'. This also pulled in updates to glibc, gcc, libstdc++, etc. from 7.4.

This morning I came in to find the httpd process had died overnight. Apparently it rotated logs but could not restart due to this error:

Code: Select all

httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.modules.d/00-lua.conf: Cannot load modules/mod_lua.so into server: /lib64/libm.so.6: symbol __strtold_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Should the yum update of glibc trigger updates of packages like httpd it would break somehow? Or is it just a general rule that one should never update glibc without updating everything?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: httpd dies at logrotate due to glibc update

Post by TrevorH » 2017/11/20 14:05:36

We don't support cherry picking updates from a new point release. It's all or none with all being recommended since the old point release will not receive any more updates at all.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: httpd dies at logrotate due to glibc update

Post by hunter86_bg » 2017/11/26 05:37:41

Most probably an update will fix it all.
Otherwise you have 'yum downgrade/rollback/undo' options.

Post Reply