[Haskell] Dynamically loading wxhaskell?

Simon Marlow simonmar at microsoft.com
Fri Apr 2 13:59:08 EST 2004


 
> 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


More information about the Glasgow-haskell-users mailing list