Hi,

I've got the following problem after installing this:

ghc-4.02 -c  -cpp -syslib misc -fglasgow-exts -H27M Parsers.hs -o Parsers.o
/home/proglang/packages/ghc-4.02/lib/ghc-4.02/hsc: error in loading shared libraries
/usr/i486-linux-libc6/lib/libc.so.6: undefined symbol: _dl_debug_impcalls
make: *** [Parsers.o] Error 1

The library is

GNU C Library experimental release version 2.0.94, by Roland McGrath et al.
Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version egcs-2.91.33 19980528 (gcc2 ss-980502 experimental).
Compiled on a Linux 2.1.106 system on 1998-06-22.
Available extensions:
GNU libio by Per Bothner
UFC-crypt, patchlevel 1e by Michael Glad
linuxthreads-0.7 by Xavier Leroy
BIND-4.9.6-T1A
NIS(YP)/NIS+ NSS modules 0.16 by Thorsten Kukuk
Report bugs using the `glibcbug' script to <[EMAIL PROTECTED]>.

and uname -a says

Linux anaehoomalu 2.0.36 #3 Mon Apr 26 17:16:43 CEST 1999 i686 unknown

Nm of the above library reports:

000d3930 T _dl_addr
         U _dl_catch_error@@GLIBC_2.0
         U _dl_check_all_versions@@GLIBC_2.0
000d3640 T _dl_close
         U _dl_debug_impcalls@@GLIBC_2.0
         U _dl_debug_initialize@@GLIBC_2.0
         U _dl_debug_message@@GLIBC_2.0
         U _dl_debug_state@@GLIBC_2.0
         U _dl_default_scope@@GLIBC_2.0
         U _dl_global_scope@@GLIBC_2.0
000e9770 b _dl_global_scope_alloc
         U _dl_global_scope_end@@GLIBC_2.0
         U _dl_init_next@@GLIBC_2.0
000e3fd4 d _dl_load_lock
         U _dl_lookup_symbol@@GLIBC_2.0
         U _dl_map_object@@GLIBC_2.0
         U _dl_map_object_deps@@GLIBC_2.0
         U _dl_object_relocation_scope@@GLIBC_2.0
000d3380 T _dl_open
         U _dl_relocate_object@@GLIBC_2.0
         U _dl_signal_error@@GLIBC_2.0
00017040 t _dl_start
         U _dl_starting_up@@GLIBC_2.0
000d38e0 t _dl_symbol_value
         U _dl_sysdep_start@@GLIBC_2.0

Any pointers appreciated.

-Peter

Reply via email to