On 2017-02-24 12:15, Andrew Schulman wrote:
So to follow up on this old thread: The commands to make ocaml work again
in x86_64 are
rebase -b 0x06440000 /usr/lib/ocaml/stublibs/dllunix.so
rebase -b 0x06510000 /usr/lib/ocaml/stublibs/dllcamlstr.so
Damien: OCaml is broken OOTB in x86_64. dllunix.so and dllcamlstr.so need to be
rebased before it will work.
This is still true today. The above commands will probably have to be rerun
each time you use ocaml, since updating packages usually runs rebaseall
which undoes the above.
Could you try this again with the OCaml 4.04.0 stack I just uploaded,
and see if this is still an issue?
--
Yaakov