I am attempting to install an RPM in my VM, and I am getting the following messages during yum install
.
file /usr/lib64/libstdc++.so.6 from install of myPackage.x86_64 conflicts with file from package libstdc++-4.8.5-16.el7_4.2.x86_64
file /usr/lib64/libz.so.1 from install of myPackage.x86_64 conflicts with file from package zlib-1.2.7-17.el7.x86_64
file /usr/lib64/libgcc_s.so.1 from install of myPackage.x86_64 conflicts with file from package libgcc-4.8.5-16.el7_4.2.x86_64
file /usr/lib64/libgomp.so.1 from install of myPackage.x86_64 conflicts with file from package libgomp-4.8.5-16.el7_4.2.x86_64
file /usr/lib64/libgomp.so.1.0.0 from install of myPackage.x86_64 conflicts with file from package libgomp-4.8.5-16.el7_4.2.x86_64
I am running in Centos7, and I am pretty sure that the libstdc++-4.8.5-16 is coming in since I installed gdb (I am installing a set of pre-packaged RPMS) from the Centos repos.
Is there a way to resolve these conflicts? Is there a way to tell gdb, for example, to use the more up-to-date libstdc++ library?