Solaris 8 and libm.so.2

Christian Maeder Christian.Maeder at dfki.de
Tue Mar 17 10:36:37 EDT 2009


Ralph Crawford wrote:
> ln -s /usr/lib/libm.so.1 $BOS_ROOT/lib/libm.so.2

You need an actual libm.so.2 library that contains the missing symbols.
To this library you set a link libm.so in a directory that is in the
front of your LD_LIBRARY_PATH, so that libm.so.2 instead of libm.so.1 is
found via libm.so.

HTH Christian



More information about the Glasgow-haskell-users mailing list