On Wed, Apr 03, 2013 at 06:19:10PM -0400, Chris Fisichella wrote:
> /usr/bin/xmllint: symbol lookup error:
> /usr/local/lib/libreadline.so.6: undefined symbol: PC

Does "xmllint --help" work?

(Guess: you have an xmllint from a distribution, linked against a libreadline
from a distribution. Somehow you ended up building your own libreadline in
/usr/local. Your system doesn't like -rpath, and xmllint found the /usr/local
readline rather than the one it was compiled with. Maybe build your own
libxml2 which contains xmllint?)

Cheers,

Patrick
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to