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

Re: [Condor-users] Fedora core 8



Got the solution:
yum install compat-libstdc++-33

Junjun

Jonathan S. Billings wrote:
On Fri, Dec 14, 2007 at 04:11:18PM -0500, Junjun Mao wrote:
Hi,

Is Condor available for Fedora Core 8? Or is there a plan of making such a distribution?

I installed the distribution for Fedora Core 5 on Fedora Core 8 and got this error: /usr/local/condor/sbin/condor_master: error while loading shared libraries: libstdc++.so.5 cannot open shared object file: No such file or directory

On my machine I have libstdc++.so.6

Just install the 'compat-libstdc++' package (yum install
compat-libstdc++), and you'll be good to go.