Hi, I just managed two install my first two modules, among them Text::Iconv. Now while the iconv utility works fine on my system, the module complains:
dyld: perl Undefined symbols: /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/Text/Iconv/Iconv.bundle undefined reference to _libiconv expected to be defined in a dynamic image /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/Text/Iconv/Iconv.bundle undefined reference to _libiconv_close expected to be defined in a dynamic image /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/Text/Iconv/Iconv.bundle undefined reference to _libiconv_open expected to be defined in a dynamic image Trace/BPT trap Somehow it seems to miss the libraries. I am on Mac OS X (10.3.2). Any idea how I could fix the problem? Thanks, Jan -- There are 10 kinds of people: those who understand binary, and those who don't -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>