Thanks guys, sorry for false alarm!
___
http://lurker.clamav.net/list/clamav-users.html
Hi,
I accidentally issued the following command where I mis-spelled remove:
$ ./clamscan --remov /usr/home/projects/virus/
And it actually removed the file. I would expect either an error or the flag
to be ignored. Is this a (minor) bug I shoud report?
ClamAV 0.88.2 running on FreeBSD
Kevin
Hi Dale,
I got the source from http://www.phpclamavlib.org/ but I also tried the Nick
Loeve code with the same results.
I'm running PHP 4.2.2 on FreeBSD 4.6-STABLE. I have compiled other versions
of PHP for CLI use but I dont think that should be affecting it as they are
off the usual search pat
I just tried to compile phplibclamav
http://trickie.org/code/phplibclamav.php and am getting the same errors.
One thing I forgot, for both packages I got this error running phpize:
aclocal: macro `AC_ADD_LIBPATH' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_LIBRARY' defined in ac
Hi Dennis,
Many thanks for all your help and time.
I've tried compiling both packages in /usr/home/USERNAME/local and am still
getting the same errors as before.
./configure --with-clamav --prefix=/usr/home/USERNAME/local
and
./configure --with-clamav=/usr/home/solomon2/local --prefix=/usr/home
Hi Dennis,
Thanks for your quick responce.
> Some influential environment variables:
>CC C compiler command
>CFLAGS C compiler flags
>LDFLAGS linker flags, e.g. -L if you have libraries in a
>nonstandard directory
>
> Pay particular attention to the L
Hi, I'm trying to develop a PHP app that will scan Word and PDF files uploaded
to a web site.
I've installed clamav-0.88.2 with the following commands:
./configure --without-libcurl --with-user=USERNAME --with-group=users
--prefix=/usr/home/USERNAME/bin/clam
where USERNAME is my unix account