Package: hardinfo
Version: 0.4.2.3-1
Severity: normal
Usertags: origin-ubuntu gutsy hardy

Hi,

We have received a bug report about hardinfo in ubuntu:

https://bugs.launchpad.net/ubuntu/gutsy/%2Bsource/hardinfo/%2Bbug/178267/comments/6

I believe that this problem is due to the wrong library name being used in 
arch/common/zlib.h:

        libz = g_module_open("libz", G_MODULE_BIND_LAZY);
        if (!libz) {
            libz = g_module_open("/usr/lib/libz.so", G_MODULE_BIND_LAZY);
            if (!libz) {
                g_warning("Cannot load ZLib: %s", g_module_error());
                return;
            }

For zlib1g 1:1.2.3.3.dfsg-8 (or 1:1.2.3.3.dfsg-7ubuntu1) the correct soname 
would be libz.so.1, not libz.so.

What do you think?

Cesare

PS. And of course, have a nice Xmas :-)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to