
2 Apr
2004
2 Apr
'04
12:59 p.m.
On Thu, Apr 01, 2004 at 10:00:23AM +0100, Simon Marlow wrote:
Has anyone succeeded in getting wxhaskell to work under
ghci on Linux?
On my system, I get an error message
Loading package unix ... ghc-6.2: can't load .so/.DLL for: dl (libdl.so: cannot open shared object file: No such file or directory)
This sounds like it has nothing to do with wxhaskell, but is a GHC problem. Any pointers?
Is libdl.so in the usual place? (/usr/lib on my system)
Yes.
(FYI, this is a Debian unstable system.)
Everything works with GHC, by the way.
Very strange. Is /usr/lib/libdl.so perhaps a symlink to a library that doesn't exist? That could happen if an upgrade had gone wrong, perhaps. Cheers, Simon