Re: Can't find libgc.so.1

Maybe "libgc-dev" will work? Yeah, I haven't had this problem unless I had the wrong architecture. You can also check to see if the file appears to exist by running "ls /usr/lib | grep libgc" and see if it shows any results. Occasionally I've found tha…

Viewing 1 to 1 (1 Total)
Re: Can't find libgc.so.1

singmajesty

singmajesty
Total Posts: 2146
Joined: August 25, 2011

Maybe "libgc-dev" will work?

Yeah, I haven't had this problem unless I had the wrong architecture. You can also check to see if the file appears to exist by running "ls /usr/lib | grep libgc" and see if it shows any results. Occasionally I've found that a library was present, but the symlink (like libgc.so.1 instead of libgc.so) was not.

Posted on May 15, 2012 at 11:06 AM