Kevin Lowe wrote:
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
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
Kevin Lowe wrote:
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
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