[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Dependency issues when installing



Hi Roberto,

Try installing the condor-8.6.7 package rather than 8.6.8. On my CentOS 7.4 machine the /lib64/libstdc++ is at version 4.8.5-16, which only contains up through CXXABI_1.3.7, and it is working fine with my 8.6.7 installation.

You can see which versions are found in your libs using the command:

 readelf -a -W /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep CXXABI

Since you're probably not running fancy authentication at this point, the security patch in 8.6.8 probably doesn't affect you. Hope this helps!

     -Michael Pelletier.

________________________________________
From: HTCondor-users [htcondor-users-bounces@xxxxxxxxxxx] on behalf of Roberto Tavares [tavares@xxxxxxxxxxxxx]
Sent: Tuesday, November 28, 2017 8:04 AM
To: htcondor-users@xxxxxxxxxxx
Subject: [External] [HTCondor-users] Dependency issues when installing

Hello,

I'm trying to install HTCondor, but when I'm running condor_master I'm getting the following errors:

./condor_master: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./condor_master)
./condor_master: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./condor_master)
./condor_master: /usr/lib/x86_64-linux-gnu/libgomp.so.1: version `GOMP_4.0' not found (required by /home/condor/condor/sbin/../lib/libcondor_utils_8_6_8.so)
./condor_master: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/condor/condor/sbin/../lib/libcondor_utils_8_6_8.so)
./condor_master: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/condor/condor/sbin/../lib/libcondor_utils_8_6_8.so)
./condor_master: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/condor/condor/sbin/../lib/libcondor_utils_8_6_8.so)
./condor_master: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/condor/condor/sbin/../lib/libclassad.so.8)
./condor_master: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/condor/condor/sbin/../lib/libclassad.so.8)

The isue is that I have the package libstdc++6 installed at newer version. Is there a package dependecy that I'm missing?

Thank you!

Roberto