[Webkit-unassigned] [Bug 66365] [EFL] fail to link with symbol uncompress

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 01:28:35 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66365





--- Comment #7 from Halton Huo <halton.huo at intel.com>  2011-08-18 01:28:34 PST ---
(In reply to comment #6)
> I find zlib usage in CMakeListEfl.txt. ZLIB_LIBRARIES is used by curl network backend. However, we're using libsoup for network backend. If you want to add zlib, I think it is better to use ZLIB_LIBRARIES.

Kim, I think I'm using libsoup rather than curl.
$ ldd WebKit/libewebkit.so.0.1.0 |grep soup
    libsoup-2.4.so.1 => /usr/lib/libsoup-2.4.so.1 (0xb5e4d000)

And seems libsoup does not depend on libz
$ pkg-config --libs libsoup-2.4
-pthread -L/usr/lib/i386-linux-gnu -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0

Actually I go through all dependencies of libewebkit.so, no one will contain -lz if we use "pkg-config --libs". While "pkg-config --libs --static" will give -lz.

So seems zlib need to be added for the libsoup backend also. Is that correct?
If so, I can new patch with your suggestion as comment #5.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list