Andrew Watkins wrote: > Thanks for the information, but is there a simple way to configure > clamAV or do I have to edit all the files manually to replace regex.h > and add the libraries as mentioned previously on the list, since I can > find an option like --with-pcre. > > Andrew
Build but don't install clamav. Edit the config.status file to add the library references where appropriate (should be obvious). There are just a few files that have regex.h included and can be found with grep -l "include.*regex\.h" */*.c */*.h run from the clamav top level directory. When you run make it will rebuild the Makefile files and recreate clam binaries and libraries. dp _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html