I looked through the archives and saw a number of issues related
to this, but I did not see a definitive solution. I suspect that this
is either a unit_tests issue -or- and issue with how the static
executables get built. I am running Solaris 10 and building from
source using the Oracle provided gcc (3.4.3, I know there are issues
with the C++ compiler).

Building 0.97.1

> more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ClamAV configure 0.97.1, which was
generated by GNU Autoconf 2.67.  Invocation command line was

 $ ./configure --disable-clamav --enable-check --enable-static --disable-shared
 --prefix=/usr/local/src/test

## --------- ##
## Platform. ##
## --------- ##

hostname = xxx
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_139555-08

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = xxx
Release = 5.10
KernelID = Generic_139555-08
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 8

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

<snip>

and the ./configure exits cleanly

the make exits cleanly

(both show a couple warnings but no errors)

I then do a make install to a test directory in order to get the
libraries (unrar) someplace the make check will use them. I add that
directory (/usr/local/src/test/lib) to LD_LIBRARY_PATH and export it
(and, no, you do not have to do more than that under Solaris to add
that directory to the library search path).

make check reports

PASS: check_clamav
PASS: check_freshclam.sh
PASS: check_sigtool.sh
SKIP: check_unit_vg.sh
FAIL: check1_clamscan.sh
FAIL: check2_clamd.sh
PASS: check3_clamd.sh
PASS: check4_clamd.sh
SKIP: check5_clamd_vg.sh
SKIP: check6_clamd_vg.sh
SKIP: check7_clamd_hg.sh
SKIP: check8_clamd_hg.sh
SKIP: check9_clamscan_vg.sh
========================================
2 of 7 tests failed
(6 tests were not run)
See unit_tests/test-suite.log
Please report to http://bugs.clamav.net/
========================================

> more unit_tests/test-suite.log
==============================================
  ClamAV 0.97.1: unit_tests/test-suite.log
==============================================

2 of 7 tests failed.  (6 tests were not run).

.. contents:: :depth: 2


SKIP: check_unit_vg.sh (exit: 77)
=================================

*** valgrind tests skipped by default, use 'make check VG=1' to activate

FAIL: check1_clamscan.sh (exit: 42)
===================================

LibClamAV debug: searching for unrar, user-searchpath: /usr/local/src/test/lib
LibClamAV debug: searching for unrar: libclamunrar_iface.so.6.1.10 not found
LibClamAV debug: searching for unrar: libclamunrar_iface.so.6 not found
LibClamAV debug: searching for unrar: libclamunrar_iface.so not found
LibClamAV debug: searching for unrar: libclamunrar_iface.a not found
LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found - unrar supp
ort unavailable
LibClamAV debug: Initialized 0.97.1 engine

<snip>

and

> ls -l /usr/local/src/test/lib
total 10052
-rw-r--r--   1 a b 4868060 Jun 21 16:03 libclamav.a
-rwxr-xr-x   1 a b    1112 Jun 21 16:03 libclamav.la
-rw-r--r--   1 a b   29280 Jun 21 16:03 libclamunrar_iface.a
-rwxr-xr-x   1 a b     983 Jun 21 16:03 libclamunrar_iface.la
-rw-r--r--   1 a b  217788 Jun 21 16:03 libclamunrar.a
-rwxr-xr-x   1 a b     924 Jun 21 16:03 libclamunrar.la
drwxr-sr-x   2 a b     512 Jun 21 16:03 pkgconfig

So the libraries are there, and the unit_tests are saying that they
are looking there, but they are not finding the libraries. My next
approach is going to be to try to compile with shared flags and see if
I get different results.
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to