On Fri, Mar 03, 2023 at 08:47:00PM -0600, Galaxy Being wrote: > When I'm trying to start picolisp I get > > error while loading shared libraries: libffi.so.8: cannot open shared > object file: No such file or directory > > I'm on Debian 11 and it has version 7. Should I just do a symbolic link to > it?
Did you install PicoLisp with "apt get"? If so, the right libffi-dev should be installed automatically. If you installed it locally, try also to install the libs $ sudo apt install binutils make clang llvm libreadline-dev libffi-dev libssl-dev pkg-config ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe