Re: oops, gues MC is broken :)
On Sat, Jan 09, 1999 at 12:41:57AM +1300, John Leget wrote: > Just updated with potato, maybe not such a good idea :). > > Anyway seems Midnight Commander has broken, now comes up > > mc: error in loading shared libraries > /usr/lib/libgpm.so.1: undefined symbol: stdscr Yes, it's broken :( Looks like the problem in libgpm. You can run mc if you will do the following: #!/bin/sh export LD_PRELOAD=/usr/lib/libncurses.so mc unset LD_PRELOAD -- Alexey Vyskubov
oops, gues MC is broken :)
Just updated with potato, maybe not such a good idea :). Anyway seems Midnight Commander has broken, now comes up mc: error in loading shared libraries /usr/lib/libgpm.so.1: undefined symbol: stdscr bugger :( cheers