UJP - 技術情報1

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

Clam AntiVirus 0.88.3をインストール

Clam AntiVirus 0.88.3をインストール


0.改訂履歴

  • 2006.07.21 新規作成

1.はじめに

 このドキュメントでは,Clam AntiVirus,通称ClamAVというアンチウイルスソフトの導入手順を説明する.

 なお,使用しているOSは,RedHat Linux ES上で稼働している.

2.モジュールの入手

[root@jupiter Download]# curl -O http://jaist.dl.sourceforge.net/sourceforge/cl
amav/clamav-0.88.3.tar.gz
  % Total    % Received % Xferd  Average Speed          Time             Curr.
                                 Dload  Upload Total    Current  Left    Speed
100 6986k  100 6986k    0     0  2169k      0  0:00:03  0:00:03  0:00:00 2566k
[root@jupiter Download]# ls -la clamav*
-rw-r--r--    1 root     root      7154152 Jul 21 20:38 clamav-0.88.3.tar.gz
[root@jupiter Download]# 
  • ファイルを展開する.
[root@jupiter Download]# tar xfz clamav-0.88.3.tar.gz 
[root@jupiter Download]# cd clamav-0.88.3
[root@jupiter clamav-0.88.3]# ls 
AUTHORS      NEWS                clamav-milter  contrib     libclamav
BUGS         README              clamd          database    libclamav.pc.in
COPYING      TODO                clamdscan      depcomp     ltmain.sh
ChangeLog    UPGRADE             clamscan       docs        missing
FAQ          acinclude.m4        config.guess   etc         mkinstalldirs
INSTALL      aclocal.m4          config.sub     examples    shared
Makefile.am  clamav-config.h.in  configure      freshclam   sigtool
Makefile.in  clamav-config.in    configure.in   install-sh  test
[root@jupiter clamav-0.88.3]# 

3.コンパイルする

  • configureする.
[root@jupiter clamav-0.88.3]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
creating target.h - canonical system defines
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/int_types.h usability... no
checking sys/int_types.h presence... no
checking for sys/int_types.h... no
checking for dlfcn.h... (cached) yes
checking for inttypes.h... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking for memory.h... (cached) yes
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for off_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for bind in -lsocket... no
checking for gethostent in -lnsl... yes
checking for poll... yes
checking for setsid... yes
checking for memcpy... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for strerror_r... yes
checking for strlcpy... no
checking for strlcat... no
checking for inet_ntop... yes
checking for setgroups... yes
checking for initgroups... yes
checking for ctime_r... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseeko... yes
checking whether snprintf correctly terminates long strings... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for zlib installation... /usr
checking for inflateEnd in -lz... yes
checking for bzReadOpen in -lbz2... no
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for __dn_expand in -lresolv... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking whether setpgrp takes no argument... yes
checking for __gmpz_init in -lgmp... yes
checking for recvmsg... yes
checking for sendmsg... yes
checking for msg_accrights field in struct msghdr... no
checking for msg_control field in struct msghdr... yes
checking for gethostbyname_r... yes, and it takes 6 arguments
checking for readdir_r... support disabled
checking for ctime_r... yes, and it takes 2 arguments
checking for clamav in /etc/passwd... no
configure: error: User clamav (and/or group clamav) doesn't exist. Please read
 the documentation !
[root@jupiter clamav-0.88.3]# 
  • ユーザとグループが無いというエラーで停止している.
  • ユーザを作成する.
[root@jupiter clamav-0.88.3]# /usr/sbin/useradd -u 721 -s /sbin/nologin -d /va
r/clamd -m -k /dev/null clamav
[root@jupiter clamav-0.88.3]# grep clamav /etc/group
clamav:x:721:
[root@jupiter clamav-0.88.3]# grep clamav /etc/passwd
clamav:x:721:721::/var/clamd:/sbin/nologin
[root@jupiter clamav-0.88.3]# 
  • 再度configureを行う.
[root@pluto clamav-0.88.3]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
creating target.h - canonical system defines
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/int_types.h usability... no
checking sys/int_types.h presence... no
checking for sys/int_types.h... no
checking for dlfcn.h... (cached) yes
checking for inttypes.h... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking for memory.h... (cached) yes
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for off_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for bind in -lsocket... no
checking for gethostent in -lnsl... yes
checking for poll... yes
checking for setsid... yes
checking for memcpy... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for strerror_r... yes
checking for strlcpy... no
checking for strlcat... no
checking for inet_ntop... yes
checking for setgroups... yes
checking for initgroups... yes
checking for ctime_r... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseeko... yes
checking whether snprintf correctly terminates long strings... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for zlib installation... /usr
checking for inflateEnd in -lz... yes
checking for bzReadOpen in -lbz2... no
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for __dn_expand in -lresolv... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking whether setpgrp takes no argument... yes
checking for __gmpz_init in -lgmp... yes
checking for recvmsg... yes
checking for sendmsg... yes
checking for msg_accrights field in struct msghdr... no
checking for msg_control field in struct msghdr... yes
checking for gethostbyname_r... yes, and it takes 6 arguments
checking for readdir_r... support disabled
checking for ctime_r... yes, and it takes 2 arguments
checking for clamav in /etc/passwd... yes, user clamav and group clamav
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for structure packing via __attribute__((packed))... yes
checking for type aligning via __attribute__((aligned))... yes
checking for fd_set... yes, found in sys/types.h
checking default FD_SETSIZE value... 1024
checking for socklen_t... yes
configure: creating ./config.status
config.status: creating libclamav/Makefile
config.status: creating clamscan/Makefile
config.status: creating database/Makefile
config.status: creating docs/Makefile
config.status: creating clamd/Makefile
config.status: creating clamdscan/Makefile
config.status: creating clamav-milter/Makefile
config.status: creating freshclam/Makefile
config.status: creating sigtool/Makefile
config.status: creating etc/Makefile
config.status: creating Makefile
config.status: creating clamav-config
config.status: creating libclamav.pc
config.status: creating docs/man/clamd.8
config.status: creating docs/man/clamd.conf.5
config.status: creating docs/man/freshclam.1
config.status: creating docs/man/freshclam.conf.5
config.status: creating clamav-config.h
config.status: executing depfiles commands
[root@pluto clamav-0.88.3]# 
  • makeする.
[root@jupiter clamav-0.88.3]# make
make  all-recursive
make[1]: Entering directory `/root/Download/clamav-0.88.3'
Making all in libclamav
make[2]: Entering directory `/root/Download/clamav-0.88.3/libclamav'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT matcher-ac.lo -MD -MP -MF ".deps/matcher-ac.
Tpo" -c -o matcher-ac.lo matcher-ac.c; ¥
then mv -f ".deps/matcher-ac.Tpo" ".deps/matcher-ac.Plo"; else rm -f ".deps/ma
tcher-ac.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT matche
r-ac.lo -MD -MP -MF .deps/matcher-ac.Tpo -c matcher-ac.c  -fPIC -DPIC -o .libs
/matcher-ac.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT matche
r-ac.lo -MD -MP -MF .deps/matcher-ac.Tpo -c matcher-ac.c -o matcher-ac.o >/dev
/null 2>&1
mv -f .libs/matcher-ac.lo matcher-ac.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT matcher-bm.lo -MD -MP -MF ".deps/matcher-bm.
Tpo" -c -o matcher-bm.lo matcher-bm.c; ¥
then mv -f ".deps/matcher-bm.Tpo" ".deps/matcher-bm.Plo"; else rm -f ".deps/ma
tcher-bm.Tpo"; exit 1; fi
rm -f .libs/matcher-bm.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT matche
r-bm.lo -MD -MP -MF .deps/matcher-bm.Tpo -c matcher-bm.c  -fPIC -DPIC -o .libs
/matcher-bm.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT matche
r-bm.lo -MD -MP -MF .deps/matcher-bm.Tpo -c matcher-bm.c -o matcher-bm.o >/dev
/null 2>&1
mv -f .libs/matcher-bm.lo matcher-bm.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT matcher.lo -MD -MP -MF ".deps/matcher.Tpo" -
c -o matcher.lo matcher.c; ¥
then mv -f ".deps/matcher.Tpo" ".deps/matcher.Plo"; else rm -f ".deps/matcher.
Tpo"; exit 1; fi
rm -f .libs/matcher.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT matche
r.lo -MD -MP -MF .deps/matcher.Tpo -c matcher.c  -fPIC -DPIC -o .libs/matcher.
lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT matche
r.lo -MD -MP -MF .deps/matcher.Tpo -c matcher.c -o matcher.o >/dev/null 2>&1
mv -f .libs/matcher.lo matcher.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.
lo md5.c; ¥
then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1
; fi
rm -f .libs/md5.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT md5.lo 
-MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT md5.lo 
-MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
mv -f .libs/md5.lo md5.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT others.lo -MD -MP -MF ".deps/others.Tpo" -c 
-o others.lo others.c; ¥
then mv -f ".deps/others.Tpo" ".deps/others.Plo"; else rm -f ".deps/others.Tpo
"; exit 1; fi
rm -f .libs/others.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT others.
lo -MD -MP -MF .deps/others.Tpo -c others.c  -fPIC -DPIC -o .libs/others.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT others.
lo -MD -MP -MF .deps/others.Tpo -c others.c -o others.o >/dev/null 2>&1
mv -f .libs/others.lo others.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT readdb.lo -MD -MP -MF ".deps/readdb.Tpo" -c 
-o readdb.lo readdb.c; ¥
then mv -f ".deps/readdb.Tpo" ".deps/readdb.Plo"; else rm -f ".deps/readdb.Tpo
"; exit 1; fi
rm -f .libs/readdb.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT readdb.
lo -MD -MP -MF .deps/readdb.Tpo -c readdb.c  -fPIC -DPIC -o .libs/readdb.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT readdb.
lo -MD -MP -MF .deps/readdb.Tpo -c readdb.c -o readdb.o >/dev/null 2>&1
mv -f .libs/readdb.lo readdb.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT cvd.lo -MD -MP -MF ".deps/cvd.Tpo" -c -o cvd.
lo cvd.c; ¥
then mv -f ".deps/cvd.Tpo" ".deps/cvd.Plo"; else rm -f ".deps/cvd.Tpo"; exit 1
; fi
rm -f .libs/cvd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT cvd.lo 
-MD -MP -MF .deps/cvd.Tpo -c cvd.c  -fPIC -DPIC -o .libs/cvd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT cvd.lo 
-MD -MP -MF .deps/cvd.Tpo -c cvd.c -o cvd.o >/dev/null 2>&1
mv -f .libs/cvd.lo cvd.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT dsig.lo -MD -MP -MF ".deps/dsig.Tpo" -c -o d
sig.lo dsig.c; ¥
then mv -f ".deps/dsig.Tpo" ".deps/dsig.Plo"; else rm -f ".deps/dsig.Tpo"; exi
t 1; fi
rm -f .libs/dsig.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT dsig.l
o -MD -MP -MF .deps/dsig.Tpo -c dsig.c  -fPIC -DPIC -o .libs/dsig.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT dsig.l
o -MD -MP -MF .deps/dsig.Tpo -c dsig.c -o dsig.o >/dev/null 2>&1
mv -f .libs/dsig.lo dsig.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT str.lo -MD -MP -MF ".deps/str.Tpo" -c -o str.
lo str.c; ¥
then mv -f ".deps/str.Tpo" ".deps/str.Plo"; else rm -f ".deps/str.Tpo"; exit 1
; fi
rm -f .libs/str.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT str.lo 
-MD -MP -MF .deps/str.Tpo -c str.c  -fPIC -DPIC -o .libs/str.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT str.lo 
-MD -MP -MF .deps/str.Tpo -c str.c -o str.o >/dev/null 2>&1
mv -f .libs/str.lo str.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT scanners.lo -MD -MP -MF ".deps/scanners.Tpo" 
-c -o scanners.lo scanners.c; ¥
then mv -f ".deps/scanners.Tpo" ".deps/scanners.Plo"; else rm -f ".deps/scanne
rs.Tpo"; exit 1; fi
rm -f .libs/scanners.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT scanne
rs.lo -MD -MP -MF .deps/scanners.Tpo -c scanners.c  -fPIC -DPIC -o .libs/scann
ers.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT scanne
rs.lo -MD -MP -MF .deps/scanners.Tpo -c scanners.c -o scanners.o >/dev/null 2>
&1
mv -f .libs/scanners.lo scanners.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT filetypes.lo -MD -MP -MF ".deps/filetypes.Tp
o" -c -o filetypes.lo filetypes.c; ¥
then mv -f ".deps/filetypes.Tpo" ".deps/filetypes.Plo"; else rm -f ".deps/file
types.Tpo"; exit 1; fi
rm -f .libs/filetypes.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT filety
pes.lo -MD -MP -MF .deps/filetypes.Tpo -c filetypes.c  -fPIC -DPIC -o .libs/fi
letypes.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT filety
pes.lo -MD -MP -MF .deps/filetypes.Tpo -c filetypes.c -o filetypes.o >/dev/nul
l 2>&1
mv -f .libs/filetypes.lo filetypes.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT unrarlib.lo -MD -MP -MF ".deps/unrarlib.Tpo" 
-c -o unrarlib.lo unrarlib.c; ¥
then mv -f ".deps/unrarlib.Tpo" ".deps/unrarlib.Plo"; else rm -f ".deps/unrarl
ib.Tpo"; exit 1; fi
rm -f .libs/unrarlib.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT unrarl
ib.lo -MD -MP -MF .deps/unrarlib.Tpo -c unrarlib.c  -fPIC -DPIC -o .libs/unrar
lib.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT unrarl
ib.lo -MD -MP -MF .deps/unrarlib.Tpo -c unrarlib.c -o unrarlib.o >/dev/null 2>
&1
mv -f .libs/unrarlib.lo unrarlib.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT zzip-dir.lo -MD -MP -MF ".deps/zzip-dir.Tpo" 
-c -o zzip-dir.lo `test -f 'zziplib/zzip-dir.c' || echo './'`zziplib/zzip-dir.
c; ¥
then mv -f ".deps/zzip-dir.Tpo" ".deps/zzip-dir.Plo"; else rm -f ".deps/zzip-d
ir.Tpo"; exit 1; fi
rm -f .libs/zzip-dir.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-d
ir.lo -MD -MP -MF .deps/zzip-dir.Tpo -c zziplib/zzip-dir.c  -fPIC -DPIC -o .li
bs/zzip-dir.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-d
ir.lo -MD -MP -MF .deps/zzip-dir.Tpo -c zziplib/zzip-dir.c -o zzip-dir.o >/dev
/null 2>&1
mv -f .libs/zzip-dir.lo zzip-dir.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT zzip-err.lo -MD -MP -MF ".deps/zzip-err.Tpo" 
-c -o zzip-err.lo `test -f 'zziplib/zzip-err.c' || echo './'`zziplib/zzip-err.
c; ¥
then mv -f ".deps/zzip-err.Tpo" ".deps/zzip-err.Plo"; else rm -f ".deps/zzip-e
rr.Tpo"; exit 1; fi
rm -f .libs/zzip-err.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-e
rr.lo -MD -MP -MF .deps/zzip-err.Tpo -c zziplib/zzip-err.c  -fPIC -DPIC -o .li
bs/zzip-err.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-e
rr.lo -MD -MP -MF .deps/zzip-err.Tpo -c zziplib/zzip-err.c -o zzip-err.o >/dev
/null 2>&1
mv -f .libs/zzip-err.lo zzip-err.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT zzip-file.lo -MD -MP -MF ".deps/zzip-file.Tp
o" -c -o zzip-file.lo `test -f 'zziplib/zzip-file.c' || echo './'`zziplib/zzip
-file.c; ¥
then mv -f ".deps/zzip-file.Tpo" ".deps/zzip-file.Plo"; else rm -f ".deps/zzip
-file.Tpo"; exit 1; fi
rm -f .libs/zzip-file.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-f
ile.lo -MD -MP -MF .deps/zzip-file.Tpo -c zziplib/zzip-file.c  -fPIC -DPIC -o .
libs/zzip-file.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-f
ile.lo -MD -MP -MF .deps/zzip-file.Tpo -c zziplib/zzip-file.c -o zzip-file.o >
/dev/null 2>&1
mv -f .libs/zzip-file.lo zzip-file.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT zzip-info.lo -MD -MP -MF ".deps/zzip-info.Tp
o" -c -o zzip-info.lo `test -f 'zziplib/zzip-info.c' || echo './'`zziplib/zzip
-info.c; ¥
then mv -f ".deps/zzip-info.Tpo" ".deps/zzip-info.Plo"; else rm -f ".deps/zzip
-info.Tpo"; exit 1; fi
rm -f .libs/zzip-info.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-i
nfo.lo -MD -MP -MF .deps/zzip-info.Tpo -c zziplib/zzip-info.c  -fPIC -DPIC -o .
libs/zzip-info.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-i
nfo.lo -MD -MP -MF .deps/zzip-info.Tpo -c zziplib/zzip-info.c -o zzip-info.o >
/dev/null 2>&1
mv -f .libs/zzip-info.lo zzip-info.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT zzip-io.lo -MD -MP -MF ".deps/zzip-io.Tpo" -
c -o zzip-io.lo `test -f 'zziplib/zzip-io.c' || echo './'`zziplib/zzip-io.c; ¥
then mv -f ".deps/zzip-io.Tpo" ".deps/zzip-io.Plo"; else rm -f ".deps/zzip-io.
Tpo"; exit 1; fi
rm -f .libs/zzip-io.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-i
o.lo -MD -MP -MF .deps/zzip-io.Tpo -c zziplib/zzip-io.c  -fPIC -DPIC -o .libs/
zzip-io.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-i
o.lo -MD -MP -MF .deps/zzip-io.Tpo -c zziplib/zzip-io.c -o zzip-io.o >/dev/nul
l 2>&1
mv -f .libs/zzip-io.lo zzip-io.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT zzip-stat.lo -MD -MP -MF ".deps/zzip-stat.Tp
o" -c -o zzip-stat.lo `test -f 'zziplib/zzip-stat.c' || echo './'`zziplib/zzip
-stat.c; ¥
then mv -f ".deps/zzip-stat.Tpo" ".deps/zzip-stat.Plo"; else rm -f ".deps/zzip
-stat.Tpo"; exit 1; fi
rm -f .libs/zzip-stat.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-s
tat.lo -MD -MP -MF .deps/zzip-stat.Tpo -c zziplib/zzip-stat.c  -fPIC -DPIC -o .
libs/zzip-stat.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-s
tat.lo -MD -MP -MF .deps/zzip-stat.Tpo -c zziplib/zzip-stat.c -o zzip-stat.o >
/dev/null 2>&1
mv -f .libs/zzip-stat.lo zzip-stat.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT zzip-zip.lo -MD -MP -MF ".deps/zzip-zip.Tpo" 
-c -o zzip-zip.lo `test -f 'zziplib/zzip-zip.c' || echo './'`zziplib/zzip-zip.
c; ¥
then mv -f ".deps/zzip-zip.Tpo" ".deps/zzip-zip.Plo"; else rm -f ".deps/zzip-z
ip.Tpo"; exit 1; fi
rm -f .libs/zzip-zip.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-z
ip.lo -MD -MP -MF .deps/zzip-zip.Tpo -c zziplib/zzip-zip.c  -fPIC -DPIC -o .li
bs/zzip-zip.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT zzip-z
ip.lo -MD -MP -MF .deps/zzip-zip.Tpo -c zziplib/zzip-zip.c -o zzip-zip.o >/dev
/null 2>&1
mv -f .libs/zzip-zip.lo zzip-zip.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT strc.lo -MD -MP -MF ".deps/strc.Tpo" -c -o s
trc.lo `test -f 'zziplib/strc.c' || echo './'`zziplib/strc.c; ¥
then mv -f ".deps/strc.Tpo" ".deps/strc.Plo"; else rm -f ".deps/strc.Tpo"; exi
t 1; fi
rm -f .libs/strc.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT strc.l
o -MD -MP -MF .deps/strc.Tpo -c zziplib/strc.c  -fPIC -DPIC -o .libs/strc.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT strc.l
o -MD -MP -MF .deps/strc.Tpo -c zziplib/strc.c -o strc.o >/dev/null 2>&1
mv -f .libs/strc.lo strc.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT blob.lo -MD -MP -MF ".deps/blob.Tpo" -c -o b
lob.lo blob.c; ¥
then mv -f ".deps/blob.Tpo" ".deps/blob.Plo"; else rm -f ".deps/blob.Tpo"; exi
t 1; fi
rm -f .libs/blob.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT blob.l
o -MD -MP -MF .deps/blob.Tpo -c blob.c  -fPIC -DPIC -o .libs/blob.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT blob.l
o -MD -MP -MF .deps/blob.Tpo -c blob.c -o blob.o >/dev/null 2>&1
mv -f .libs/blob.lo blob.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT mbox.lo -MD -MP -MF ".deps/mbox.Tpo" -c -o m
box.lo mbox.c; ¥
then mv -f ".deps/mbox.Tpo" ".deps/mbox.Plo"; else rm -f ".deps/mbox.Tpo"; exi
t 1; fi
rm -f .libs/mbox.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT mbox.l
o -MD -MP -MF .deps/mbox.Tpo -c mbox.c  -fPIC -DPIC -o .libs/mbox.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT mbox.l
o -MD -MP -MF .deps/mbox.Tpo -c mbox.c -o mbox.o >/dev/null 2>&1
mv -f .libs/mbox.lo mbox.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT message.lo -MD -MP -MF ".deps/message.Tpo" -
c -o message.lo message.c; ¥
then mv -f ".deps/message.Tpo" ".deps/message.Plo"; else rm -f ".deps/message.
Tpo"; exit 1; fi
rm -f .libs/message.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT messag
e.lo -MD -MP -MF .deps/message.Tpo -c message.c  -fPIC -DPIC -o .libs/message.
lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT messag
e.lo -MD -MP -MF .deps/message.Tpo -c message.c -o message.o >/dev/null 2>&1
mv -f .libs/message.lo message.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT snprintf.lo -MD -MP -MF ".deps/snprintf.Tpo" 
-c -o snprintf.lo snprintf.c; ¥
then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Plo"; else rm -f ".deps/snprin
tf.Tpo"; exit 1; fi
rm -f .libs/snprintf.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT snprin
tf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c  -fPIC -DPIC -o .libs/snpri
ntf.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT snprin
tf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -o snprintf.o >/dev/null 2>
&1
mv -f .libs/snprintf.lo snprintf.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT strrcpy.lo -MD -MP -MF ".deps/strrcpy.Tpo" -
c -o strrcpy.lo strrcpy.c; ¥
then mv -f ".deps/strrcpy.Tpo" ".deps/strrcpy.Plo"; else rm -f ".deps/strrcpy.
Tpo"; exit 1; fi
rm -f .libs/strrcpy.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT strrcp
y.lo -MD -MP -MF .deps/strrcpy.Tpo -c strrcpy.c  -fPIC -DPIC -o .libs/strrcpy.
lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT strrcp
y.lo -MD -MP -MF .deps/strrcpy.Tpo -c strrcpy.c -o strrcpy.o >/dev/null 2>&1
mv -f .libs/strrcpy.lo strrcpy.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT table.lo -MD -MP -MF ".deps/table.Tpo" -c -o 
table.lo table.c; ¥
then mv -f ".deps/table.Tpo" ".deps/table.Plo"; else rm -f ".deps/table.Tpo"; 
exit 1; fi
rm -f .libs/table.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT table.
lo -MD -MP -MF .deps/table.Tpo -c table.c  -fPIC -DPIC -o .libs/table.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT table.
lo -MD -MP -MF .deps/table.Tpo -c table.c -o table.o >/dev/null 2>&1
mv -f .libs/table.lo table.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT text.lo -MD -MP -MF ".deps/text.Tpo" -c -o t
ext.lo text.c; ¥
then mv -f ".deps/text.Tpo" ".deps/text.Plo"; else rm -f ".deps/text.Tpo"; exi
t 1; fi
rm -f .libs/text.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT text.l
o -MD -MP -MF .deps/text.Tpo -c text.c  -fPIC -DPIC -o .libs/text.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT text.l
o -MD -MP -MF .deps/text.Tpo -c text.c -o text.o >/dev/null 2>&1
mv -f .libs/text.lo text.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT ole2_extract.lo -MD -MP -MF ".deps/ole2_extr
act.Tpo" -c -o ole2_extract.lo ole2_extract.c; ¥
then mv -f ".deps/ole2_extract.Tpo" ".deps/ole2_extract.Plo"; else rm -f ".dep
s/ole2_extract.Tpo"; exit 1; fi
rm -f .libs/ole2_extract.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT ole2_e
xtract.lo -MD -MP -MF .deps/ole2_extract.Tpo -c ole2_extract.c  -fPIC -DPIC -o 
.libs/ole2_extract.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT ole2_e
xtract.lo -MD -MP -MF .deps/ole2_extract.Tpo -c ole2_extract.c -o ole2_extract.
o >/dev/null 2>&1
mv -f .libs/ole2_extract.lo ole2_extract.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT vba_extract.lo -MD -MP -MF ".deps/vba_extrac
t.Tpo" -c -o vba_extract.lo vba_extract.c; ¥
then mv -f ".deps/vba_extract.Tpo" ".deps/vba_extract.Plo"; else rm -f ".deps/
vba_extract.Tpo"; exit 1; fi
rm -f .libs/vba_extract.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT vba_ex
tract.lo -MD -MP -MF .deps/vba_extract.Tpo -c vba_extract.c  -fPIC -DPIC -o .l
ibs/vba_extract.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT vba_ex
tract.lo -MD -MP -MF .deps/vba_extract.Tpo -c vba_extract.c -o vba_extract.o >
/dev/null 2>&1
mv -f .libs/vba_extract.lo vba_extract.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT msexpand.lo -MD -MP -MF ".deps/msexpand.Tpo" 
-c -o msexpand.lo msexpand.c; ¥
then mv -f ".deps/msexpand.Tpo" ".deps/msexpand.Plo"; else rm -f ".deps/msexpa
nd.Tpo"; exit 1; fi
rm -f .libs/msexpand.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT msexpa
nd.lo -MD -MP -MF .deps/msexpand.Tpo -c msexpand.c  -fPIC -DPIC -o .libs/msexp
and.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT msexpa
nd.lo -MD -MP -MF .deps/msexpand.Tpo -c msexpand.c -o msexpand.o >/dev/null 2>
&1
mv -f .libs/msexpand.lo msexpand.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT pe.lo -MD -MP -MF ".deps/pe.Tpo" -c -o pe.lo 
pe.c; ¥
then mv -f ".deps/pe.Tpo" ".deps/pe.Plo"; else rm -f ".deps/pe.Tpo"; exit 1; f
i
rm -f .libs/pe.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT pe.lo 
-MD -MP -MF .deps/pe.Tpo -c pe.c  -fPIC -DPIC -o .libs/pe.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT pe.lo 
-MD -MP -MF .deps/pe.Tpo -c pe.c -o pe.o >/dev/null 2>&1
mv -f .libs/pe.lo pe.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT cabd.lo -MD -MP -MF ".deps/cabd.Tpo" -c -o c
abd.lo `test -f 'mspack/cabd.c' || echo './'`mspack/cabd.c; ¥
then mv -f ".deps/cabd.Tpo" ".deps/cabd.Plo"; else rm -f ".deps/cabd.Tpo"; exi
t 1; fi
rm -f .libs/cabd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT cabd.l
o -MD -MP -MF .deps/cabd.Tpo -c mspack/cabd.c  -fPIC -DPIC -o .libs/cabd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT cabd.l
o -MD -MP -MF .deps/cabd.Tpo -c mspack/cabd.c -o cabd.o >/dev/null 2>&1
mv -f .libs/cabd.lo cabd.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT lzxd.lo -MD -MP -MF ".deps/lzxd.Tpo" -c -o l
zxd.lo `test -f 'mspack/lzxd.c' || echo './'`mspack/lzxd.c; ¥
then mv -f ".deps/lzxd.Tpo" ".deps/lzxd.Plo"; else rm -f ".deps/lzxd.Tpo"; exi
t 1; fi
rm -f .libs/lzxd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT lzxd.l
o -MD -MP -MF .deps/lzxd.Tpo -c mspack/lzxd.c  -fPIC -DPIC -o .libs/lzxd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT lzxd.l
o -MD -MP -MF .deps/lzxd.Tpo -c mspack/lzxd.c -o lzxd.o >/dev/null 2>&1
mv -f .libs/lzxd.lo lzxd.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT mszipd.lo -MD -MP -MF ".deps/mszipd.Tpo" -c 
-o mszipd.lo `test -f 'mspack/mszipd.c' || echo './'`mspack/mszipd.c; ¥
then mv -f ".deps/mszipd.Tpo" ".deps/mszipd.Plo"; else rm -f ".deps/mszipd.Tpo
"; exit 1; fi
rm -f .libs/mszipd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT mszipd.
lo -MD -MP -MF .deps/mszipd.Tpo -c mspack/mszipd.c  -fPIC -DPIC -o .libs/mszip
d.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT mszipd.
lo -MD -MP -MF .deps/mszipd.Tpo -c mspack/mszipd.c -o mszipd.o >/dev/null 2>&1
mv -f .libs/mszipd.lo mszipd.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT qtmd.lo -MD -MP -MF ".deps/qtmd.Tpo" -c -o q
tmd.lo `test -f 'mspack/qtmd.c' || echo './'`mspack/qtmd.c; ¥
then mv -f ".deps/qtmd.Tpo" ".deps/qtmd.Plo"; else rm -f ".deps/qtmd.Tpo"; exi
t 1; fi
rm -f .libs/qtmd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT qtmd.l
o -MD -MP -MF .deps/qtmd.Tpo -c mspack/qtmd.c  -fPIC -DPIC -o .libs/qtmd.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT qtmd.l
o -MD -MP -MF .deps/qtmd.Tpo -c mspack/qtmd.c -o qtmd.o >/dev/null 2>&1
mv -f .libs/qtmd.lo qtmd.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT system.lo -MD -MP -MF ".deps/system.Tpo" -c 
-o system.lo `test -f 'mspack/system.c' || echo './'`mspack/system.c; ¥
then mv -f ".deps/system.Tpo" ".deps/system.Plo"; else rm -f ".deps/system.Tpo
"; exit 1; fi
rm -f .libs/system.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT system.
lo -MD -MP -MF .deps/system.Tpo -c mspack/system.c  -fPIC -DPIC -o .libs/syste
m.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT system.
lo -MD -MP -MF .deps/system.Tpo -c mspack/system.c -o system.o >/dev/null 2>&1
mv -f .libs/system.lo system.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT upx.lo -MD -MP -MF ".deps/upx.Tpo" -c -o upx.
lo upx.c; ¥
then mv -f ".deps/upx.Tpo" ".deps/upx.Plo"; else rm -f ".deps/upx.Tpo"; exit 1
; fi
rm -f .libs/upx.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT upx.lo 
-MD -MP -MF .deps/upx.Tpo -c upx.c  -fPIC -DPIC -o .libs/upx.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT upx.lo 
-MD -MP -MF .deps/upx.Tpo -c upx.c -o upx.o >/dev/null 2>&1
mv -f .libs/upx.lo upx.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT htmlnorm.lo -MD -MP -MF ".deps/htmlnorm.Tpo" 
-c -o htmlnorm.lo htmlnorm.c; ¥
then mv -f ".deps/htmlnorm.Tpo" ".deps/htmlnorm.Plo"; else rm -f ".deps/htmlno
rm.Tpo"; exit 1; fi
rm -f .libs/htmlnorm.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT htmlno
rm.lo -MD -MP -MF .deps/htmlnorm.Tpo -c htmlnorm.c  -fPIC -DPIC -o .libs/htmln
orm.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT htmlno
rm.lo -MD -MP -MF .deps/htmlnorm.Tpo -c htmlnorm.c -o htmlnorm.o >/dev/null 2>
&1
mv -f .libs/htmlnorm.lo htmlnorm.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT chmunpack.lo -MD -MP -MF ".deps/chmunpack.Tp
o" -c -o chmunpack.lo chmunpack.c; ¥
then mv -f ".deps/chmunpack.Tpo" ".deps/chmunpack.Plo"; else rm -f ".deps/chmu
npack.Tpo"; exit 1; fi
rm -f .libs/chmunpack.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT chmunp
ack.lo -MD -MP -MF .deps/chmunpack.Tpo -c chmunpack.c  -fPIC -DPIC -o .libs/ch
munpack.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT chmunp
ack.lo -MD -MP -MF .deps/chmunpack.Tpo -c chmunpack.c -o chmunpack.o >/dev/nul
l 2>&1
mv -f .libs/chmunpack.lo chmunpack.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT rebuildpe.lo -MD -MP -MF ".deps/rebuildpe.Tp
o" -c -o rebuildpe.lo rebuildpe.c; ¥
then mv -f ".deps/rebuildpe.Tpo" ".deps/rebuildpe.Plo"; else rm -f ".deps/rebu
ildpe.Tpo"; exit 1; fi
rm -f .libs/rebuildpe.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT rebuil
dpe.lo -MD -MP -MF .deps/rebuildpe.Tpo -c rebuildpe.c  -fPIC -DPIC -o .libs/re
buildpe.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT rebuil
dpe.lo -MD -MP -MF .deps/rebuildpe.Tpo -c rebuildpe.c -o rebuildpe.o >/dev/nul
l 2>&1
mv -f .libs/rebuildpe.lo rebuildpe.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT petite.lo -MD -MP -MF ".deps/petite.Tpo" -c 
-o petite.lo petite.c; ¥
then mv -f ".deps/petite.Tpo" ".deps/petite.Plo"; else rm -f ".deps/petite.Tpo
"; exit 1; fi
rm -f .libs/petite.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT petite.
lo -MD -MP -MF .deps/petite.Tpo -c petite.c  -fPIC -DPIC -o .libs/petite.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT petite.
lo -MD -MP -MF .deps/petite.Tpo -c petite.c -o petite.o >/dev/null 2>&1
mv -f .libs/petite.lo petite.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT fsg.lo -MD -MP -MF ".deps/fsg.Tpo" -c -o fsg.
lo fsg.c; ¥
then mv -f ".deps/fsg.Tpo" ".deps/fsg.Plo"; else rm -f ".deps/fsg.Tpo"; exit 1
; fi
rm -f .libs/fsg.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT fsg.lo 
-MD -MP -MF .deps/fsg.Tpo -c fsg.c  -fPIC -DPIC -o .libs/fsg.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT fsg.lo 
-MD -MP -MF .deps/fsg.Tpo -c fsg.c -o fsg.o >/dev/null 2>&1
mv -f .libs/fsg.lo fsg.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT line.lo -MD -MP -MF ".deps/line.Tpo" -c -o l
ine.lo line.c; ¥
then mv -f ".deps/line.Tpo" ".deps/line.Plo"; else rm -f ".deps/line.Tpo"; exi
t 1; fi
rm -f .libs/line.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT line.l
o -MD -MP -MF .deps/line.Tpo -c line.c  -fPIC -DPIC -o .libs/line.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT line.l
o -MD -MP -MF .deps/line.Tpo -c line.c -o line.o >/dev/null 2>&1
mv -f .libs/line.lo line.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT untar.lo -MD -MP -MF ".deps/untar.Tpo" -c -o 
untar.lo untar.c; ¥
then mv -f ".deps/untar.Tpo" ".deps/untar.Plo"; else rm -f ".deps/untar.Tpo"; 
exit 1; fi
rm -f .libs/untar.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT untar.
lo -MD -MP -MF .deps/untar.Tpo -c untar.c  -fPIC -DPIC -o .libs/untar.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT untar.
lo -MD -MP -MF .deps/untar.Tpo -c untar.c -o untar.o >/dev/null 2>&1
mv -f .libs/untar.lo untar.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT special.lo -MD -MP -MF ".deps/special.Tpo" -
c -o special.lo special.c; ¥
then mv -f ".deps/special.Tpo" ".deps/special.Plo"; else rm -f ".deps/special.
Tpo"; exit 1; fi
rm -f .libs/special.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT specia
l.lo -MD -MP -MF .deps/special.Tpo -c special.c  -fPIC -DPIC -o .libs/special.
lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT specia
l.lo -MD -MP -MF .deps/special.Tpo -c special.c -o special.o >/dev/null 2>&1
mv -f .libs/special.lo special.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT binhex.lo -MD -MP -MF ".deps/binhex.Tpo" -c 
-o binhex.lo binhex.c; ¥
then mv -f ".deps/binhex.Tpo" ".deps/binhex.Plo"; else rm -f ".deps/binhex.Tpo
"; exit 1; fi
rm -f .libs/binhex.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT binhex.
lo -MD -MP -MF .deps/binhex.Tpo -c binhex.c  -fPIC -DPIC -o .libs/binhex.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT binhex.
lo -MD -MP -MF .deps/binhex.Tpo -c binhex.c -o binhex.o >/dev/null 2>&1
mv -f .libs/binhex.lo binhex.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT is_tar.lo -MD -MP -MF ".deps/is_tar.Tpo" -c 
-o is_tar.lo is_tar.c; ¥
then mv -f ".deps/is_tar.Tpo" ".deps/is_tar.Plo"; else rm -f ".deps/is_tar.Tpo
"; exit 1; fi
rm -f .libs/is_tar.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT is_tar.
lo -MD -MP -MF .deps/is_tar.Tpo -c is_tar.c  -fPIC -DPIC -o .libs/is_tar.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT is_tar.
lo -MD -MP -MF .deps/is_tar.Tpo -c is_tar.c -o is_tar.o >/dev/null 2>&1
mv -f .libs/is_tar.lo is_tar.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT tnef.lo -MD -MP -MF ".deps/tnef.Tpo" -c -o t
nef.lo tnef.c; ¥
then mv -f ".deps/tnef.Tpo" ".deps/tnef.Plo"; else rm -f ".deps/tnef.Tpo"; exi
t 1; fi
rm -f .libs/tnef.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT tnef.l
o -MD -MP -MF .deps/tnef.Tpo -c tnef.c  -fPIC -DPIC -o .libs/tnef.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT tnef.l
o -MD -MP -MF .deps/tnef.Tpo -c tnef.c -o tnef.o >/dev/null 2>&1
mv -f .libs/tnef.lo tnef.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
/zziplib -I./mspack    -g -O2 -MT uuencode.lo -MD -MP -MF ".deps/uuencode.Tpo" 
-c -o uuencode.lo uuencode.c; ¥
then mv -f ".deps/uuencode.Tpo" ".deps/uuencode.Plo"; else rm -f ".deps/uuenco
de.Tpo"; exit 1; fi
rm -f .libs/uuencode.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT uuenco
de.lo -MD -MP -MF .deps/uuencode.Tpo -c uuencode.c  -fPIC -DPIC -o .libs/uuenc
ode.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./zziplib -I./mspack -g -O2 -MT uuenco
de.lo -MD -MP -MF .deps/uuencode.Tpo -c uuencode.c -o uuencode.o >/dev/null 2>
&1
mv -f .libs/uuencode.lo uuencode.lo
/bin/sh ../libtool --mode=link gcc  -g -O2  -lnsl -o libclamav.la -rpath /usr/
local/lib -thread-safe -version-info 1:17:0 -no-undefined matcher-ac.lo matche
r-bm.lo matcher.lo md5.lo others.lo readdb.lo cvd.lo dsig.lo str.lo scanners.l
o filetypes.lo unrarlib.lo zzip-dir.lo zzip-err.lo zzip-file.lo zzip-info.lo z
zip-io.lo zzip-stat.lo zzip-zip.lo strc.lo blob.lo mbox.lo message.lo snprintf.
lo strrcpy.lo table.lo text.lo ole2_extract.lo vba_extract.lo msexpand.lo pe.l
o cabd.lo lzxd.lo mszipd.lo qtmd.lo system.lo upx.lo htmlnorm.lo chmunpack.lo 
rebuildpe.lo petite.lo fsg.lo line.lo untar.lo special.lo binhex.lo is_tar.lo 
tnef.lo uuencode.lo -lz -lbz2 -lgmp -lpthread -lnsl
rm -fr .libs/libclamav.la .libs/libclamav.* .libs/libclamav.*
gcc -shared  matcher-ac.lo matcher-bm.lo matcher.lo md5.lo others.lo readdb.lo 
cvd.lo dsig.lo str.lo scanners.lo filetypes.lo unrarlib.lo zzip-dir.lo zzip-er
r.lo zzip-file.lo zzip-info.lo zzip-io.lo zzip-stat.lo zzip-zip.lo strc.lo blo
b.lo mbox.lo message.lo snprintf.lo strrcpy.lo table.lo text.lo ole2_extract.l
o vba_extract.lo msexpand.lo pe.lo cabd.lo lzxd.lo mszipd.lo qtmd.lo system.lo 
upx.lo htmlnorm.lo chmunpack.lo rebuildpe.lo petite.lo fsg.lo line.lo untar.lo 
special.lo binhex.lo is_tar.lo tnef.lo uuencode.lo  -lz -lbz2 -lgmp -lpthread 
-lnsl  -Wl,-soname -Wl,libclamav.so.1 -o .libs/libclamav.so.1.0.17
(cd .libs && rm -f libclamav.so.1 && ln -s libclamav.so.1.0.17 libclamav.so.1)
(cd .libs && rm -f libclamav.so && ln -s libclamav.so.1.0.17 libclamav.so)
ar cru .libs/libclamav.a  matcher-ac.o matcher-bm.o matcher.o md5.o others.o r
eaddb.o cvd.o dsig.o str.o scanners.o filetypes.o unrarlib.o zzip-dir.o zzip-e
rr.o zzip-file.o zzip-info.o zzip-io.o zzip-stat.o zzip-zip.o strc.o blob.o mb
ox.o message.o snprintf.o strrcpy.o table.o text.o ole2_extract.o vba_extract.
o msexpand.o pe.o cabd.o lzxd.o mszipd.o qtmd.o system.o upx.o htmlnorm.o chmu
npack.o rebuildpe.o petite.o fsg.o line.o untar.o special.o binhex.o is_tar.o 
tnef.o uuencode.o 
ranlib .libs/libclamav.a
creating libclamav.la
(cd .libs && rm -f libclamav.la && ln -s ../libclamav.la libclamav.la)
make[2]: Leaving directory `/root/Download/clamav-0.88.3/libclamav'
Making all in clamscan
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamscan'
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o output.o `tes
t -f '../shared/output.c' || echo './'`../shared/output.c; ¥
then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o `tes
t -f '../shared/getopt.c' || echo './'`../shared/getopt.c; ¥
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT memory.o -MD -MP -MF ".deps/memory.Tpo" -c -o memory.o `tes
t -f '../shared/memory.c' || echo './'`../shared/memory.c; ¥
then mv -f ".deps/memory.Tpo" ".deps/memory.Po"; else rm -f ".deps/memory.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT cfgparser.o -MD -MP -MF ".deps/cfgparser.Tpo" -c -o cfgpars
er.o `test -f '../shared/cfgparser.c' || echo './'`../shared/cfgparser.c; ¥
then mv -f ".deps/cfgparser.Tpo" ".deps/cfgparser.Po"; else rm -f ".deps/cfgpa
rser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f '.
./shared/misc.c' || echo './'`../shared/misc.c; ¥
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT clamscan.o -MD -MP -MF ".deps/clamscan.Tpo" -c -o clamscan.
o clamscan.c; ¥
then mv -f ".deps/clamscan.Tpo" ".deps/clamscan.Po"; else rm -f ".deps/clamsca
n.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o o
ptions.c; ¥
then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f ".deps/options.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT others.o -MD -MP -MF ".deps/others.Tpo" -c -o others.o othe
rs.c; ¥
then mv -f ".deps/others.Tpo" ".deps/others.Po"; else rm -f ".deps/others.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT manager.o -MD -MP -MF ".deps/manager.Tpo" -c -o manager.o m
anager.c; ¥
then mv -f ".deps/manager.Tpo" ".deps/manager.Po"; else rm -f ".deps/manager.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT treewalk.o -MD -MP -MF ".deps/treewalk.Tpo" -c -o treewalk.
o treewalk.c; ¥
then mv -f ".deps/treewalk.Tpo" ".deps/treewalk.Po"; else rm -f ".deps/treewal
k.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc  -g -O2  -lnsl -o clamscan  output.o getopt.
o memory.o cfgparser.o misc.o clamscan.o options.o others.o manager.o treewalk.
o  ../libclamav/libclamav.la 
mkdir .libs
gcc -g -O2 -o .libs/clamscan output.o getopt.o memory.o cfgparser.o misc.o cla
mscan.o options.o others.o manager.o treewalk.o  ../libclamav/.libs/libclamav.
so -lz -lbz2 -lgmp -lpthread -lnsl -Wl,--rpath -Wl,/usr/local/lib
creating clamscan
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamscan'
Making all in clamd
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamd'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o output.o `test -f '../shared
/output.c' || echo './'`../shared/output.c; ¥
then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT cfgparser.o -MD -MP -MF ".deps/cfgparser.Tpo" -c -o cfgparser.o `test -f '.
./shared/cfgparser.c' || echo './'`../shared/cfgparser.c; ¥
then mv -f ".deps/cfgparser.Tpo" ".deps/cfgparser.Po"; else rm -f ".deps/cfgpa
rser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o `test -f '../shared
/getopt.c' || echo './'`../shared/getopt.c; ¥
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT memory.o -MD -MP -MF ".deps/memory.Tpo" -c -o memory.o `test -f '../shared
/memory.c' || echo './'`../shared/memory.c; ¥
then mv -f ".deps/memory.Tpo" ".deps/memory.Po"; else rm -f ".deps/memory.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f '../shared/misc.
c' || echo './'`../shared/misc.c; ¥
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o options.c; ¥
then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f ".deps/options.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT clamd.o -MD -MP -MF ".deps/clamd.Tpo" -c -o clamd.o clamd.c; ¥
then mv -f ".deps/clamd.Tpo" ".deps/clamd.Po"; else rm -f ".deps/clamd.Tpo"; e
xit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT tcpserver.o -MD -MP -MF ".deps/tcpserver.Tpo" -c -o tcpserver.o tcpserver.
c; ¥
then mv -f ".deps/tcpserver.Tpo" ".deps/tcpserver.Po"; else rm -f ".deps/tcpse
rver.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT localserver.o -MD -MP -MF ".deps/localserver.Tpo" -c -o localserver.o loca
lserver.c; ¥
then mv -f ".deps/localserver.Tpo" ".deps/localserver.Po"; else rm -f ".deps/l
ocalserver.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT session.o -MD -MP -MF ".deps/session.Tpo" -c -o session.o session.c; ¥
then mv -f ".deps/session.Tpo" ".deps/session.Po"; else rm -f ".deps/session.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT thrmgr.o -MD -MP -MF ".deps/thrmgr.Tpo" -c -o thrmgr.o thrmgr.c; ¥
then mv -f ".deps/thrmgr.Tpo" ".deps/thrmgr.Po"; else rm -f ".deps/thrmgr.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT server-th.o -MD -MP -MF ".deps/server-th.Tpo" -c -o server-th.o server-th.
c; ¥
then mv -f ".deps/server-th.Tpo" ".deps/server-th.Po"; else rm -f ".deps/serve
r-th.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT scanner.o -MD -MP -MF ".deps/scanner.Tpo" -c -o scanner.o scanner.c; ¥
then mv -f ".deps/scanner.Tpo" ".deps/scanner.Po"; else rm -f ".deps/scanner.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT others.o -MD -MP -MF ".deps/others.Tpo" -c -o others.o others.c; ¥
then mv -f ".deps/others.Tpo" ".deps/others.Po"; else rm -f ".deps/others.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT clamuko.o -MD -MP -MF ".deps/clamuko.Tpo" -c -o clamuko.o clamuko.c; ¥
then mv -f ".deps/clamuko.Tpo" ".deps/clamuko.Po"; else rm -f ".deps/clamuko.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT dazukoio_compat12.o -MD -MP -MF ".deps/dazukoio_compat12.Tpo" -c -o dazuko
io_compat12.o dazukoio_compat12.c; ¥
then mv -f ".deps/dazukoio_compat12.Tpo" ".deps/dazukoio_compat12.Po"; else rm 
-f ".deps/dazukoio_compat12.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../shared -I../libclamav    -g -O2 
-MT dazukoio.o -MD -MP -MF ".deps/dazukoio.Tpo" -c -o dazukoio.o dazukoio.c; ¥
then mv -f ".deps/dazukoio.Tpo" ".deps/dazukoio.Po"; else rm -f ".deps/dazukoi
o.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc  -g -O2  -lnsl -o clamd  output.o cfgparser.
o getopt.o memory.o misc.o options.o clamd.o tcpserver.o localserver.o session.
o thrmgr.o server-th.o scanner.o others.o clamuko.o dazukoio_compat12.o dazuko
io.o  ../libclamav/libclamav.la  -lnsl -lpthread 
mkdir .libs
gcc -g -O2 -o .libs/clamd output.o cfgparser.o getopt.o memory.o misc.o option
s.o clamd.o tcpserver.o localserver.o session.o thrmgr.o server-th.o scanner.o 
others.o clamuko.o dazukoio_compat12.o dazukoio.o  ../libclamav/.libs/libclama
v.so -lz -lbz2 -lgmp -lnsl -lpthread -Wl,--rpath -Wl,/usr/local/lib
creating clamd
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamd'
Making all in clamdscan
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamdscan'
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I../clamscan -I../shared -
I../libclamav    -g -O2 -MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o outp
ut.o `test -f '../shared/output.c' || echo './'`../shared/output.c; ¥
then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I../clamscan -I../shared -
I../libclamav    -g -O2 -MT cfgparser.o -MD -MP -MF ".deps/cfgparser.Tpo" -c -
o cfgparser.o `test -f '../shared/cfgparser.c' || echo './'`../shared/cfgparse
r.c; ¥
then mv -f ".deps/cfgparser.Tpo" ".deps/cfgparser.Po"; else rm -f ".deps/cfgpa
rser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I../clamscan -I../shared -
I../libclamav    -g -O2 -MT memory.o -MD -MP -MF ".deps/memory.Tpo" -c -o memo
ry.o `test -f '../shared/memory.c' || echo './'`../shared/memory.c; ¥
then mv -f ".deps/memory.Tpo" ".deps/memory.Po"; else rm -f ".deps/memory.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I../clamscan -I../shared -
I../libclamav    -g -O2 -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `
test -f '../shared/misc.c' || echo './'`../shared/misc.c; ¥
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I../clamscan -I../shared -
I../libclamav    -g -O2 -MT clamdscan.o -MD -MP -MF ".deps/clamdscan.Tpo" -c -
o clamdscan.o clamdscan.c; ¥
then mv -f ".deps/clamdscan.Tpo" ".deps/clamdscan.Po"; else rm -f ".deps/clamd
scan.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I../clamscan -I../shared -
I../libclamav    -g -O2 -MT client.o -MD -MP -MF ".deps/client.Tpo" -c -o clie
nt.o client.c; ¥
then mv -f ".deps/client.Tpo" ".deps/client.Po"; else rm -f ".deps/client.Tpo"
; exit 1; fi
/bin/sh ../libtool --mode=link gcc  -g -O2  -lnsl -o clamdscan  output.o cfgpa
rser.o memory.o misc.o clamdscan.o client.o ../clamscan/options.o ../clamscan/
getopt.o ../libclamav/libclamav.la  -lnsl -lresolv 
mkdir .libs
gcc -g -O2 -o .libs/clamdscan output.o cfgparser.o memory.o misc.o clamdscan.o 
client.o ../clamscan/options.o ../clamscan/getopt.o  ../libclamav/.libs/libcla
mav.so -lz -lbz2 -lgmp -lpthread -lnsl -lresolv -Wl,--rpath -Wl,/usr/local/lib
creating clamdscan
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamdscan'
Making all in freshclam
make[2]: Entering directory `/root/Download/clamav-0.88.3/freshclam'
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o output.o `tes
t -f '../shared/output.c' || echo './'`../shared/output.c; ¥
then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT cfgparser.o -MD -MP -MF ".deps/cfgparser.Tpo" -c -o cfgpars
er.o `test -f '../shared/cfgparser.c' || echo './'`../shared/cfgparser.c; ¥
then mv -f ".deps/cfgparser.Tpo" ".deps/cfgparser.Po"; else rm -f ".deps/cfgpa
rser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o `tes
t -f '../shared/getopt.c' || echo './'`../shared/getopt.c; ¥
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT memory.o -MD -MP -MF ".deps/memory.Tpo" -c -o memory.o `tes
t -f '../shared/memory.c' || echo './'`../shared/memory.c; ¥
then mv -f ".deps/memory.Tpo" ".deps/memory.Po"; else rm -f ".deps/memory.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f '.
./shared/misc.c' || echo './'`../shared/misc.c; ¥
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT freshclam.o -MD -MP -MF ".deps/freshclam.Tpo" -c -o freshcl
am.o freshclam.c; ¥
then mv -f ".deps/freshclam.Tpo" ".deps/freshclam.Po"; else rm -f ".deps/fresh
clam.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o o
ptions.c; ¥
then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f ".deps/options.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT manager.o -MD -MP -MF ".deps/manager.Tpo" -c -o manager.o m
anager.c; ¥
then mv -f ".deps/manager.Tpo" ".deps/manager.Po"; else rm -f ".deps/manager.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT notify.o -MD -MP -MF ".deps/notify.Tpo" -c -o notify.o noti
fy.c; ¥
then mv -f ".deps/notify.Tpo" ".deps/notify.Po"; else rm -f ".deps/notify.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT dns.o -MD -MP -MF ".deps/dns.Tpo" -c -o dns.o dns.c; ¥
then mv -f ".deps/dns.Tpo" ".deps/dns.Po"; else rm -f ".deps/dns.Tpo"; exit 1; 
fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT execute.o -MD -MP -MF ".deps/execute.Tpo" -c -o execute.o e
xecute.c; ¥
then mv -f ".deps/execute.Tpo" ".deps/execute.Po"; else rm -f ".deps/execute.T
po"; exit 1; fi
/bin/sh ../libtool --mode=link gcc  -g -O2  -lnsl -o freshclam  output.o cfgpa
rser.o getopt.o memory.o misc.o freshclam.o options.o manager.o notify.o dns.o 
execute.o  ../libclamav/libclamav.la  -lnsl -lresolv 
mkdir .libs
gcc -g -O2 -o .libs/freshclam output.o cfgparser.o getopt.o memory.o misc.o fr
eshclam.o options.o manager.o notify.o dns.o execute.o  ../libclamav/.libs/lib
clamav.so -lz -lbz2 -lgmp -lpthread -lnsl -lresolv -Wl,--rpath -Wl,/usr/local/
lib
creating freshclam
make[2]: Leaving directory `/root/Download/clamav-0.88.3/freshclam'
Making all in sigtool
make[2]: Entering directory `/root/Download/clamav-0.88.3/sigtool'
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o output.o `tes
t -f '../shared/output.c' || echo './'`../shared/output.c; ¥
then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o `tes
t -f '../shared/getopt.c' || echo './'`../shared/getopt.c; ¥
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT memory.o -MD -MP -MF ".deps/memory.Tpo" -c -o memory.o `tes
t -f '../shared/memory.c' || echo './'`../shared/memory.c; ¥
then mv -f ".deps/memory.Tpo" ".deps/memory.Po"; else rm -f ".deps/memory.Tpo"
; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT cfgparser.o -MD -MP -MF ".deps/cfgparser.Tpo" -c -o cfgpars
er.o `test -f '../shared/cfgparser.c' || echo './'`../shared/cfgparser.c; ¥
then mv -f ".deps/cfgparser.Tpo" ".deps/cfgparser.Po"; else rm -f ".deps/cfgpa
rser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f '.
./shared/misc.c' || echo './'`../shared/misc.c; ¥
then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o o
ptions.c; ¥
then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f ".deps/options.T
po"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT vba.o -MD -MP -MF ".deps/vba.Tpo" -c -o vba.o vba.c; ¥
then mv -f ".deps/vba.Tpo" ".deps/vba.Po"; else rm -f ".deps/vba.Tpo"; exit 1; 
fi
if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I.. -I../shared -I../libcl
amav    -g -O2 -MT sigtool.o -MD -MP -MF ".deps/sigtool.Tpo" -c -o sigtool.o s
igtool.c; ¥
then mv -f ".deps/sigtool.Tpo" ".deps/sigtool.Po"; else rm -f ".deps/sigtool.T
po"; exit 1; fi
/bin/sh ../libtool --mode=link gcc  -g -O2  -lnsl -o sigtool  output.o getopt.
o memory.o cfgparser.o misc.o options.o vba.o sigtool.o ../clamscan/others.o  .
./libclamav/libclamav.la  -lnsl -lresolv 
mkdir .libs
gcc -g -O2 -o .libs/sigtool output.o getopt.o memory.o cfgparser.o misc.o opti
ons.o vba.o sigtool.o ../clamscan/others.o  ../libclamav/.libs/libclamav.so -l
z -lbz2 -lgmp -lpthread -lnsl -lresolv -Wl,--rpath -Wl,/usr/local/lib
creating sigtool
make[2]: Leaving directory `/root/Download/clamav-0.88.3/sigtool'
Making all in database
make[2]: Entering directory `/root/Download/clamav-0.88.3/database'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/database'
Making all in docs
make[2]: Entering directory `/root/Download/clamav-0.88.3/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/docs'
Making all in etc
make[2]: Entering directory `/root/Download/clamav-0.88.3/etc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/etc'
Making all in clamav-milter
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamav-milter'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamav-milter'
make[2]: Entering directory `/root/Download/clamav-0.88.3'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3'
make[1]: Leaving directory `/root/Download/clamav-0.88.3'

[root@jupiter clamav-0.88.3]#
[root@jupiter clamav-0.88.3]# make install
Making install in libclamav
make[1]: Entering directory `/root/Download/clamav-0.88.3/libclamav'
make[2]: Entering directory `/root/Download/clamav-0.88.3/libclamav'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libclamav.la' '/usr/local/lib/libclamav.la'
/usr/bin/install -c .libs/libclamav.so.1.0.17 /usr/local/lib/libclamav.so.1.0.17
(cd /usr/local/lib && rm -f libclamav.so.1 && ln -s libclamav.so.1.0.17 libclamav.so.1)
(cd /usr/local/lib && rm -f libclamav.so && ln -s libclamav.so.1.0.17 libclamav.so)
/usr/bin/install -c .libs/libclamav.lai /usr/local/lib/libclamav.la
/usr/bin/install -c .libs/libclamav.a /usr/local/lib/libclamav.a
ranlib /usr/local/lib/libclamav.a
chmod 644 /usr/local/lib/libclamav.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
 /usr/bin/install -c -m 644 'clamav.h' '/usr/local/include/clamav.h'
make[2]: Leaving directory `/root/Download/clamav-0.88.3/libclamav'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/libclamav'
Making install in clamscan
make[1]: Entering directory `/root/Download/clamav-0.88.3/clamscan'
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamscan'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'clamscan' '/usr/local/bin/clamscan'
/usr/bin/install -c .libs/clamscan /usr/local/bin/clamscan
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamscan'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/clamscan'
Making install in clamd
make[1]: Entering directory `/root/Download/clamav-0.88.3/clamd'
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamd'
test -z "/usr/local/sbin" || mkdir -p -- "/usr/local/sbin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'clamd' '/usr/local/sbin/clamd'
/usr/bin/install -c .libs/clamd /usr/local/sbin/clamd
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamd'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/clamd'
Making install in clamdscan
make[1]: Entering directory `/root/Download/clamav-0.88.3/clamdscan'
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamdscan'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'clamdscan' '/usr/local/bin/clamdscan'
/usr/bin/install -c .libs/clamdscan /usr/local/bin/clamdscan
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamdscan'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/clamdscan'
Making install in freshclam
make[1]: Entering directory `/root/Download/clamav-0.88.3/freshclam'
make[2]: Entering directory `/root/Download/clamav-0.88.3/freshclam'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'freshclam' '/usr/local/bin/freshclam'
/usr/bin/install -c .libs/freshclam /usr/local/bin/freshclam
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/freshclam'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/freshclam'
Making install in sigtool
make[1]: Entering directory `/root/Download/clamav-0.88.3/sigtool'
make[2]: Entering directory `/root/Download/clamav-0.88.3/sigtool'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'sigtool' '/usr/local/bin/sigtool'
/usr/bin/install -c .libs/sigtool /usr/local/bin/sigtool
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Download/clamav-0.88.3/sigtool'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/sigtool'
Making install in database
make[1]: Entering directory `/root/Download/clamav-0.88.3/database'
/bin/sh ../mkinstalldirs /usr/local/share/clamav
mkdir -p -- /usr/local/share/clamav
make[1]: Leaving directory `/root/Download/clamav-0.88.3/database'
Making install in docs
make[1]: Entering directory `/root/Download/clamav-0.88.3/docs'
make[2]: Entering directory `/root/Download/clamav-0.88.3/docs'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || mkdir -p -- "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 './man/clamscan.1' '/usr/local/share/man/man1/clamscan.1'
 /usr/bin/install -c -m 644 './man/freshclam.1' '/usr/local/share/man/man1/freshclam.1'
 /usr/bin/install -c -m 644 './man/sigtool.1' '/usr/local/share/man/man1/sigtool.1'
 /usr/bin/install -c -m 644 './man/clamdscan.1' '/usr/local/share/man/man1/clamdscan.1'
test -z "/usr/local/share/man/man5" || mkdir -p -- "/usr/local/share/man/man5"
 /usr/bin/install -c -m 644 './man/clamd.conf.5' '/usr/local/share/man/man5/clamd.conf.5'
 /usr/bin/install -c -m 644 './man/freshclam.conf.5' '/usr/local/share/man/man5/freshclam.conf.5'
test -z "/usr/local/share/man/man8" || mkdir -p -- "/usr/local/share/man/man8"
 /usr/bin/install -c -m 644 './man/clamd.8' '/usr/local/share/man/man8/clamd.8'
 /usr/bin/install -c -m 644 './man/clamav-milter.8' '/usr/local/share/man/man8/clamav-milter.8'
make[2]: Leaving directory `/root/Download/clamav-0.88.3/docs'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/docs'
Making install in etc
make[1]: Entering directory `/root/Download/clamav-0.88.3/etc'
/bin/sh ../mkinstalldirs /usr/local/etc
make[1]: Leaving directory `/root/Download/clamav-0.88.3/etc'
Making install in clamav-milter
make[1]: Entering directory `/root/Download/clamav-0.88.3/clamav-milter'
make[2]: Entering directory `/root/Download/clamav-0.88.3/clamav-milter'
test -z "/usr/local/sbin" || mkdir -p -- "/usr/local/sbin"
test -z "/usr/local/share/man/man8" || mkdir -p -- "/usr/local/share/man/man8"
make[2]: Leaving directory `/root/Download/clamav-0.88.3/clamav-milter'
make[1]: Leaving directory `/root/Download/clamav-0.88.3/clamav-milter'
make[1]: Entering directory `/root/Download/clamav-0.88.3'
make[2]: Entering directory `/root/Download/clamav-0.88.3'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
 /usr/bin/install -c 'clamav-config' '/usr/local/bin/clamav-config'
test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libclamav.pc' '/usr/local/lib/pkgconfig/libclamav.pc'
make[2]: Leaving directory `/root/Download/clamav-0.88.3'
make[1]: Leaving directory `/root/Download/clamav-0.88.3'
[root@jupiter clamav-0.88.3]# 
  • 問題なく終了した模様
  • とりあえず使ってみる.
[root@jupiter clamav-0.88.3]# /usr/local/bin/freshclam -v
ERROR: Please edit the example config file /usr/local/etc/freshclam.conf.
ERROR: Please edit the example config file /usr/local/etc/clamd.conf.
ERROR: Can't parse the config file /usr/local/etc/clamd.conf
[root@jupiter clamav-0.88.3]#
  • freshclam.confと,clamd.confファイルを編集しないと動作しないという警告である.
  • とりあえず動作させる場合でも,両設定ファイルのExampleと書かれている行をコメントアウトする.
[root@jupiter clamav-0.88.3]# vi /usr/local/etc/freshclam.conf 

##
## Example config file for freshclam
## Please read the freshclam.conf(5) manual before editing this file.
## This file may be optionally merged with clamd.conf.
##


# Comment or remove the line below.
#Example
  • クライアントソフト用.
[root@pluto clamav-0.88.3]# vi /usr/local/etc/clamd.conf
##
## Example config file for the Clam AV daemon
## Please read the clamd.conf(5) manual before editing this file.
##


# Comment or remove the line below.
#Example
  • これらのコメントを外す.

4.Clamdデーモンの自動起動設定と,起動

  • アーカイブを展開したディレクトリの配下にあるcontribディレクトリ下に,ディストリビューション毎の起動スクリプトが格納されている.
  • RedHat様起動ファイルを確認する.
[root@jupiter clamav-0.88.3]# ls -la contrib/init/RedHat/clamd 
-rwxr-xr-x    1 1000     1000         1290 Jun 24  2005 contrib/init/RedHat/clamd
[root@jupiter clamav-0.88.3]#
  • 複写する
[root@jupiter clamav-0.88.3]# cp contrib/init/RedHat/clamd  /etc/rc.d/init.d/.
[root@jupiter clamav-0.88.3]#
  • ランレベル毎に起動するように設定する.
[root@jupiter clamav-0.88.3]# /sbin/chkconfig --add clamd
[root@jupiter clamav-0.88.3]# /sbin/chkconfig --list | grep clamd
clamd           0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@jupiter clamav-0.88.3]# 
  • clamdを起動させる.
[root@jupiter clamav-0.88.3]# /etc/rc.d/init.d/clamd 
使い方: /etc/rc.d/init.d/clamd {start|stop|status|reload|restart|condrestart}
[root@jupiter clamav-0.88.3]# /etc/rc.d/init.d/clamd status
clamdは停止しています
[root@jupiter clamav-0.88.3]# /etc/rc.d/init.d/clamd start 
clamdを起動中:                                             [  OK  ]
[root@jupiter clamav-0.88.3]# /etc/rc.d/init.d/clamd status
clamd (pid 28008) を実行中...
[root@jupiter clamav-0.88.3]# 
  • プロセスIDで確認してみる.
[root@jupiter clamav-0.88.3]# ps -ef |grep  28008
root     28008     1  0 21:05 ?        00:00:00 /usr/local/sbin/clamd
root     28057  7109  0 21:07 pts/4    00:00:00 grep 28008
[root@jupiter clamav-0.88.3]# 
  • 関連する他のプロセスは起動していないようである.

新しいパターンファイルを取得する

  • ウイルス定義ファイルを取得する.
[root@jupiter clamav-0.88.3]# freshclam -v
Current working dir is /usr/local/share/clamav
Max retries == 3
ClamAV update process started at Fri Jul 21 21:09:22 2006
Querying current.cvd.clamav.net
TTL: 900
Software version from DNS: 0.88.3
main.cvd version from DNS: 39
main.cvd is up to date (version: 39, sigs: 58116, f-level: 8, builder: tkojm)
daily.cvd version from DNS: 1612
Retrieving http://database.clamav.net/daily.cvd
Downloading daily.cvd [*]
daily.cvd updated (version: 1612, sigs: 3963, f-level: 8, builder: ccordes)
Database updated (62079 signatures) from database.clamav.net (IP: 59.87.0.36)
Freeing option list...done
[root@jupiter clamav-0.88.3]# 
  • 古かったのでインストールされた模様.
  • もう一度実行する
[root@jupiter clamav-0.88.3]# freshclam -v
Current working dir is /usr/local/share/clamav
Max retries == 3
ClamAV update process started at Fri Jul 21 21:20:21 2006
Querying current.cvd.clamav.net
TTL: 400
Software version from DNS: 0.88.3
main.cvd version from DNS: 39
main.cvd is up to date (version: 39, sigs: 58116, f-level: 8, builder: tkojm)
daily.cvd version from DNS: 1612
daily.cvd is up to date (version: 1612, sigs: 3963, f-level: 8, builder: ccordes)
Freeing option list...done
[root@jupiter clamav-0.88.3]# 
  • 最新版だと言われている.
  • daily.cvdというパターンファイルを確認してみる.
[root@jupiter clamav-0.88.3]# locate daily.cvd
/root/Download/clamav-0.88.3/database/daily.cvd
/usr/local/share/clamav/daily.cvd
[root@jupiter clamav-0.88.3]# ls -la /root/Download/clamav-0.88.3/database/daily.cvd
-rw-r--r--    1 1000     1000       390371 Jul  1 20:53 /root/Download/clamav-0.88.3/database/daily.cvd
[root@jupiter clamav-0.88.3]# ls -la /usr/local/share/clamav/daily.cvd
-rw-r--r--    1 clamav   clamav     577769 Jul 21 21:09 /usr/local/share/clamav/daily.cvd
[root@jupiter clamav-0.88.3]# 
  • インストールディレクトリにあるものが,デフォルトのパターンファイルだと思われる.
  • 増えているので,よしとする.


広告スペース
Google