Results 1 to 4 of 4
Hey everyone.
I'd like some clarification on how to install Windy City Pains (an open RPG) onto my suse 10.1 system. I've tried building Allegro, the library the game uses, ...
- 08-09-2006 #1Banned
- Join Date
- Aug 2005
- Location
- Sacramento, CA
- Posts
- 112
Windy City Pains install help
Hey everyone.
I'd like some clarification on how to install Windy City Pains (an open RPG) onto my suse 10.1 system. I've tried building Allegro, the library the game uses, but I'm not sure its worked because I get an error:
Anyone installed it before? I've read that its popular, but maybe not. I f anyone can help thanx. otherwise, why r u reading this?Code:./hexplay: error while loading shared libraries: liballeg.so: cannot open shared object file: No such file or directory
- 08-09-2006 #2
When you add libraries in linux you need to run
to load the libraries into the cache. This is done on most distributions automatically at boot.Code:# /sbin/ldconfig
If it still does not work you can search for the file on your system:
if you find the file you might want to make sure that the library is in your LD_LIBRARY_PATH:Code:# find / -name liballeg.so -print
if not you can test to add the directory to the system variable and then run /sbin/ldconfig again.Code:# echo $LD_LIBRARY_PATH
- 08-09-2006 #3Banned
- Join Date
- Aug 2005
- Location
- Sacramento, CA
- Posts
- 112
It gives me an error:
Anyone know why it isn't there?Code:# find / -name liballeg.so -print find: /proc/3855/task: No such file or directory find: /proc/3855/fd: No such file or directory
- 08-21-2006 #4Banned
- Join Date
- Aug 2005
- Location
- Sacramento, CA
- Posts
- 112
I guess the game isn't that popular then.


Reply With Quote
