Loading up libreadline during the build process instead of at runtime with Dl.dlopen is supposedly better and allows for Mac compatibility since it doesn't hard-code "libreadline.so" into the source, but it breaks compatibility with Ubuntu.
Yes, spend a part of the night on that.... :D
Ubuntu 13.4 64 bit broken with libreadline... ;)
There was also a problem on libudev-dev, I have reload the old version of libudev.so.0 and it works...
Loading up
libreadline
during the build process instead of at runtime withDl.dlopen
is supposedly better and allows for Mac compatibility since it doesn't hard-code "libreadline.so" into the source, but it breaks compatibility with Ubuntu.Waiting for clarification as to what's going happening on this thread on the ctypes mailing list: http://lists.ocaml.org/pipermail/ctypes/2013-October/000013.html
http://p.hagelb.org/mystery.gif