From: Simon M. <sim...@mi...> - 2004-04-02 12:59:19
|
=20 > On Thu, Apr 01, 2004 at 10:00:23AM +0100, Simon Marlow wrote: > > =20 > > > Has anyone succeeded in getting wxhaskell to work under=20 > ghci on Linux? > > > On my system, I get an error message > > >=20 > > > Loading package unix ... ghc-6.2: can't load .so/.DLL for: dl=20 > > > (libdl.so: cannot open shared object file: No such file=20 > or directory) > > >=20 > > > This sounds like it has nothing to do with wxhaskell, but is a GHC > > > problem. Any pointers? > >=20 > > Is libdl.so in the usual place? (/usr/lib on my system) >=20 > Yes. >=20 > (FYI, this is a Debian unstable system.) >=20 > 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 |