clamav port for 0.94 version , pls help

Snopy Land snopyland at gmail.com
Fri Sep 19 04:15:03 UTC 2008


Hi,

Thanks for your both reply.

I get clamav-0.94_1 when run "ls /var/db/pkg | grep clam"

Today, I have changed the default host to cvsup3.tw.FreeBSD.org and redo the
upgrade of clamav. I find the following message when I run "make install
clean"


Making install in clamscan
test -z "/usr/local/bin" || ../config/install-sh -c -d "/usr/local/bin"
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g
wheel -
m 555 'clamscan' '/usr/local/bin/amd64-portbld-freebsd6.2-clamscan'
install -o root -g wheel -m 555 -s .libs/clamscan
/usr/local/bin/amd64-portbld-f
reebsd6.2-clamscan
Making install in clamd
test -z "/usr/local/sbin" || ../config/install-sh -c -d "/usr/local/sbin"
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g
wheel -
m 555 'clamd' '/usr/local/sbin/amd64-portbld-freebsd6.2-clamd'
install -o root -g wheel -m 555 -s .libs/clamd
/usr/local/sbin/amd64-portbld-fre
ebsd6.2-clamd
Making install in clamdscan
test -z "/usr/local/bin" || ../config/install-sh -c -d "/usr/local/bin"
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g
wheel -
m 555 'clamdscan' '/usr/local/bin/amd64-portbld-freebsd6.2-clamdscan'
install -o root -g wheel -m 555 -s clamdscan
/usr/local/bin/amd64-portbld-freebs
d6.2-clamdscan
Making install in freshclam
test -z "/usr/local/bin" || ../config/install-sh -c -d "/usr/local/bin"
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g
wheel -
m 555 'freshclam' '/usr/local/bin/amd64-portbld-freebsd6.2-freshclam'
install -o root -g wheel -m 555 -s .libs/freshclam
/usr/local/bin/amd64-portbld-
freebsd6.2-freshclam
Making install in sigtool
test -z "/usr/local/bin" || ../config/install-sh -c -d "/usr/local/bin"
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g
wheel -
m 555 'sigtool' '/usr/local/bin/amd64-portbld-freebsd6.2-sigtool'
install -o root -g wheel -m 555 -s .libs/sigtool
/usr/local/bin/amd64-portbld-fr
eebsd6.2-sigtool
Making install in clamconf
test -z "/usr/local/bin" || ../config/install-sh -c -d "/usr/local/bin"
  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g
wheel -
m 555 'clamconf' '/usr/local/bin/amd64-portbld-freebsd6.2-clamconf'
install -o root -g wheel -m 555 -s .libs/clamconf
/usr/local/bin/amd64-portbld-f
reebsd6.2-clamconf

And I find that there are some files under /usr/local/bin/ and
/usr/local/sbin

ls -ltr /usr/local/bin
-r-xr-xr-x  1 root  wheel    80624 Sep 19 11:07
amd64-portbld-freebsd6.2-sigtool
-r-xr-xr-x  1 root  wheel    87944 Sep 19 11:07
amd64-portbld-freebsd6.2-freshcl
am
-r-xr-xr-x  1 root  wheel    51968 Sep 19 11:07
amd64-portbld-freebsd6.2-clamsca
n
-r-xr-xr-x  1 root  wheel    52592 Sep 19 11:07
amd64-portbld-freebsd6.2-clamdsc
an
-r-xr-xr-x  1 root  wheel    28272 Sep 19 11:07
amd64-portbld-freebsd6.2-clamcon
f
-r-xr-xr-x  1 root  wheel     1103 Sep 19 11:07
amd64-portbld-freebsd6.2-clamav-
config

ls -ltr /usr/local/sbin

-r-xr-xr-x  1 root  wheel    67536 Sep 19 11:07
amd64-portbld-freebsd6.2-clamd

So I am not sure whether the file name has been changed.
It seems that this version of clamav can only provide the above files.
I have double checked that there is no clamd, clamscan & freshclam in
/usr/local/bin and /usr/local/sbin.

How can I know the ans. of these question ?

Any comment are appreciated.




On Fri, Sep 19, 2008 at 8:17 AM, Eric L. Chen <lihong at ieee.org> wrote:

> I am using cvsup3.tw.FreeBSD.org <http://cvsup3.tw.freebsd.org/>, no any
> problem.
> > ls | grep clam
> clamav-0.94_1
> > which clamd
> /usr/local/sbin/clamd
>
> /Eric
>
>   On Thu, Sep 18, 2008 at 12:41 PM, Snopy Land <snopyland at gmail.com>wrote:
>
>>  Hi,
>>
>> My server version is freebsd6.2 amd64. I have installed clamav to scan my
>> incoming mail. Everything works smoothly for several years.
>> Recently, I need to upgrade clamav version from 0.92 to 0.94 (latest
>> version). Actually, I had done this upgrade clamav process before.
>> My procedures is :
>>
>> 1. run "make deinstall" to deinstall the clamav version of 0.92
>> 2. Modify /usr/ports-supfile  (to make sure security port can be download
>> from a correct default host)
>> *default host=ftp.tw.freebsd.org
>> ports-security   <--- remark ports-all, and enable the ports-security only
>> 3. cd /usr ; run "cvsup -g -L 2 ports-supfile
>> 4. check /usr/port/security/clamav port is updated
>> 5. cd /usr/port/security/clamav
>> 6. run "make install clean"
>>
>> There is no error message found in the whole process, however, I cannot
>> find
>> the file of "clamd", "clamscan" & "freshclam".
>> The previous version of these file can be found in /usr/local/sbin and
>> /usr/local/bin
>>
>> Anyone have encoutered the same problem ? I am not sure whether my posting
>> is put in the correct mailling list.
>> Any comments are appreciated.
>>
>> Thanks.
>> _______________________________________________
>> freebsd-ports at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>>
>
>


More information about the freebsd-ports mailing list