dk / Prima

prima.eu.org
Other
106 stars 27 forks source link

undefined symbol: DGifOpen in Mageia #47

Closed MaxPerl closed 7 years ago

MaxPerl commented 7 years ago

Hello,

Unter Mageia Linux 5.1 I get the following error, when trying the examples (fonntdlg.pl, keys.pl, label.pl):

perl: symbol lookup error: /usr/lib/perl5/vendor_perl/5.20.1/x86_64-linux-thread-multi/auto/Prima/Prima.so: undefined symbol: DGifOpen

The problem occurs with the Prima version of Mageia, the newest CPAN version and the actual github branch.

Best wishes, Max

dk commented 7 years ago

I could reproduce the error. I'll work on a fix a bit longer. Meanwhile, removing libungif.so from the system and recompiling Prima should work.

dk commented 7 years ago

I believe this should fix it

MaxPerl commented 7 years ago

Dear Dimitry, You are fantastic! Everything works now great! Thanks a lot for everything... Max