Alex Pogrebnyak
2014-06-30 17:27:18 UTC
Looks like the usage of this configuration option has changed between clamav-0.98.1 and clamav-0.98.4
Before it used to be a 'boolean' option, now it needs an argument that specifies a home directory for 'libcurl' installation.
If you leave RPM spec as is, the configuration script produces this warning:
configure: WARNING: libcurl not found. Please use the web interface for submitting FPs/FNs.
The fix is to change the option to this:
--with-libcurl="%{_prefix}" \
Fixing it, also results in 'clamsubmit' being built, so it has to be added to the '%files'
%{_bindir}/clamsubmit
Thank you,
-Alex Pogrebnyak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20140630/ff3bfde9/attachment.html>
Before it used to be a 'boolean' option, now it needs an argument that specifies a home directory for 'libcurl' installation.
If you leave RPM spec as is, the configuration script produces this warning:
configure: WARNING: libcurl not found. Please use the web interface for submitting FPs/FNs.
The fix is to change the option to this:
--with-libcurl="%{_prefix}" \
Fixing it, also results in 'clamsubmit' being built, so it has to be added to the '%files'
%{_bindir}/clamsubmit
Thank you,
-Alex Pogrebnyak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20140630/ff3bfde9/attachment.html>