Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
Problem solved here:
http://ubuntuforums.org/showthread.php?t=879851&highlight=clamz
Getting the right libraries is tricky. I used Synaptic instead apt-get in
order to better see which packages are mutually exclusive, namely
libcurl4-openssl-dev and libcurl4-gnutls-dev namely. I chose the former and
clamz works. Didn't test the latter.
Original comment by byron.gi...@gmail.com
on 6 Jul 2010 at 8:01
Ubuntu, like many other distributions, splits up libraries into a "runtime"
package (containing the library itself, and any extra stuff you need in order
to *run* programs based on that library) and a "development" package
(containing stuff you need in order to *compile* programs using that library.)
To compile Clamz, as is mentioned in the README, you need the development
packages for libgcrypt, libcurl, and libexpat - in Ubuntu, these are
libgcrypt11-dev, libcurl4-gnutls-dev or libcurl4-openssl-dev, and libexpat1-dev.
In any case, I believe that the next version of Ubuntu, whichever animal that
is, will include a clamz package (I have no idea whether that package will work
on older versions of Ubuntu, though.)
Original comment by Benjamin...@gmail.com
on 14 Jul 2010 at 3:48
Yeah, i can confirm this: had libcurl3 installed, but it wasn't recognized.
After a sudo apt-get install libcurl4-openssl-dev, the ./configure works as
expected.
Original comment by thf....@gmail.com
on 1 Oct 2012 at 7:08
Original issue reported on code.google.com by
byron.gi...@gmail.com
on 15 Jun 2010 at 2:41