While migrating over my blog posts from my old site, and putting them on my new site, I came across by post on CS2D (old post available here).
I fired it up to take a look, and ran into a few problems. Running a modern Xubuntu and after making the CS2D file executable, got the following error:
./CS2D: error while loading shared libraries: libsteam_api.so: cannot open shared object file: No such file or directory
That file existed in the directory, but wasn't recognized. A fairly simple fix is to move that file into the /usr/lib folder:
sudo cp libsteam_api.so /usr/lib/
Then it ran fine. :)
| # | By | Comment | Post Date | Likes |
|---|