Harvest: Massive Encounter is an award-winning real-time strategy game with battles of epic proportions and a unique style of resource management and exploration. Build power plants, mineral harvesters and defense towers and make sure they have sufficient energy to fend off endless hordes of evil aliens.

Forum Thread
  Posts  
libCgGL.so (Games : Harvest: Massive Encounter : Forum : Support : libCgGL.so) Locked
Thread Options
Jul 18 2012 Anchor

I'm having an error for libCgGL.so. When I run in terminal (Linux 64):

./Harvest: error while loading shared libraries: libCgGL.so: cannot open shared object file: No such file or directoryI do have the libcggl package installed. Even tried copying the .so file in the bin folder.

Thoughts on resolving this?

Feb 20 2013 Anchor

Hi Progressor

its a long time ago since u had that problem.
i had the same and found this post on the top google answers.

i didn't found any solution in the www so i choosed to do it on my own.

u need to install two pakets as i386 version
(ubuntu like)
sudo apt-get install libjpeg62:i386
sudo apt-get install nvidia-cg-toolkit:i386

this will remove the 64bit version from the nvidia toolkit and u will get the problem, that the game want to install the nvidia-cg-toolkit again. (doesn't check the version)
to solve this problem, go to your game directory and open run_harvest.sh with vim or gedit or another text editor. in the third line u see DEPENDENCIES= ...
here u need to add the :i386 after the nvidia-cg-toolkit that the entry looks like
DEPENDENCIES=("libstdc++6" "libc6" "libgcc1" "libgtk2.0-0" "libvorbisfile3" "nvidia-cg-toolkit:i386" "libjpeg62")

now start the game from steam again and all should work :) (for me it does)

Edited by: garog

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.