On Jan 13, 2004, at 8:10 AM, Jan Eden wrote:

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?

Since you mentioned earlier that you forgot to install the developer tools, let me just mention that I've ran into problems building things without them, because of missing header files and the like. I'm not saying that's your problem, I'm just sharing information.


Were they not on a separate CD in Panther? I honestly can't remember, but they always have been before, I know.

Good luck.

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to