[libcares2 0005172]: libcares.so link missing from libcares.so.2 (CSWlibcares2) so unable to link
Mantis Bug Tracker via bug-notifications
bug-notifications at lists.opencsw.org
Wed May 21 10:17:01 CEST 2014
The following issue requires your FEEDBACK.
======================================================================
https://www.opencsw.org/mantis/view.php?id=5172
======================================================================
Reported By: dsimonson
Assigned To: dam
======================================================================
Project: libcares2
Issue ID: 5172
Category: packaging
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
======================================================================
Date Submitted: 2014-05-20 20:00 CEST
Last Modified: 2014-05-21 10:17 CEST
======================================================================
Summary: libcares.so link missing from libcares.so.2
(CSWlibcares2) so unable to link
Description:
Building clamav 0.98.4 clamsubmit gets unresolved libraries. One is
-lcares. ;ibcares.so.2 is present in /opt/csw/lib (from CSWlibcares2), but
is not included because there is no libcares.so link. (This may be because
of a CSWlibcares package?)
Added link, library resolved properly by ld
-bash-3.2# ls -l libcare*
lrwxrwxrwx 1 root root 13 May 20 13:44 libcares.so ->
libcares.so.2
lrwxrwxrwx 1 root root 17 Feb 10 09:30 libcares.so.2 ->
libcares.so.2.0.0
-rwxr-xr-x 1 root bin 192152 Aug 30 2012 libcares.so.2.0.0
-bash-3.2# ls libc*
======================================================================
----------------------------------------------------------------------
(0010837) dam (administrator) - 2014-05-21 10:17
https://www.opencsw.org/mantis/view.php?id=5172#c10837
----------------------------------------------------------------------
The library-package CSWlibcares2 contains just the runtime library
libcares.so.2, to have the .so symlink you have to install the development
package for that library CSWlibcares-dev. This is documented in the
developers manual:
http://www.opencsw.org/manual/for-developers/index.html
More information about the bug-notifications
mailing list