cl-raylib
cl-raylib copied to clipboard
cl-raylib installation issue
Unable to load foreign library (LIBRAYLIB). Error opening shared object "libraylib.so": libraylib.so: cannot open shared object file: No such file or directory. [Condition of type LOAD-FOREIGN-LIBRARY-ERROR]
@olegharput looks like there is an error when loading cffi
dependency, is there any more error stack info?
If possible, I can take a look as well.
@olegharput Did you install the raylib dependency? Depends on your OS, could be yum install raylib
or apt install raylib
@Oleg-Harput Maybe you can try:
- move so file to /usr/local/lib, or even /usr/lib
- add path of directory to LD_LIBRARY_PATH environment variable
Please also refer to the following link if it can not work https://www.quicklisp.org/beta/UNOFFICIAL/docs/cffi/doc/_002aforeign_002dlibrary_002ddirectories_002a.html