![](https://secure.gravatar.com/avatar/9ed6ab1d1019fe41799ee83440518e36.jpg?s=120&d=mm&r=g)
26 Apr
2006
26 Apr
'06
9:35 a.m.
Heiko Schroeter <schroete@iup.physik.uni-bremen.de> writes:
No, my primary Linux box is an Ubuntu amd64 machine, and it does work for me. Just to make sure, you are using an x86-64 SBCL? (what does (MACHINE-TYPE) return?) Also, what about trying:
This might be the error: (machine-type) returns "X86" !!! Funny enough though.
Yeah, you can't load 64-bit libraries into a 32-bit SBCL, but if you have the 32-bit libraries (in /usr/lib32 or /usr/local/lib32 probably) then CFFI should find them. James