I try to install a Perl module: Msgcat. It's just a 3 Ko library... But I can't figure out what I do wrong. I need a Mac OS X perl guru !
Msgcat creates functions for Perl scripts: catclose, catgets, catopen, with the Locale::Msgcat Perl library These functions are necessary for some excellent Mailing List programs as Sympa. This Perl Library give me a headaches because I can't compile it properly... I find out that Msgcat needs nl_types.h and gencat to run. I install them with success but the Msgcat installation fails. Or maybe it's just the Perl that can't load Msgcat ? I try the installation with CPAN but there is the same problem. Here is the returned error when invoking " use Locale::Msgcat; " from a Perl script: dyld: /usr/bin/perl Undefined symbols: catclose,catgets,catopen I made a summary of my problems and put all the the source files on a page of my website http://lashampoo.info/unix Anyone can help me ? Thanks, Michael.