Greetings,
I am trying to load the X11 library using load-foreign, which used to work
for me on Ubuntu Drapper on cmucl 19B:
(ext:load-foreign "/usr/lib/libX11.so.6")
However, after upgrading to Ubuntu Karmic 9.10, the command now crashes the
lisp interpreter saying:
Inconsistency detected by ld.so: dl-open.c: 643: _dl_open: Assertion
`_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
the ldd /usr/lib/libX11.so.6 says:
linux-gate.so.1 => (0x00170000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00efa000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x00110000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00574000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x0049a000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00f57000)
/lib/ld-linux.so.2 (0x00c42000)
Any one knows how to correct this?
Happy new year,
Rex