[plt-scheme] SQLite libraries under SunOS
Hi Eli,
It turns out that 'fdatasync' was not in a 'normal' place; I had to link
the SQLite libraries against librt at compile time. This made the ffi happy.
Just in case anyone goes looking for this in the future, that was my fix...
Cheers,
Matt
Eli Barzilay wrote:
> Sounds like possible reasons. Also, Sun machines are notoriously
> messy -- the problem is that the standard stuff is in standard places,
> but department setups tend to choose completely random places to put
> extra libraries, and these can be compiled against different libc
> versions etc etc.
>
> Maybe play around with LD_LIBRARY_PATH? You can also try the extreme
> -- build the sqlite library from source which will make it more likely
> to have the right libraries.