FFI problems

Ned Konz ned at bike-nomad.com
Sun Oct 29 18:32:56 UTC 2000


"montgomery f. tidwell" wrote:

> ioLoadModule(/usr/local/lib/squeak/2.8/SqueakFFIPrims.so): libffi.so.1:
> cannot open shared object file: No such file or directory
> ioLoadModule(/usr/local/lib/squeak/2.8/SqueakFFIPrims.so): libffi.so.1:
> cannot open shared object file: No such file or directory
> 
> i checked and SqueakFFIPrims.so is in the path mentioned above. what am
> i missing??

Looks like you're missing libffi.so.1 (which is in the libffi distro).

You need to install it and then run (as root) /sbin/ldconfig so that it
adds it to the cache.

Then you should be able to go:
ldd /usr/local/lib/squeak/2.8/SqueakFFIPrims.so

and see the library listed.

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com





More information about the Squeak-dev mailing list