On Sun, 1 Oct 2006, Petr Janda wrote: > Hi, > I just installed multimedia/dvdrip from pkgsrc-current and Im encountering > this problem: > > [elevator] ~% dvdrip > /usr/libexec/ld-elf.so.2: > /usr/pkg/lib/perl5/vendor_perl/5.8.0/i386-dragonfly-thread-multi/auto/Locale/gettext_xs/gettext_xs.so: > Undefined symbol "libintl_bind_textdomain_codeset"
I'm guessing you need to re-install the package which installed that library. Try this to find which package it was: pkg_info -F /usr/pkg/lib/perl5/vendor_perl/5.8.0/i386-dragonfly-thread-multi/auto/Locale/gettext_xs/gettext_xs.so If re-installing that package doesn't help, then I would try re-installing gettext-lib and intltool after that.
