I've gotten Curses.pm off of CPAN, but any program I try to run with it fails to compile, saying that libcurses.dylib is "not a recognisable object file". Anyone know what I need to do to fix this? Thanks!

% perl -e 'use Curses'
Can't load '/usr/lib/libCurses.dylib' for module Curses: /usr/lib/libCurses.dylib(2): Not a recognisable object file at -e line 1
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


% perl /Library/Perl/Curses.pm
Can't load '/usr/lib/libCurses.dylib' for module Curses: /usr/lib/libCurses.dylib(2): Not a recognisable object file
DynaLoader::croak('Can\'t load \'/usr/lib/libCurses.dylib\' for module Curses: /...') called at /System/Library/Perl/5.8.1/darwin-thread-multi-2level/DynaLoader.pm line 229
DynaLoader::bootstrap('Curses') called at /Library/Perl/Curses.pm line 64


Reply via email to