
Hello, I tried to install version ghc 5.00.2 & prof from mandrake (vers 8.0 with current updates). It installed fine, but i get this message when i try to run ghci: Loading package std ... ghc-5.00.2: can't find .o or .so/.DLL for: m (lib.so: cannot open shared object file: No such file or directory) Can anyone tell me what's missing, or how to fix this?? TIA -------------------------------------------------------------------- Mail2Web - Check your email from the web at http://www.mail2web.com/ .

Can anyone tell me what's missing, or how to fix this??
A _very_ ugly "fix" for this problem is to make a symbolic link to libm.so and call it lib.so. Try this (you may have a different version of libm): $ ln -s /lib/libm.so.6 /lib/lib.so $ ldconfig /Hampus -- Homepage: http://www.dtek.chalmers.se/~d00ram E-mail: d00ram@dtek.chalmers.se
participants (2)
-
Hampus Ram
-
phaywood@mail.iprimus.com.au