DarkGob
November 8th, 2009, 07:24 PM
Trying to run the KiGB emulator (http://kigb.emuunlim.com/) and I get the following error:
./kigb: error while loading shared libraries: NL.so.1.6: cannot open shared object file: No such file or directory
According to the readme:
Starting from v1.11, KiGB is linked statically except the HawkNL library.
To set up HawkNL library, copy the file libNL.so.1.6.4 to /usr/local/lib.
Then, change directory to /usr/local/lib. Add a soft link: ln -s
libNL.so.1.6.4 NL.so.1.6. You have to be root to do this.
I've tried this. Didn't work. I've tried doing this in /usr/lib instead (found another version of the Readme that said this would be necessary for Debian). Also didn't work. Are these instructions not accurate for Ubuntu, or am I missing something?
./kigb: error while loading shared libraries: NL.so.1.6: cannot open shared object file: No such file or directory
According to the readme:
Starting from v1.11, KiGB is linked statically except the HawkNL library.
To set up HawkNL library, copy the file libNL.so.1.6.4 to /usr/local/lib.
Then, change directory to /usr/local/lib. Add a soft link: ln -s
libNL.so.1.6.4 NL.so.1.6. You have to be root to do this.
I've tried this. Didn't work. I've tried doing this in /usr/lib instead (found another version of the Readme that said this would be necessary for Debian). Also didn't work. Are these instructions not accurate for Ubuntu, or am I missing something?