Package: postfix
Version: 2.2.2-2
Severity: Important

In the debian/rules file, there is a link created to libdb3.so.  However,
"/usr/lib/libdb3.so" is part of the libdb3-dev package.  The "control" file is
correct in depending on libdb4.2-dev.  Unfortunatly, when I change the link to
point to libdb.so, postfix fails to build.

--SNIP--

build: patch
        $(checkdir)
        ln -sf /usr/lib/libdb3.so debian/libdb.so

--SNIP--

I am assuming the link should either be removed, since its not being used, or
changed to point to:

lrwxrwxrwx  1 root root      12 2005-02-05 13:19 /usr/lib/libdb.so -> 
libdb-4.2.so

build: patch
        $(checkdir)
        ln -sf /usr/lib/libdb.so debian/libdb.so

Best Regards,
C.Y.M.


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

Reply via email to