Hi,
Bill Maidment wrote:
I could be completly wrong, butrc3 still doesn't autoconfigure when libcurl is nopt installed.
I still have to use --without-libcurl to get the make to work.
check CFLAGS, CPPFLAGS if they include /usr/local/include (or whereever you have libcurl headers)
If not maybe try something like that:
CFLAGS="-l/usr/local/include" CPPFLAGS="-l/usr/local/include" ./configure
Maybe LDFLAGS also is required.
Boguslaw
------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
