[CSCMail-Users] Re: Library crash, when loading an email
Brought to you by:
countzer0
From: Gisle A. <gi...@Ac...> - 2000-11-30 20:13:59
|
HawkeWerks <ha...@ha...> writes: > [hawke@localhost hawke]$ cscmail > HTML Widget is: XmHTML > perl: error while loading shared libraries: > /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/HTML/Parser/Parser.so: > undefined symbol: bytes_to_utf8 This only happen if you enable the experimental UTF8 feature. It does not work for 5.6.0. It works for 5.7.0. I hope it will work for 5.6.1 when it comes out. The perl internal UTF8 API is a bit unstable. The fix is to compile HTML::Parser with the default setting (no UTF8 expanding of entities). Regards, Gisle |