Bug 33424
Summary: | Webkit based apps will not start | ||
---|---|---|---|
Product: | WebKit | Reporter: | asensio <valterasensio> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | berto |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
asensio
(hope i'm reporting a bug in the right place)
Webkit based apps won't start after libwebkit-1.0-2 update from version 1.1.17.1 to 1.1.18.1. I'm using Webkit's Team PPA for Ubuntu 9.10 Karmic Koala.
When I type "midori" in the shell I get the following error:
symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined symbol: soup_content_decoder_get_type
When I type "gwibber":
Traceback (most recent call last):
File "/usr/bin/gwibber", line 55, in <module>
from gwibber import client
File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 11, in <module>
from . import gwui, config, configui, gintegration
File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 8, in <module>
import webkit, gtk, urllib2, hashlib, os, gobject, dbus
File "/usr/lib/pymodules/python2.6/webkit/__init__.py", line 19, in <module>
import webkit
ImportError: /usr/lib/libwebkit-1.0.so.2: undefined symbol: soup_content_decoder_get_type
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alberto Garcia
Looks like the installed libsoup version was not recent enough.
Since this is more than 3 years old I guess it doesn't make sense to keep it open. Please reopen if you think it's still relevant.