hello, I'm trying to make clamav_clamd plugin (http://projects.bluefeet.net/) to work with clamd configured to use socket /usr/local/services/clamav-clamd/socket/clamd.ctl but I'm miserably failing :/ I always get 17436 clamav_clamd plugin: clamav_clamd: Unable to ping clamd daemon. in my log (i have clamd up and running and clamd.pm installed)
I have the plugin configured in config/plugins as: clamav_clamd port '/usr/local/services/clamav-clamd/socket/clamd.ctl' (tried also without the singlequotes) if i run clamd with the default socket /tmp/clamd and put only "clamav_clamd" line to the config/plugins file, it works like expected. if I create small perl script using clamd.pm with clamd->new(port => '/usr/local/services/clamav-clamd/socket/clamd.ctl') and then run clamd->ping it returns TRUE. I know I can run it with /tmp/clamd socket, but I'm just curious, what I am missing :) has anyone experienced something like I've just described, or what can be wrong with my installation? thanks for your patience & bye, -- spaze -- exploited.cz -- tojeono.cz - forget everything and remember! -
