Error Build Clamav (Centos 5.7)

bigboy

Verified User
Joined
Nov 25, 2005
Messages
231
Location
USA
[root@Pluto custombuild]# ./build clamav


make[3]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libltdl'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libltdl'
Making all in libclamav
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav'
make all-recursive
make[3]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav'
Making all in c++
make[4]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav/c++'
make all-am
make[5]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav/c++'
CXX libclamavcxx_la-bytecode2llvm.lo
CXX libclamavcxx_la-ClamBCRTChecks.lo
CXX libclamavcxx_la-detect.lo
CXX AliasAnalysis.lo
detect.cpp: In function 'void cli_detect_env_jit(cli_environment*)':
detect.cpp:135: warning: enumeration value 'Minix' not handled in switch
CXX AliasSetTracker.lo
virtual memory exhausted: Cannot allocate memory
make[5]: *** [libclamavcxx_la-bytecode2llvm.lo] Error 1
make[5]: *** Waiting for unfinished jobs....

cc1plus: out of memory allocating 131072 bytes after a total of 3145728 bytes
make[5]: *** [AliasAnalysis.lo] Error 1
virtual memory exhausted: Cannot allocate memory
make[5]: *** [AliasSetTracker.lo] Error 1

cc1plus: out of memory allocating 19248 bytes after a total of 15282176 bytes
make[5]: *** [libclamavcxx_la-ClamBCRTChecks.lo] Error 1
make[5]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav/c++'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav/c++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.97.3/libclamav'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.97.3'
make: *** [all] Error 2

*** The make has failed, do you want to try to make again? (y,n):
 
Back
Top