Starting yesterday, every time /scripts/upcp runs, it breaks the link for libgcc_s.so.1. It happened again today.
We had the DC take a look at it, and they fixed it like this:
++++++++++++++++++++++++++++++
[email protected] [/lib]# cd /lib
[email protected] [/lib]# ls -l libgcc_s.so.1
lrwxrwxrwx 1 root root 11 Feb 7 14:15 libgcc_s.so.1 -> libgcc_s.so
[email protected] [/lib]# rm -rf libgcc_s.so.1
[email protected] [/lib]# ln -s libgcc_s-3.4.6-20060404.so.1 libgcc_s.so.1
[email protected] [/lib]# ls -l libgcc_s.so.1
lrwxrwxrwx 1 root root 28 Feb 7 15:27 libgcc_s.so.1 -> libgcc_s-3.4.6-20060404.so.1*
++++++++++++++++++++++++++++++
Anyone have any ideas why this is happening? Is more info needed?
We're running WHM 10.8.0 cPanel 10.9.0-S119.
We had the DC take a look at it, and they fixed it like this:
++++++++++++++++++++++++++++++
[email protected] [/lib]# cd /lib
[email protected] [/lib]# ls -l libgcc_s.so.1
lrwxrwxrwx 1 root root 11 Feb 7 14:15 libgcc_s.so.1 -> libgcc_s.so
[email protected] [/lib]# rm -rf libgcc_s.so.1
[email protected] [/lib]# ln -s libgcc_s-3.4.6-20060404.so.1 libgcc_s.so.1
[email protected] [/lib]# ls -l libgcc_s.so.1
lrwxrwxrwx 1 root root 28 Feb 7 15:27 libgcc_s.so.1 -> libgcc_s-3.4.6-20060404.so.1*
++++++++++++++++++++++++++++++
Anyone have any ideas why this is happening? Is more info needed?
We're running WHM 10.8.0 cPanel 10.9.0-S119.