On 2012-03-08 15:58, Steve G Harnett wrote: > Hi Edwin, > as discussed: > # more libclamunrar_iface.la > > # libclamunrar_iface.la - a libtool library file > # Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2 > # > # Please DO NOT delete this file! > # It is necessary for linking the library. > > # The name that we can dlopen(3). > dlname=''
This should not be empty. > # ./libtool --config > > # Which release of libtool.m4 was used? > macro_version=2.2.6b > macro_revision=1.3017 > > # Whether or not to build static libraries. > build_old_libs=yes > > # Whether or not to build shared libraries. > build_libtool_libs=no This should be 'yes'. Check config.log on why libtool doesn't support shared libraries on your platform. Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
