r3 - 21 Jan 2008 - 16:36:14 - LucaGibelliYou are here: ClamAV Wiki >  Main Web  >  UpgradeInstructions > ClamAV > FreeBSDInstall

If you get a message like: libmilter not found on FreeBSD? 4.x you should make the following change to the configure file near line 23810. This particular line is a problem since FreeBSD? 4.x doesn't use -lpthread. You have to use:

/* CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread" */

Or a conditional if

/* CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -pthread -lc_r" */

For it to compile.


</center-->

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding ClamAV Wiki? Send feedback