I upgraded my GCC from 4.4.7 to 4.8.2.
So I removed GCC 4.4.7 by using:
rpm -e --nodeps gcc-c++-4.4.7....... libgcc-4.4.7....... gcc-4.4.7........
Then I manually installed 4.8.2:
./configure make && make install
and had no problems with it.
Then I run:
yum check
Now there is a whole list of missing dependencies like this:
libpanelappletmm-2.26.0-3.el6.x86_64 has missing requires of libgcc_s.so.1(GCC_3.0)(64bit)
libplist-1.2-1.el6.x86_64 has missing requires of libgcc_s.so.1()(64bit)
libplist-1.2-1.el6.x86_64 has missing requires of libgcc_s.so.1(GCC_3.0)(64bit)
libsigc++20-2.2.4.2-1.el6.x86_64 has missing requires of libgcc_s.so.1()(64bit)
libsigc++20-2.2.4.2-1.el6.x86_64 has missing requires of libgcc_s.so.1(GCC_3.0)(64bit)
libstdc++-4.4.7-17.el6.x86_64 has missing requires of libgcc_s.so.1()(64bit)
libstdc++-4.4.7-17.el6.x86_64 has missing requires of libgcc_s.so.1(GCC_3.0)(64bit)
libstdc++-4.4.7-17.el6.x86_64 has missing requires of libgcc_s.so.1(GCC_3.3)(64bit)
libstdc++-4.4.7-17.el6.x86_64 has missing requires of libgcc_s.so.1(GCC_4.2.0)(64bit)
libtiff-3.9.4-18.el6_8.x86_64 has missing requires of libgcc_s.so.1()(64bit)
I then checked
libgcc_s.so.1
was installed at /usr/local/lib64 and /usr/local/gcc-4.8.2/lib64
.
Would this method of upgrading causing any issue or the error message is just because yum didn't recognize gcc is actually installed?
Asked by shadow_wxh
(191 rep)
Feb 9, 2017, 11:45 AM
Last activity: Jul 14, 2025, 06:00 AM
Last activity: Jul 14, 2025, 06:00 AM