On Thu, Dec 30, 2021 at 09:08:31PM +0100, Friedrich Kink via oi-dev wrote:
> 
>    I've some packages (clamav update to latest version and dovecot) I'd
>    like to commit but dependency check fails:
> 
[...]
>    mav-clamdtop.depend has unresolved dependency '
>        depend type=require fmri=__TBD pkg.debug.depend.file=libclamav.so.9
>    \
>            pkg.debug.depend.reason=usr/bin/clamdtop
>    pkg.debug.depend.type=elf \
>            pkg.debug.depend.path=lib \
>            pkg.debug.depend.path=usr/gcc/7/lib \
>            pkg.debug.depend.path=usr/lib'.

This error implies that libclamav.so.9 could not be found.  It's looking
in /lib, /usr/gcc/7/lib, and /usr/lib for the SO file.  The first and
last are default locations for the runtime linker.  The middle one is
unlikely.  Where is that SO file?


-- 
-Gary Mills-            -refurb-                -Winnipeg, Manitoba, Canada-

_______________________________________________
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

Reply via email to