To the people who helped me in getting ClamAV upgraded on my system, listed
below are the modifications that needed to be done to get version 0.88 to
install

on the server in question. I appreciate the help that was given, and hopefully
this information will be useful to anyone who may be confronted with a similar
case.

 

Files changed in clamav

 

manager.c -- located in the freshclam directory

dns.c  -- located in the freshclam directory -

            

 

manager.c

Modify the lines that read: 

switch(h_errno) 

To read the following:

                                                switch(errno)

 

NOTE: There are two instances of this line occurring in manager.c

 

dns.c

Locate the section of the file that has the following three lines:

                                                #ifndef PACKETSZ

                                                #define PACKETSZ 512

                                                #endif

 

Add the following lines to the above three:

                                                #ifndef INT16SZ

                                                #define INT16SZ 2

                                                #endif

 

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to