|
From: Kevin M. <mu...@ge...> - 2004-04-16 19:33:51
|
I solved the problem by modifying some .c and .h files in Convert::UUlib to use the function name uu_crc32 instead of _crc32. Wow, open source in action. -Kevin On Friday, April 16, 2004, at 03:00 PM, Kevin Murphy wrote: > Using OS X 10.2.8, Perl 5.8.3, Convert::UUlib 0.31, Compress::Zlib > 1.21, and amavisd-new 20030616p9, I get this error: > $ /usr/local/sbin/amavisd start > dyld: perl multiple definitions of symbol _crc32 > /usr/local/lib/perl5/site_perl/5.8.3/darwin/auto/Convert/UUlib/ > UUlib.bundle definition of _crc32 > /usr/local/lib/perl5/site_perl/5.8.3/darwin/auto/Compress/Zlib/ > Zlib.bundle definition of _crc32 > Trace/BPT trap |