Yes, I just installed, its not quite working for me yet and I found couple
of issues of which I notified Rick. In case you decide to do it right now
before he updates README:

I have found couple issues due to differences in our system setup I guess:
1. Solved: In virusscanner.c  file it specifies:
#include "/usr/local/mysql/include/mysql.h"
in my case its:
#include "/usr/include/mysql/mysql.h"

2. Solved:Whenever I run make
I get this error:

gcc -Wall -g -ggdb virusscanner.c -o virusscanner -L/usr/local/mysql/lib
-lmysqlclient -lz -lm
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make: *** [all] Error 1

I have looked in Makefile and found this line:

all:
        gcc -Wall -g -ggdb virusscanner.c -o virusscanner
-L/usr/local/mysql/lib  -lmysqlclient -lz -lm

This line for me was changed to:

gcc -Wall -g -ggdb virusscanner.c -o virusscanner -L/usr/lib/mysql
-lmysqlclient -lz -lm

and make run just fine.

Also in virusdisplay directory you have to modify common/layout.php to
reflect patch to your images. Currently its set to Ricks site.

Alex

<quote who="Dan Scrimpsher">
> Has anyone used the Virus Stats tool (available at
> http://www.limelyte.net/software.php?p=virusstats) for simscan with
> Bill's toaster setup?
> I was going to give it a whirl, but I didnt want to break the setup
> that I have running now.
>
> Its would be nice to be able show the management a number on the amount
> of viruses that have been caught.
> We all know how managment likes numbers.   :-)
>
> Thanks-
> Dan
>


####################################################
#                  Russian East                    #
#              http://russianeast.com              #
####################################################

Reply via email to