Solving 'symbol lookup error' in new Eclipse 3.7 Indigo in Fedora
symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined symbol: soup_content_decoder_get_type
After some searching in the web I found out that it is due that I'm having an older version of libsoup library. I had libsoup-2.28.1-1.fc12.i686 in my fedora 12.
Issue was solved by updating that library using yum.
yum update libsoup
this is absolutely working very well. Thanks for the post. thank u very much.
Thanks for posting this problem. I solved my issue with this one. Thank u so much.
thanks, resolved my issue
Post a Comment