View Single Post
Old 30th November 2009, 09:13 PM   #6 (permalink)
lone
Junior Member
 
Join Date: Nov 2009
Posts: 1
Downloads: 0
Uploads: 0
Rep Power: 0 lone is on a distinguished road
Default Re: libc.so.6: version `GLIBC_2.7'

[php]
Quote:
12: How to get CCcam 2.1.x working with Clarkconnect 5.0.
1) Please download libstdc++.so.6.0.9 from here http://dc166.4shared.com/download/14...bstdcso609.rar

2) Unpack libstdc.so.6.0.9.rar
3) Copy over FTP to server libstdc++.so.6.0.9
4) Open putty log as root in and give next commands:

cd /home/blabla
ls
cp libstdc++.so.6.0.9 /usr/lib
cd /usr/lib
chmod 755 libstdc++.so.6.0.9
unlink libstdc++.so.6
ln -s libstdc++.so.6.0.9 libstdc++.so.6
/sbin/ldconfig
I Got two errors One is fixed with this help THANKS. other one not fix yet. can some one pls help me for fixing this error. error is....
Code:
./CCcam3.x86: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./CCcam3.x86)
lone is offline   Reply With Quote