openindiana binaries

Hello, This weekend I tried to compile ghc-7.6.3 on OpenIndiana using an older version that was posted at http://www.haskell.org/ghc/download_ghc_7_0_3 I have used this version to compile install pandoc and pandoc compiled just fine and it works! However, I have noticed that libffi.so.6 should not be installed in a non standard folder, and I have no idea if this is a problem of OpenIndiana or Solaris more generally. Now, I think it would be nice to add this version to the download page, do you know whom I have to contact for the relevant details? Regards, A.S. -- Apostolos Syropoulos Xanthi, Greece

On Mon, Sep 30, 2013 at 9:11 AM,
and pandoc compiled just fine and it works! However, I have noticed that libffi.so.6 should not be installed in a non standard folder, and I have no idea if this is a problem of OpenIndiana or Solaris more generally. Now, I think it would be nice to add this version to the download page, do you
Solaris is not Linux; you might look at crle for shared library issues, or set LD_LIBRARY_PATH in the wrapper scripts. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net

Solaris is not Linux; you might look at crle for shared library issues, or set LD_LIBRARY_PATH in the wrapper scripts.
Or I can (re)configure with LDFLAGS="-L/destination/path/lib -R/destination/path/lib" which is easier. However, this was not my question! Regards, A.S -- Apostolos Syropoulos Xanthi, Greece
participants (2)
-
asyropoulos@aol.com
-
Brandon Allbery