/usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,143
Location
GMT +7.00
Hello,

We are facing an issue when running apache related task with /usr/local/directadmin/dataskq (both in CLI or with Cron):

Code:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

That gives us numerous lines like the following:

Code:
/usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
Apache::apache_equal_or_newer: Apache version is not loaded: 0.0.0
Apache::apache_equal_or_newer: Apache version is not loaded: 0.0.0
/usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
Apache::apache_equal_or_newer: Apache version is not loaded: 0.0.0
Apache::apache_equal_or_newer: Apache version is not loaded: 0.0.0

I was not able to replicate the error triggering apachectl or httpd directly; and it does not affect the webserver itself, so I guess it's somehow relates to /usr/local/directadmin/dataskq.

When running with strace it gives us the following:

Code:
nanosleep({0, 20000000}, /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
NULL)          = ? ERESTART_RESTARTBLOCK (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
restart_syscall(<... resuming interrupted call ...>) = 0

OS:
Debian 3.2.54-2 x86_64 GNU/Linux

Directadmin:
Compiled on 'Debian 7.0 64-bit'
Compile time: Jul 1 2014 at 01:50:41

Apache:
Server version: Apache/2.4.9 (Unix)
Server built: Jul 4 2014 21:33:58
Server's Module Magic Number: 20120211:31
Server loaded: APR 1.5.1, APR-UTIL 1.5.3
Compiled using: APR 1.5.1, APR-UTIL 1.5.3


So please check it and fix it if it's a bug in dataskq
 
Please let me know the output of:
Code:
ldd /usr/sbin/httpd | grep libapr
ls /etc/httpd/lib/ | grep libapr
 
Here are results:

Code:
# ldd /usr/sbin/httpd | grep libapr
        libaprutil-1.so.0 => /etc/httpd/lib/libaprutil-1.so.0 (0x00007f33a1f04000)
        libapr-1.so.0 => /etc/httpd/lib/libapr-1.so.0 (0x00007f33a17a9000)


Code:
# ls /etc/httpd/lib/ | grep libapr
libapr-1.a
libapr-1.la
libapr-1.so
libapr-1.so.0
libapr-1.so.0.5.1
libaprutil-1.a
libaprutil-1.la
libaprutil-1.so
libaprutil-1.so.0
libaprutil-1.so.0.4.1
libaprutil-1.so.0.5.3

Please note I've already tried to set old_apr_util=yes, and rebuild apache. That downgraded apache to 2.4.6, and the end result was still the same.

Code:
# ls /etc/httpd/lib/libapr* -la
-rw-r--r-- 1 root root 1674962 Jul  4 21:34 /etc/httpd/lib/libapr-1.a
-rwxr-xr-x 1 root root     961 Jul  4 21:34 /etc/httpd/lib/libapr-1.la
lrwxrwxrwx 1 root root      17 Jul  4 21:34 /etc/httpd/lib/libapr-1.so -> libapr-1.so.0.5.1
lrwxrwxrwx 1 root root      17 Jul  4 21:34 /etc/httpd/lib/libapr-1.so.0 -> libapr-1.so.0.5.1
-rwxr-xr-x 1 root root  977438 Jul  4 21:34 /etc/httpd/lib/libapr-1.so.0.5.1
-rw-r--r-- 1 root root 1056688 Jul  4 21:34 /etc/httpd/lib/libaprutil-1.a
-rwxr-xr-x 1 root root    1081 Jul  4 21:34 /etc/httpd/lib/libaprutil-1.la
lrwxrwxrwx 1 root root      21 Jul  4 21:34 /etc/httpd/lib/libaprutil-1.so -> libaprutil-1.so.0.5.3
lrwxrwxrwx 1 root root      21 Jul  4 21:34 /etc/httpd/lib/libaprutil-1.so.0 -> libaprutil-1.so.0.5.3
-rwxr-xr-x 1 root root  596013 Jul  4 21:21 /etc/httpd/lib/libaprutil-1.so.0.4.1
-rwxr-xr-x 1 root root  659567 Jul  4 21:34 /etc/httpd/lib/libaprutil-1.so.0.5.3


Thank you.
 
Looking at the code, it might be a permission issue, as /usr/sbin/httpd -v is being called as "nobody".
Check to ensuere a+x exists on the directories above the .so files.

Else, I can add "httpd" to the list of services that need root access for permission reads.

John
 
Hello John,

Thank you. You're right here. We have 700 permissions on /etc/httpd/ . Has anything changed recently? We've been using 700 on /etc/httpd/ for years till now, and never have run into any issue with it.

Else, I can add "httpd" to the list of services that need root access for permission reads.

Yes, please do it. That would be great.
 
I've added httpd to the root list.
Compiling now, should be uploaded to the pre-release section within 20 minutes.

John
 
I got this error, too, only on the webserver itself rather than dataskq. httpd was stopped and refused to restart ("/usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory"). The directory permissions seemed fine. I found a thread on another forum that suggested reinstalling apache, so I tried rebuilding it with custombuild and that fixed the problem.
 
I got this error, too, only on the webserver itself rather than dataskq. httpd was stopped and refused to restart ("/usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory"). The directory permissions seemed fine. I found a thread on another forum that suggested reinstalling apache, so I tried rebuilding it with custombuild and that fixed the problem.


From today I've the same issue, Debian7
 
same thing here :
facing this morning to this :

# service httpd start
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such f ile or directory


# ldd /usr/sbin/httpd | grep libapr
libaprutil-1.so.0 => not found
libapr-1.so.0 => not found
 
same thing here :
facing this morning to this :

# service httpd start
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such f ile or directory


# ldd /usr/sbin/httpd | grep libapr
libaprutil-1.so.0 => not found
libapr-1.so.0 => not found

after :
# ./build update_versions

it's working fine.
 
Yes, after a rebuild this was fixed. Do you know what happened? Why that error?
 
Hello,

After updating the following servers yesterday my HTTPD didn't run anymore after the nightly tally.
- Exim
Code:
[COLOR=#FFFFFF][FONT=monospace]Downloading		exim-4.85.tar.gz...[/FONT][/COLOR]--2015-02-12 09:14:03--  http://files.directadmin.com/services/custombuild/exim-4.85.tar.gz
Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2273275 (2.2M) [application/x-gzip]
Saving to: `/usr/local/directadmin/custombuild/exim-4.85.tar.gz'

     0K .......... .......... .......... .......... ..........  2%  208K 10s
    50K .......... .......... .......... .......... ..........  4%  412K 8s
   100K .......... .......... .......... .......... ..........  6%  414K 7s
   150K .......... .......... .......... .......... ..........  9% 1.21M 5s
   200K .......... .......... .......... .......... .......... 11%  609K 5s
   250K .......... .......... .......... .......... .......... 13% 1.29M 4s
   300K .......... .......... .......... .......... .......... 15%  608K 4s
   350K .......... .......... .......... .......... .......... 18% 11.8M 3s
   400K .......... .......... .......... .......... .......... 20% 1.42M 3s
   450K .......... .......... .......... .......... .......... 22%  627K 3s
   500K .......... .......... .......... .......... .......... 24% 10.5M 3s
   550K .......... .......... .......... .......... .......... 27% 11.2M 2s
   600K .......... .......... .......... .......... .......... 29% 1.59M 2s
   650K .......... .......... .......... .......... .......... 31% 10.4M 2s
   700K .......... .......... .......... .......... .......... 33%  637K 2s
   750K .......... .......... .......... .......... .......... 36% 11.5M 2s
   800K .......... .......... .......... .......... .......... 38% 11.1M 2s
   850K .......... .......... .......... .......... .......... 40% 11.6M 1s
   900K .......... .......... .......... .......... .......... 42% 2.03M 1s
   950K .......... .......... .......... .......... .......... 45% 11.2M 1s
  1000K .......... .......... .......... .......... .......... 47% 11.5M 1s
  1050K .......... .......... .......... .......... .......... 49% 11.5M 1s
  1100K .......... .......... .......... .......... .......... 51%  697K 1s
  1150K .......... .......... .......... .......... .......... 54% 6.72M 1s
  1200K .......... .......... .......... .......... .......... 56% 11.1M 1s
  1250K .......... .......... .......... .......... .......... 58% 2.48M 1s
  1300K .......... .......... .......... .......... .......... 60% 11.1M 1s
  1350K .......... .......... .......... .......... .......... 63% 10.9M 1s
  1400K .......... .......... .......... .......... .......... 65% 11.6M 1s
  1450K .......... .......... .......... .......... .......... 67% 11.1M 1s
  1500K .......... .......... .......... .......... .......... 69% 11.8M 0s
  1550K .......... .......... .......... .......... .......... 72% 11.1M 0s
  1600K .......... .......... .......... .......... .......... 74% 2.55M 0s
  1650K .......... .......... .......... .......... .......... 76% 1.14M 0s
  1700K .......... .......... .......... .......... .......... 78% 7.61M 0s
  1750K .......... .......... .......... .......... .......... 81% 11.5M 0s
  1800K .......... .......... .......... .......... .......... 83% 11.0M 0s
  1850K .......... .......... .......... .......... .......... 85% 11.5M 0s
  1900K .......... .......... .......... .......... .......... 87% 3.34M 0s
  1950K .......... .......... .......... .......... .......... 90% 11.9M 0s
  2000K .......... .......... .......... .......... .......... 92% 10.6M 0s
  2050K .......... .......... .......... .......... .......... 94% 11.5M 0s
  2100K .......... .......... .......... .......... .......... 96% 11.6M 0s
  2150K .......... .......... .......... .......... .......... 99% 10.9M 0s
  2200K .......... .........                                  100% 13.3M=1.3s

2015-02-12 09:14:05 (1.72 MB/s) - `/usr/local/directadmin/custombuild/exim-4.85.tar.gz' saved [2273275/2273275]

MD5 Checksum on exim-4.85.tar.gz passed.
File already exists
MD5 Checksum on exim passed.
File already exists
MD5 Checksum on exim_freebsd passed.
File already exists
MD5 Checksum on exim_debian passed.
Found /usr/local/directadmin/custombuild/exim-4.85.tar.gz
Extracting ...
Done.
--2015-02-12 09:14:05--  http://files.directadmin.com/services/custombuild/Makefile
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48603 (47K) [text/plain]
Saving to: `Local/Makefile'

     0K .......... .......... .......... .......... .......   100% 94.1K=0.5s

2015-02-12 09:14:06 (94.1 KB/s) - `Local/Makefile' saved [48603/48603]

Trying to make exim...
/bin/sh scripts/source_checks

>>> Creating links to source files...
>>> Creating lookups/Makefile for building dynamic modules
>>> New Makefile & lookups/Makefile installed
>>> Use "make makefile" if you need to force rebuilding of the makefile
 
make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64'
/bin/sh ../scripts/Configure-os.h
/bin/sh ../scripts/Configure-os.c
gcc buildconfig.c
/bin/sh ../scripts/Configure-config.h "make"
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64'
make[2]: `buildconfig' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64'
Building configuration file config.h
>>> config.h built

>>> version 4.85 #2

>>> exicyclog script built
>>> exinext script built
>>> exiwhat script built
>>> exigrep script built
>>> eximstats script built
>>> exipick script built
>>> exiqgrep script built
>>> exiqsumm script built
>>> transport-filter.pl script built
>>> convert4r3 script built
>>> convert4r4 script built
>>> exim_checkaccess script built

gcc exim_dbmbuild.c
gcc -o exim_dbmbuild
>>> exim_dbmbuild utility built
 
gcc -DEXIM_DUMPDB exim_dbutil.c
gcc -DCOMPILE_UTILITY os.c
gcc -DCOMPILE_UTILITY store.c
gcc -o exim_dumpdb
>>> exim_dumpdb utility built
 
gcc -DEXIM_FIXDB exim_dbutil.c
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/auths'
gcc auth-spa.c
gcc b64decode.c
gcc b64encode.c
gcc call_pam.c
gcc call_pwcheck.c
gcc call_radius.c
gcc check_serv_cond.c
gcc cram_md5.c
gcc cyrus_sasl.c
gcc dovecot.c
gcc get_data.c
gcc get_no64_data.c
gcc gsasl_exim.c
gcc heimdal_gssapi.c
gcc md5.c
gcc plaintext.c
gcc pwcheck.c
gcc sha1.c
gcc spa.c
gcc xtextdecode.c
gcc xtextencode.c
ar cq auths.a
ranlib auths.a
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/auths'
 
gcc -o exim_fixdb
>>> exim_fixdb utility built
 
gcc -DEXIM_TIDYDB exim_dbutil.c
gcc -o exim_tidydb
>>> exim_tidydb utility built
 
gcc exim_lock.c
gcc -o exim_lock
>>> exim_lock utility built
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/lookups'
gcc cdb.c
gcc dbmdb.c
gcc dnsdb.c
gcc lsearch.c
gcc spf.c
ar cq lookups.a
ranlib lookups.a
gcc lf_quote.c
gcc lf_check_file.c
gcc lf_sqlperform.c
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/lookups'
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/pdkim'
gcc base64.c
gcc bignum.c
gcc pdkim.c
gcc rsa.c
gcc sha1.c
gcc sha2.c
ar cq pdkim.a
ranlib pdkim.a
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/pdkim'
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/routers'
gcc accept.c
gcc dnslookup.c
gcc ipliteral.c
gcc iplookup.c
gcc manualroute.c
gcc queryprogram.c
gcc redirect.c
gcc rf_change_domain.c
gcc rf_expand_data.c
gcc rf_get_errors_address.c
gcc rf_get_munge_headers.c
gcc rf_get_transport.c
gcc rf_get_ugid.c
gcc rf_lookup_hostlist.c
gcc rf_queue_add.c
gcc rf_self_action.c
gcc rf_set_ugid.c
ar cq routers.a
ranlib routers.a
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/routers'
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/transports'
gcc appendfile.c
gcc autoreply.c
gcc lmtp.c
gcc pipe.c
gcc smtp.c
gcc tf_maildir.c
ar cq transports.a
ranlib transports.a
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/transports'
 
gcc acl.c
gcc child.c
gcc crypt16.c
gcc daemon.c
gcc dbfn.c
gcc debug.c
gcc deliver.c
gcc directory.c
gcc dns.c
gcc drtables.c
gcc enq.c
gcc exim.c
gcc expand.c
gcc filter.c
gcc filtertest.c
gcc globals.c
gcc dkim.c
gcc header.c
gcc host.c
gcc ip.c
gcc log.c
gcc lss.c
gcc match.c
gcc moan.c
gcc os.c
gcc parse.c
gcc queue.c
gcc rda.c
gcc readconf.c
gcc receive.c
gcc retry.c
gcc rewrite.c
gcc rfc2047.c
gcc route.c
gcc search.c
gcc sieve.c
gcc smtp_in.c
gcc smtp_out.c
gcc spool_in.c
gcc spool_out.c
gcc std-crypto.c
gcc store.c
gcc string.c
gcc tls.c
gcc tod.c
gcc transport.c
gcc tree.c
gcc verify.c
gcc lookups/lf_quote.c
gcc lookups/lf_check_file.c
gcc lookups/lf_sqlperform.c
gcc local_scan.c
gcc perl.c
gcc malware.c
gcc mime.c
gcc regex.c
gcc spam.c
gcc spool_mbox.c
gcc demime.c
gcc bmi_spam.c
gcc spf.c
gcc srs.c
gcc dcc.c
gcc dmarc.c
gcc dane.c
gcc version.c
gcc -o exim
 
>>> exim binary built
 
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64'
Make Complete
Installing exim...
/bin/sh scripts/source_checks
`Makefile' is up to date.
 
make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64'
>>> version 4.85 #3

>>> exicyclog script built
>>> exinext script built
>>> exiwhat script built
>>> exim_checkaccess script built

make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/auths'
make[2]: `auths.a' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/auths'
 
gcc -o exim_fixdb
>>> exim_fixdb utility built
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/lookups'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/lookups'
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/pdkim'
make[2]: `pdkim.a' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/pdkim'
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/routers'
make[2]: `routers.a' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/routers'
 
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/transports'
make[2]: `transports.a' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64/transports'
 
gcc lookups/lf_quote.c
gcc lookups/lf_check_file.c
gcc lookups/lf_sqlperform.c
gcc local_scan.c
gcc version.c
gcc -o exim
 
>>> exim binary built
 
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.85/build-Linux-x86_64'

Installation directory is /usr/sbin

cp exim /usr/sbin/exim-4.85-3
/bin/chown root /usr/sbin/exim-4.85-3
chmod a+x /usr/sbin/exim-4.85-3
chmod u+s /usr/sbin/exim-4.85-3
creation of symlink omitted
(NO_SYMLINK is specified in Local/Makefile)
cp /usr/sbin/exim_dumpdb /usr/sbin/exim_dumpdb.O
cp exim_dumpdb /usr/sbin
cp /usr/sbin/exim_fixdb /usr/sbin/exim_fixdb.O
cp exim_fixdb /usr/sbin
cp /usr/sbin/exim_tidydb /usr/sbin/exim_tidydb.O
cp exim_tidydb /usr/sbin
cp /usr/sbin/exinext /usr/sbin/exinext.O
cp exinext /usr/sbin
cp /usr/sbin/exiwhat /usr/sbin/exiwhat.O
cp exiwhat /usr/sbin
cp /usr/sbin/exim_dbmbuild /usr/sbin/exim_dbmbuild.O
cp exim_dbmbuild /usr/sbin
cp /usr/sbin/exicyclog /usr/sbin/exicyclog.O
cp exicyclog /usr/sbin
cp /usr/sbin/exigrep /usr/sbin/exigrep.O
cp exigrep /usr/sbin
cp /usr/sbin/eximstats /usr/sbin/eximstats.O
cp eximstats /usr/sbin
cp /usr/sbin/exipick /usr/sbin/exipick.O
cp exipick /usr/sbin
cp /usr/sbin/exiqgrep /usr/sbin/exiqgrep.O
cp exiqgrep /usr/sbin
cp /usr/sbin/exiqsumm /usr/sbin/exiqsumm.O
cp exiqsumm /usr/sbin
cp /usr/sbin/exim_lock /usr/sbin/exim_lock.O
cp exim_lock /usr/sbin
cp /usr/sbin/exim_checkaccess /usr/sbin/exim_checkaccess.O
cp exim_checkaccess /usr/sbin

Configuration file /etc/exim.conf already exists

Exim installation complete
Moving exim binary.
Exim 4.85 Installed.
Restarting exim.
Shutting down exim:  [COLOR=#FFFFFF][FONT=monospace]Starting exim: [/FONT][/COLOR]

- Roundcube
- Custombuild update (Through Martynas his interface)
Code:
[COLOR=#FFFFFF][FONT=monospace]--2015-02-12 09:15:11--  http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz[/FONT][/COLOR]Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 165583 (162K) [application/x-gzip]
Saving to: `./custombuild.tar.gz'

     0K .......... .......... .......... .......... .......... 30%  203K 1s
    50K .......... .......... .......... .......... .......... 61%  402K 0s
   100K .......... .......... .......... .......... .......... 92%  410K 0s
   150K .......... .                                          100% 7.41M=0.5s

2015-02-12 09:15:12 (327 KB/s) - `./custombuild.tar.gz' saved [165583/165583]

Extracting custombuild.tar.gz...
custombuild/
custombuild/build
custombuild/configure/
custombuild/configure/dovecot/
custombuild/configure/dovecot/conf/
custombuild/configure/dovecot/conf/mail_plugins.conf
custombuild/configure/dovecot/conf/lmtp_mail_plugins.conf
custombuild/configure/dovecot/conf/protocols.conf
custombuild/configure/dovecot/conf/ssl.conf
custombuild/configure/dovecot/conf/imap_mail_plugins.conf
custombuild/configure/dovecot/conf/ip.conf
custombuild/configure/dovecot/conf/lmtp.conf
custombuild/configure/dovecot/conf/mail_max_userip_connections.conf
custombuild/configure/dovecot/conf/limits.conf
custombuild/configure/dovecot/configure.dovecot
custombuild/configure/dovecot/conf.d/
custombuild/configure/dovecot/conf.d/90-sieve.conf
custombuild/configure/dovecot/conf.d/90-quota.conf
custombuild/configure/dovecot/dovecot.conf
custombuild/configure/pureftpd/
custombuild/configure/pureftpd/configure.pureftpd
custombuild/configure/pureftpd/pureftpd_uploadscan.sh
custombuild/configure/nginx/
custombuild/configure/nginx/configure.nginx
custombuild/configure/nginx/conf/
custombuild/configure/nginx/conf/nginx-info.conf
custombuild/configure/nginx/conf/nginx_limits.conf
custombuild/configure/nginx/conf/nginx-events.conf
custombuild/configure/nginx/conf/webapps_settings.conf
custombuild/configure/nginx/conf/nginx-gzip.conf
custombuild/configure/nginx/conf/nginx-vhosts.conf
custombuild/configure/nginx/conf/nginx-modsecurity.conf
custombuild/configure/nginx/conf/nginx.conf
custombuild/configure/nginx/conf/nginx-defaults.conf
custombuild/configure/suphp/
custombuild/configure/suphp/configure.php54
custombuild/configure/suphp/configure.php55
custombuild/configure/suphp/configure.php56
custombuild/configure/suphp/configure.suphp
custombuild/configure/suphp/configure.php53
custombuild/configure/fastcgi/
custombuild/configure/fastcgi/configure.php54
custombuild/configure/fastcgi/fcgid56.sh
custombuild/configure/fastcgi/fcgid54.sh
custombuild/configure/fastcgi/configure.php55
custombuild/configure/fastcgi/fcgid53.sh
custombuild/configure/fastcgi/configure.php56
custombuild/configure/fastcgi/configure.php53
custombuild/configure/fastcgi/fcgid55.sh
custombuild/configure/fpm/
custombuild/configure/fpm/configure.php54
custombuild/configure/fpm/configure.php55
custombuild/configure/fpm/configure.php56
custombuild/configure/fpm/conf/
custombuild/configure/fpm/conf/php-fpm.conf.54
custombuild/configure/fpm/conf/php-fpm.conf.55
custombuild/configure/fpm/conf/php-fpm.conf.53
custombuild/configure/fpm/conf/php-fpm.conf.56
custombuild/configure/fpm/configure.php53
custombuild/configure/proftpd/
custombuild/configure/proftpd/configure.proftpd
custombuild/configure/proftpd/conf/
custombuild/configure/proftpd/conf/proftpd.conf
custombuild/configure/nginx_reverse/
custombuild/configure/nginx_reverse/configure.nginx
custombuild/configure/nginx_reverse/conf/
custombuild/configure/nginx_reverse/conf/nginx-info.conf
custombuild/configure/nginx_reverse/conf/nginx_limits.conf
custombuild/configure/nginx_reverse/conf/nginx-events.conf
custombuild/configure/nginx_reverse/conf/webapps_settings.conf
custombuild/configure/nginx_reverse/conf/nginx-proxy.conf
custombuild/configure/nginx_reverse/conf/nginx-gzip.conf
custombuild/configure/nginx_reverse/conf/nginx-vhosts.conf
custombuild/configure/nginx_reverse/conf/nginx-modsecurity.conf
custombuild/configure/nginx_reverse/conf/nginx.conf
custombuild/configure/nginx_reverse/conf/nginx-defaults.conf
custombuild/configure/litespeed/
custombuild/configure/litespeed/configure.php54
custombuild/configure/litespeed/configure.php55
custombuild/configure/litespeed/configure.php56
custombuild/configure/litespeed/configure.php53
custombuild/configure/clamav/
custombuild/configure/clamav/runav.conf
custombuild/configure/clamav/configure.clamav
custombuild/configure/clamav/runav.pl
custombuild/configure/systemd/
custombuild/configure/systemd/dovecot.service
custombuild/configure/systemd/proftpd.service
custombuild/configure/systemd/nginx.service
custombuild/configure/systemd/named-setup-rndc.service
custombuild/configure/systemd/scripts/
custombuild/configure/systemd/scripts/mysql-wait-ready
custombuild/configure/systemd/scripts/dovecot_prestartscript
custombuild/configure/systemd/scripts/pureftpd_startscript
custombuild/configure/systemd/freshclam.service
custombuild/configure/systemd/spamassassin.service
custombuild/configure/systemd/mysql.service
custombuild/configure/systemd/httpd.service
custombuild/configure/systemd/php-fpm.service
custombuild/configure/systemd/clamd.service
custombuild/configure/systemd/dovecot.socket
custombuild/configure/systemd/dependencies/
custombuild/configure/systemd/dependencies/clamd_nofork.patch
custombuild/configure/systemd/dependencies/httpd-2.4.3-mod_systemd.patch
custombuild/configure/systemd/exim.service
custombuild/configure/systemd/named.service
custombuild/configure/systemd/pure-ftpd.service
custombuild/configure/libxml2/
custombuild/configure/libxml2/configure.libxml2
custombuild/configure/ap2/
custombuild/configure/ap2/configure.php54
custombuild/configure/ap2/cert_config.txt
custombuild/configure/ap2/configure.php55
custombuild/configure/ap2/configure.php56
custombuild/configure/ap2/conf/
custombuild/configure/ap2/conf/extra/
custombuild/configure/ap2/conf/extra/httpd-userdir.conf
custombuild/configure/ap2/conf/extra/httpd-vhosts.conf
custombuild/configure/ap2/conf/extra/httpd-languages.conf
custombuild/configure/ap2/conf/extra/httpd-autoindex.conf
custombuild/configure/ap2/conf/extra/httpd-ssl.conf
custombuild/configure/ap2/conf/extra/httpd-fcgid.conf
custombuild/configure/ap2/conf/extra/httpd-default.conf
custombuild/configure/ap2/conf/extra/httpd-alias.conf
custombuild/configure/ap2/conf/extra/httpd-dav.conf
custombuild/configure/ap2/conf/extra/httpd-directories-old.conf
custombuild/configure/ap2/conf/extra/httpd-mpm.conf
custombuild/configure/ap2/conf/extra/httpd-directories-new.conf
custombuild/configure/ap2/conf/extra/httpd-multilang-errordoc.conf
custombuild/configure/ap2/conf/extra/httpd-deflate.conf
custombuild/configure/ap2/conf/extra/httpd-mpm.conf_2.0
custombuild/configure/ap2/conf/extra/httpd-info.conf
custombuild/configure/ap2/conf/extra/directadmin-vhosts.conf
custombuild/configure/ap2/conf/extra/httpd-modsecurity.conf
custombuild/configure/ap2/conf/extra/httpd-manual.conf
custombuild/configure/ap2/conf/mime.types
custombuild/configure/ap2/conf/magic
custombuild/configure/ap2/conf/httpd.conf
custombuild/configure/ap2/conf/httpd.conf_2.0
custombuild/configure/ap2/configure.php53
custombuild/configure/ap2/configure.apache
custombuild/configure/opcache/
custombuild/configure/opcache/opcache.ini
custombuild/configure/libxslt/
custombuild/configure/libxslt/configure.libxslt
custombuild/configure/suhosin/
custombuild/configure/suhosin/suhosin.ini
custombuild/configure/suhosin/php_uploadscan.sh
File already exists

*** MD5 Checksum for servers.txt Failed.  Redownloading...***(B

Downloading		servers.txt...
--2015-02-12 09:15:14--  http://files.directadmin.com/services/custombuild/servers.txt
Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 402 [text/plain]
Saving to: `/usr/local/directadmin/custombuild/servers.txt'

     0K                                                       100% 66.2M=0s

2015-02-12 09:15:14 (66.2 MB/s) - `/usr/local/directadmin/custombuild/servers.txt' saved [402/402]

MD5 Checksum on servers.txt passed.
File already exists
MD5 Checksum on nginx-1.6.2.tar.gz passed.
File already exists
MD5 Checksum on nginx.boot passed.
File already exists
MD5 Checksum on nginx.boot.freebsd passed.
File already exists

*** MD5 Checksum for nginx.boot.debian Failed.  Redownloading...***(B

Downloading		nginx.boot.debian...
--2015-02-12 09:15:14--  http://files.directadmin.com/services/custombuild/nginx.boot.debian
Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1675 (1.6K)
Saving to: `/usr/local/directadmin/custombuild/nginx.boot.debian'

     0K .                                                     100%  148M=0s

2015-02-12 09:15:14 (148 MB/s) - `/usr/local/directadmin/custombuild/nginx.boot.debian' saved [1675/1675]

MD5 Checksum on nginx.boot.debian passed.
File already exists
MD5 Checksum on httpd-2.4.12.tar.gz passed.
File already exists
MD5 Checksum on httpd_2 passed.
File already exists
MD5 Checksum on httpd_2_freebsd passed.
File already exists
MD5 Checksum on httpd_2_debian passed.
File already exists
MD5 Checksum on apr-1.5.1.tar.gz passed.
File already exists
MD5 Checksum on apr-util-1.5.4.tar.gz passed.
File already exists
MD5 Checksum on curl-7.40.0.tar.gz passed.
File already exists
MD5 Checksum on pcre-8.20.tar.gz passed.
File already exists
MD5 Checksum on libmcrypt-2.5.8.tar.gz passed.
File already exists
MD5 Checksum on mhash-0.9.9.9.tar.gz passed.
File already exists
MD5 Checksum on freetype-2.5.5.tar.gz passed.
File already exists
MD5 Checksum on libiconv-1.14.tar.gz passed.
File already exists
MD5 Checksum on libxml2-2.9.2.tar.gz passed.
File already exists
MD5 Checksum on libxslt-1.1.28.tar.gz passed.
File already exists
MD5 Checksum on icu4c-4_8_1_1-src.tgz passed.
File already exists
MD5 Checksum on Mail-SpamAssassin-3.4.0.tar.gz passed.
File already exists
MD5 Checksum on clamav-0.98.6.tar.gz passed.
File already exists
MD5 Checksum on webalizer-2.23-08-src.tgz passed.
File already exists
MD5 Checksum on pure-ftpd-1.0.36.tar.gz passed.
File already exists
MD5 Checksum on pure-ftpd passed.
File already exists
MD5 Checksum on pure-ftpd_freebsd passed.
File already exists
MD5 Checksum on pure-ftpd_debian passed.
Downloading		php-5.5.21.tar.gz...
--2015-02-12 09:15:16--  http://files.directadmin.com/services/custombuild/php-5.5.21.tar.gz
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17213956 (16M) [application/x-gzip]
Saving to: `/usr/local/directadmin/custombuild/php-5.5.21.tar.gz'

     0K .......... .......... .......... .......... ..........  0%  102K 2m45s
    50K .......... .......... .......... .......... ..........  0%  401K 1m43s
   100K .......... .......... .......... .......... ..........  0%  406K 82s
   150K .......... .......... .......... .......... ..........  1%  410K 72s
   200K .......... .......... .......... .......... ..........  1% 10.9M 57s
   250K .......... .......... .......... .......... ..........  1%  420K 54s
   300K .......... .......... .......... .......... ..........  2% 11.0M 47s
   350K .......... .......... .......... .......... ..........  2%  653K 44s
   400K .......... .......... .......... .......... ..........  2% 1.13M 40s
   450K .......... .......... .......... .......... ..........  2% 11.8M 36s
   500K .......... .......... .......... .......... ..........  3% 11.0M 33s
   550K .......... .......... .......... .......... ..........  3%  451K 33s
   600K .......... .......... .......... .......... ..........  3% 11.3M 31s
   650K .......... .......... .......... .......... ..........  4% 10.9M 28s
   700K .......... .......... .......... .......... ..........  4% 11.6M 27s
   750K .......... .......... .......... .......... ..........  4% 11.5M 25s
   800K .......... .......... .......... .......... ..........  5% 2.04M 24s
   850K .......... .......... .......... .......... ..........  5%  595K 24s
   900K .......... .......... .......... .......... ..........  5% 11.7M 23s
   950K .......... .......... .......... .......... ..........  5% 11.5M 22s
  1000K .......... .......... .......... .......... ..........  6% 11.1M 21s
  1050K .......... .......... .......... .......... ..........  6% 11.5M 20s
  1100K .......... .......... .......... .......... ..........  6% 11.1M 19s
  1150K .......... .......... .......... .......... ..........  7% 11.5M 18s
  1200K .......... .......... .......... .......... ..........  7% 3.47M 17s
  1250K .......... .......... .......... .......... ..........  7%  602K 18s
  1300K .......... .......... .......... .......... ..........  8% 11.1M 17s
  1350K .......... .......... .......... .......... ..........  8% 11.6M 16s
  1400K .......... .......... .......... .......... ..........  8% 11.0M 16s
  1450K .......... .......... .......... .......... ..........  8% 11.3M 15s
  1500K .......... .......... .......... .......... ..........  9% 11.5M 15s
  1550K .......... .......... .......... .......... ..........  9% 10.3M 14s
  1600K .......... .......... .......... .......... ..........  9% 12.5M 14s
  1650K .......... .......... .......... .......... .......... 10% 11.0M 13s
  1700K .......... .......... .......... .......... .......... 10% 11.6M 13s
  1750K .......... .......... .......... .......... .......... 10% 9.34M 13s
  1800K .......... .......... .......... .......... .......... 11% 14.2M 12s
  1850K .......... .......... .......... .......... .......... 11%  665K 13s
  1900K .......... .......... .......... .......... .......... 11% 11.1M 12s
  1950K .......... .......... .......... .......... .......... 11% 11.5M 12s
  2000K .......... .......... .......... .......... .......... 12% 11.2M 12s
  2050K .......... .......... .......... .......... .......... 12% 11.0M 11s
  2100K .......... .......... .......... .......... .......... 12% 11.6M 11s
  2150K .......... .......... .......... .......... .......... 13% 11.3M 11s
  2200K .......... .......... .......... .......... .......... 13% 11.3M 11s
  2250K .......... .......... .......... .......... .......... 13% 10.6M 10s
  2300K .......... .......... .......... .......... .......... 13% 12.0M 10s
  2350K .......... .......... .......... .......... .......... 14% 11.2M 10s
  2400K .......... .......... .......... .......... .......... 14% 11.6M 10s
  2450K .......... .......... .......... .......... .......... 14% 11.1M 9s
  2500K .......... .......... .......... .......... .......... 15% 11.5M 9s
  2550K .......... .......... .......... .......... .......... 15%  756K 9s
  2600K .......... .......... .......... .......... .......... 15% 11.2M 9s
  2650K .......... .......... .......... .......... .......... 16% 11.0M 9s
  2700K .......... .......... .......... .......... .......... 16% 11.6M 9s
  2750K .......... .......... .......... .......... .......... 16% 11.0M 9s
  2800K .......... .......... .......... .......... .......... 16% 11.1M 9s
  2850K .......... .......... .......... .......... .......... 17% 11.4M 8s
  2900K .......... .......... .......... .......... .......... 17% 11.2M 8s
  2950K .......... .......... .......... .......... .......... 17% 11.6M 8s
  3000K .......... .......... .......... .......... .......... 18%  749K 8s
  3050K .......... .......... .......... .......... .......... 18%  372K 9s
  3100K .......... .......... .......... .......... .......... 18% 2.51M 9s
  3150K .......... .......... .......... .......... .......... 19%  142M 8s
  3200K .......... .......... .......... .......... .......... 19%  153M 8s
  3250K .......... .......... .......... .......... .......... 19%  136M 8s
  3300K .......... .......... .......... .......... .......... 19%  149M 8s
  3350K .......... .......... .......... .......... .......... 20%  157M 8s
  3400K .......... .......... .......... .......... .......... 20%  148M 8s
  3450K .......... .......... .......... .......... .......... 20%  141M 8s
  3500K .......... .......... .......... .......... .......... 21%  113M 7s
  3550K .......... .......... .......... .......... .......... 21%  146M 7s
  3600K .......... .......... .......... .......... .......... 21%  148M 7s
  3650K .......... .......... .......... .......... .......... 22%  155M 7s
  3700K .......... .......... .......... .......... .......... 22%  148M 7s
  3750K .......... .......... .......... .......... .......... 22%  131M 7s
  3800K .......... .......... .......... .......... .......... 22%  154M 7s
  3850K .......... .......... .......... .......... .......... 23%  140M 7s
  3900K .......... .......... .......... .......... .......... 23%  110M 6s
  3950K .......... .......... .......... .......... .......... 23%  147M 6s
  4000K .......... .......... .......... .......... .......... 24%  133M 6s
  4050K .......... .......... .......... .......... .......... 24%  162M 6s
  4100K .......... .......... .......... .......... .......... 24%  146M 6s
  4150K .......... .......... .......... .......... .......... 24%  153M 6s
  4200K .......... .......... .......... .......... .......... 25%  132M 6s
  4250K .......... .......... .......... .......... .......... 25% 20.3M 6s
  4300K .......... .......... .......... .......... .......... 25% 95.9M 6s
  4350K .......... .......... .......... .......... .......... 26%  126M 6s
  4400K .......... .......... .......... .......... .......... 26%  539K 6s
  4450K .......... .......... .......... .......... .......... 26% 11.5M 6s
  4500K .......... .......... .......... .......... .......... 27% 3.04M 6s
  4550K .......... .......... .......... .......... .......... 27% 11.8M 6s
  4600K .......... .......... .......... .......... .......... 27% 10.8M 6s
  4650K .......... .......... .......... .......... .......... 27% 11.9M 5s
  4700K .......... .......... .......... .......... .......... 28% 11.0M 5s
  4750K .......... .......... .......... .......... .......... 28% 11.6M 5s
  4800K .......... .......... .......... .......... .......... 28% 11.3M 5s
  4850K .......... .......... .......... .......... .......... 29% 11.4M 5s
  4900K .......... .......... .......... .......... .......... 29% 11.0M 5s
  4950K .......... .......... .......... .......... .......... 29% 11.0M 5s
  5000K .......... .......... .......... .......... .......... 30% 10.6M 5s
  5050K .......... .......... .......... .......... .......... 30% 11.4M 5s
  5100K .......... .......... .......... .......... .......... 30% 12.0M 5s
  5150K .......... .......... .......... .......... .......... 30% 11.7M 5s
  5200K .......... .......... .......... .......... .......... 31% 8.97M 5s
  5250K .......... .......... .......... .......... .......... 31% 13.2M 5s
  5300K .......... .......... .......... .......... .......... 31% 12.3M 5s
  5350K .......... .......... .......... .......... .......... 32% 11.6M 5s
  5400K .......... .......... .......... .......... .......... 32% 11.4M 5s
  5450K .......... .......... .......... .......... .......... 32% 11.0M 4s
  5500K .......... .......... .......... .......... .......... 33% 2.06M 4s
  5550K .......... .......... .......... .......... .......... 33% 11.0M 4s
  5600K .......... .......... .......... .......... .......... 33% 11.7M 4s
  5650K .......... .......... .......... .......... .......... 33% 11.1M 4s
  5700K .......... .......... .......... .......... .......... 34% 11.0M 4s
  5750K .......... .......... .......... .......... .......... 34% 11.6M 4s
  5800K .......... .......... .......... .......... .......... 34% 10.9M 4s
  5850K .......... .......... .......... .......... .......... 35% 11.7M 4s
  5900K .......... .......... .......... .......... .......... 35% 11.0M 4s
  5950K .......... .......... .......... .......... .......... 35% 11.6M 4s
  6000K .......... .......... .......... .......... .......... 35% 11.0M 4s
  6050K .......... .......... .......... .......... .......... 36% 11.5M 4s
  6100K .......... .......... .......... .......... .......... 36% 11.1M 4s
  6150K .......... .......... .......... .......... .......... 36% 11.6M 4s
  6200K .......... .......... .......... .......... .......... 37% 11.1M 4s
  6250K .......... .......... .......... .......... .......... 37% 11.6M 4s
  6300K .......... .......... .......... .......... .......... 37% 11.0M 4s
  6350K .......... .......... .......... .......... .......... 38% 11.6M 4s
  6400K .......... .......... .......... .......... .......... 38% 7.87M 4s
  6450K .......... .......... .......... .......... .......... 38% 18.6M 4s
  6500K .......... .......... .......... .......... .......... 38% 11.6M 4s
  6550K .......... .......... .......... .......... .......... 39% 11.1M 4s
  6600K .......... .......... .......... .......... .......... 39% 11.6M 4s
  6650K .......... .......... .......... .......... .......... 39% 11.0M 3s
  6700K .......... .......... .......... .......... .......... 40% 11.6M 3s
  6750K .......... .......... .......... .......... .......... 40% 8.34M 3s
  6800K .......... .......... .......... .......... .......... 40% 17.7M 3s
  6850K .......... .......... .......... .......... .......... 41% 10.9M 3s
  6900K .......... .......... .......... .......... .......... 41% 11.5M 3s
  6950K .......... .......... .......... .......... .......... 41% 11.4M 3s
  7000K .......... .......... .......... .......... .......... 41% 11.1M 3s
  7050K .......... .......... .......... .......... .......... 42% 11.7M 3s
  7100K .......... .......... .......... .......... .......... 42% 11.0M 3s
  7150K .......... .......... .......... .......... .......... 42% 11.1M 3s
  7200K .......... .......... .......... .......... .......... 43% 11.6M 3s
  7250K .......... .......... .......... .......... .......... 43% 11.0M 3s
  7300K .......... .......... .......... .......... .......... 43% 11.6M 3s
  7350K .......... .......... .......... .......... .......... 44% 11.1M 3s
  7400K .......... .......... .......... .......... .......... 44% 11.4M 3s
  7450K .......... .......... .......... .......... .......... 44% 11.2M 3s
  7500K .......... .......... .......... .......... .......... 44% 11.4M 3s
  7550K .......... .......... .......... .......... .......... 45% 11.5M 3s
  7600K .......... .......... .......... .......... .......... 45% 11.3M 3s
  7650K .......... .......... .......... .......... .......... 45% 8.25M 3s
  7700K .......... .......... .......... .......... .......... 46% 17.9M 3s
  7750K .......... .......... .......... .......... .......... 46% 11.1M 3s
  7800K .......... .......... .......... .......... .......... 46% 11.6M 3s
  7850K .......... .......... .......... .......... .......... 46% 10.7M 3s
  7900K .......... .......... .......... .......... .......... 47% 11.7M 3s
  7950K .......... .......... .......... .......... .......... 47% 9.74M 3s
  8000K .......... .......... .......... .......... .......... 47% 13.0M 3s
  8050K .......... .......... .......... .......... .......... 48% 11.6M 3s
  8100K .......... .......... .......... .......... .......... 48% 10.9M 3s
  8150K .......... .......... .......... .......... .......... 48% 11.7M 3s
  8200K .......... .......... .......... .......... .......... 49% 11.1M 3s
  8250K .......... .......... .......... .......... .......... 49% 11.5M 3s
  8300K .......... .......... .......... .......... .......... 49% 9.49M 2s
  8350K .......... .......... .......... .......... .......... 49% 14.1M 2s
  8400K .......... .......... .......... .......... .......... 50% 11.1M 2s
  8450K .......... .......... .......... .......... .......... 50% 11.2M 2s
  8500K .......... .......... .......... .......... .......... 50% 11.6M 2s
  8550K .......... .......... .......... .......... .......... 51% 11.1M 2s
  8600K .......... .......... .......... .......... .......... 51% 11.1M 2s
  8650K .......... .......... .......... .......... .......... 51% 11.5M 2s
  8700K .......... .......... .......... .......... .......... 52% 11.1M 2s
  8750K .......... .......... .......... .......... .......... 52% 11.5M 2s
  8800K .......... .......... .......... .......... .......... 52% 11.3M 2s
  8850K .......... .......... .......... .......... .......... 52% 11.0M 2s
  8900K .......... .......... .......... .......... .......... 53% 11.6M 2s
  8950K .......... .......... .......... .......... .......... 53% 11.1M 2s
  9000K .......... .......... .......... .......... .......... 53% 11.6M 2s
  9050K .......... .......... .......... .......... .......... 54% 11.1M 2s
  9100K .......... .......... .......... .......... .......... 54% 11.5M 2s
  9150K .......... .......... .......... .......... .......... 54% 11.1M 2s
  9200K .......... .......... .......... .......... .......... 55% 11.5M 2s
  9250K .......... .......... .......... .......... .......... 55% 11.2M 2s
  9300K .......... .......... .......... .......... .......... 55% 11.0M 2s
  9350K .......... .......... .......... .......... .......... 55% 11.7M 2s
  9400K .......... .......... .......... .......... .......... 56% 11.1M 2s
  9450K .......... .......... .......... .......... .......... 56% 11.5M 2s
  9500K .......... .......... .......... .......... .......... 56% 11.0M 2s
  9550K .......... .......... .......... .......... .......... 57% 11.3M 2s
  9600K .......... .......... .......... .......... .......... 57% 11.6M 2s
  9650K .......... .......... .......... .......... .......... 57% 11.0M 2s
  9700K .......... .......... .......... .......... .......... 57% 11.5M 2s
  9750K .......... .......... .......... .......... .......... 58% 11.0M 2s
  9800K .......... .......... .......... .......... .......... 58% 11.7M 2s
  9850K .......... .......... .......... .......... .......... 58% 10.9M 2s
  9900K .......... .......... .......... .......... .......... 59% 11.8M 2s
  9950K .......... .......... .......... .......... .......... 59% 11.4M 2s
 10000K .......... .......... .......... .......... .......... 59% 10.6M 2s
 10050K .......... .......... .......... .......... .......... 60% 11.7M 2s
 10100K .......... .......... .......... .......... .......... 60% 10.9M 2s
 10150K .......... .......... .......... .......... .......... 60% 11.7M 2s
 10200K .......... .......... .......... .......... .......... 60% 11.0M 2s
 10250K .......... .......... .......... .......... .......... 61% 9.56M 2s
 10300K .......... .......... .......... .......... .......... 61% 12.6M 2s
 10350K .......... .......... .......... .......... .......... 61% 12.2M 2s
 10400K .......... .......... .......... .......... .......... 62% 11.9M 2s
 10450K .......... .......... .......... .......... .......... 62% 8.31M 2s
 10500K .......... .......... .......... .......... .......... 62% 17.4M 2s
 10550K .......... .......... .......... .......... .......... 63% 11.0M 2s
 10600K .......... .......... .......... .......... .......... 63% 11.1M 2s
 10650K .......... .......... .......... .......... .......... 63% 11.6M 2s
 10700K .......... .......... .......... .......... .......... 63% 11.1M 1s
 10750K .......... .......... .......... .......... .......... 64% 11.6M 1s
 10800K .......... .......... .......... .......... .......... 64% 11.0M 1s
 10850K .......... .......... .......... .......... .......... 64% 11.6M 1s
 10900K .......... .......... .......... .......... .......... 65% 11.1M 1s
 10950K .......... .......... .......... .......... .......... 65% 11.6M 1s
 11000K .......... .......... .......... .......... .......... 65% 11.1M 1s
 11050K .......... .......... .......... .......... .......... 66% 11.7M 1s
 11100K .......... .......... .......... .......... .......... 66% 11.0M 1s
 11150K .......... .......... .......... .......... .......... 66% 11.7M 1s
 11200K .......... .......... .......... .......... .......... 66% 11.0M 1s
 11250K .......... .......... .......... .......... .......... 67% 11.6M 1s
 11300K .......... .......... .......... .......... .......... 67% 11.0M 1s
 11350K .......... .......... .......... .......... .......... 67% 11.0M 1s
 11400K .......... .......... .......... .......... .......... 68% 11.7M 1s
 11450K .......... .......... .......... .......... .......... 68% 11.0M 1s
 11500K .......... .......... .......... .......... .......... 68% 11.7M 1s
 11550K .......... .......... .......... .......... .......... 69% 11.0M 1s
 11600K .......... .......... .......... .......... .......... 69% 11.7M 1s
 11650K .......... .......... .......... .......... .......... 69% 11.5M 1s
 11700K .......... .......... .......... .......... .......... 69% 11.1M 1s
 11750K .......... .......... .......... .......... .......... 70% 11.1M 1s
 11800K .......... .......... .......... .......... .......... 70% 11.3M 1s
 11850K .......... .......... .......... .......... .......... 70% 11.1M 1s
 11900K .......... .......... .......... .......... .......... 71% 11.6M 1s
 11950K .......... .......... .......... .......... .......... 71% 11.5M 1s
 12000K .......... .......... .......... .......... .......... 71% 11.1M 1s
 12050K .......... .......... .......... .......... .......... 71% 11.5M 1s
 12100K .......... .......... .......... .......... .......... 72% 11.1M 1s
 12150K .......... .......... .......... .......... .......... 72% 11.5M 1s
 12200K .......... .......... .......... .......... .......... 72% 11.1M 1s
 12250K .......... .......... .......... .......... .......... 73% 8.89M 1s
 12300K .......... .......... .......... .......... .......... 73% 12.1M 1s
 12350K .......... .......... .......... .......... .......... 73% 12.8M 1s
 12400K .......... .......... .......... .......... .......... 74% 10.2M 1s
 12450K .......... .......... .......... .......... .......... 74% 13.8M 1s
 12500K .......... .......... .......... .......... .......... 74% 11.5M 1s
 12550K .......... .......... .......... .......... .......... 74% 11.1M 1s
 12600K .......... .......... .......... .......... .......... 75% 11.5M 1s
 12650K .......... .......... .......... .......... .......... 75% 11.1M 1s
 12700K .......... .......... .......... .......... .......... 75% 11.0M 1s
 12750K .......... .......... .......... .......... .......... 76% 11.5M 1s
 12800K .......... .......... .......... .......... .......... 76% 11.4M 1s
 12850K .......... .......... .......... .......... .......... 76% 11.1M 1s
 12900K .......... .......... .......... .......... .......... 77% 11.5M 1s
 12950K .......... .......... .......... .......... .......... 77% 11.0M 1s
 13000K .......... .......... .......... .......... .......... 77% 11.6M 1s
 13050K .......... .......... .......... .......... .......... 77% 11.1M 1s
 13100K .......... .......... .......... .......... .......... 78% 11.7M 1s
 13150K .......... .......... .......... .......... .......... 78% 11.0M 1s
 13200K .......... .......... .......... .......... .......... 78% 11.6M 1s
 13250K .......... .......... .......... .......... .......... 79% 11.0M 1s
 13300K .......... .......... .......... .......... .......... 79% 11.7M 1s
 13350K .......... .......... .......... .......... .......... 79% 11.0M 1s
 13400K .......... .......... .......... .......... .......... 80% 11.6M 1s
 13450K .......... .......... .......... .......... .......... 80% 11.1M 1s
 13500K .......... .......... .......... .......... .......... 80% 11.1M 1s
 13550K .......... .......... .......... .......... .......... 80% 11.6M 1s
 13600K .......... .......... .......... .......... .......... 81% 10.9M 1s
 13650K .......... .......... .......... .......... .......... 81% 11.6M 1s
 13700K .......... .......... .......... .......... .......... 81% 11.1M 1s
 13750K .......... .......... .......... .......... .......... 82% 1.16M 1s
 13800K .......... .......... .......... .......... .......... 82% 97.7M 1s
 13850K .......... .......... .......... .......... .......... 82% 48.0M 1s
 13900K .......... .......... .......... .......... .......... 82% 71.0M 1s
 13950K .......... .......... .......... .......... .......... 83% 77.4M 1s
 14000K .......... .......... .......... .......... .......... 83% 63.2M 1s
 14050K .......... .......... .......... .......... .......... 83% 68.9M 1s
 14100K .......... .......... .......... .......... .......... 84% 62.3M 1s
 14150K .......... .......... .......... .......... .......... 84% 97.9M 1s
 14200K .......... .......... .......... .......... .......... 84% 84.9M 1s
 14250K .......... .......... .......... .......... .......... 85% 81.5M 1s
 14300K .......... .......... .......... .......... .......... 85% 16.9M 1s
 14350K .......... .......... .......... .......... .......... 85% 11.2M 0s
 14400K .......... .......... .......... .......... .......... 85% 11.4M 0s
 14450K .......... .......... .......... .......... .......... 86% 11.5M 0s
 14500K .......... .......... .......... .......... .......... 86% 11.1M 0s
 14550K .......... .......... .......... .......... .......... 86% 11.1M 0s
 14600K .......... .......... .......... .......... .......... 87% 11.6M 0s
 14650K .......... .......... .......... .......... .......... 87% 11.0M 0s
 14700K .......... .......... .......... .......... .......... 87% 11.6M 0s
 14750K .......... .......... .......... .......... .......... 88% 11.0M 0s
 14800K .......... .......... .......... .......... .......... 88% 11.7M 0s
 14850K .......... .......... .......... .......... .......... 88% 11.0M 0s
 14900K .......... .......... .......... .......... .......... 88% 11.6M 0s
 14950K .......... .......... .......... .......... .......... 89% 11.0M 0s
 15000K .......... .......... .......... .......... .......... 89% 11.1M 0s
 15050K .......... .......... .......... .......... .......... 89% 11.7M 0s
 15100K .......... .......... .......... .......... .......... 90% 11.0M 0s
 15150K .......... .......... .......... .......... .......... 90% 11.7M 0s
 15200K .......... .......... .......... .......... .......... 90% 11.0M 0s
 15250K .......... .......... .......... .......... .......... 91% 11.6M 0s
 15300K .......... .......... .......... .......... .......... 91% 11.0M 0s
 15350K .......... .......... .......... .......... .......... 91% 11.7M 0s
 15400K .......... .......... .......... .......... .......... 91% 11.0M 0s
 15450K .......... .......... .......... .......... .......... 92% 11.7M 0s
 15500K .......... .......... .......... .......... .......... 92% 11.5M 0s
 15550K .......... .......... .......... .......... .......... 92% 11.1M 0s
 15600K .......... .......... .......... .......... .......... 93% 11.1M 0s
 15650K .......... .......... .......... .......... .......... 93% 11.6M 0s
 15700K .......... .......... .......... .......... .......... 93% 11.1M 0s
 15750K .......... .......... .......... .......... .......... 93% 11.4M 0s
 15800K .......... .......... .......... .......... .......... 94% 11.1M 0s
 15850K .......... .......... .......... .......... .......... 94% 11.0M 0s
 15900K .......... .......... .......... .......... .......... 94% 11.6M 0s
 15950K .......... .......... .......... .......... .......... 95% 11.5M 0s
 16000K .......... .......... .......... .......... .......... 95% 11.1M 0s
 16050K .......... .......... .......... .......... .......... 95% 11.5M 0s
 16100K .......... .......... .......... .......... .......... 96% 11.2M 0s
 16150K .......... .......... .......... .......... .......... 96% 11.5M 0s
 16200K .......... .......... .......... .......... .......... 96% 11.0M 0s
 16250K .......... .......... .......... .......... .......... 96% 11.1M 0s
 16300K .......... .......... .......... .......... .......... 97% 11.2M 0s
 16350K .......... .......... .......... .......... .......... 97% 11.1M 0s
 16400K .......... .......... .......... .......... .......... 97% 11.6M 0s
 16450K .......... .......... .......... .......... .......... 98% 11.3M 0s
 16500K .......... .......... .......... .......... .......... 98% 11.1M 0s
 16550K .......... .......... .......... .......... .......... 98% 11.3M 0s
 16600K .......... .......... .......... .......... .......... 99% 11.5M 0s
 16650K .......... .......... .......... .......... .......... 99% 11.1M 0s
 16700K .......... .......... .......... .......... .......... 99% 11.7M 0s
 16750K .......... .......... .......... .......... .......... 99% 11.2M 0s
 16800K ..........                                            100% 11.2M=3.2s

2015-02-12 09:15:19 (5.16 MB/s) - `/usr/local/directadmin/custombuild/php-5.5.21.tar.gz' saved [17213956/17213956]

MD5 Checksum on php-5.5.21.tar.gz passed.
File already exists
MD5 Checksum on suphp-0.7.2.tar.gz passed.
File already exists
MD5 Checksum on exim-4.85.tar.gz passed.
File already exists
MD5 Checksum on exim passed.
File already exists
MD5 Checksum on exim_freebsd passed.
File already exists
MD5 Checksum on exim_debian passed.
File already exists
MD5 Checksum on dovecot-2.2.15.tar.gz passed.
File already exists
MD5 Checksum on dovecot.boot passed.
File already exists
MD5 Checksum on dovecot.boot.freebsd passed.
File already exists
MD5 Checksum on dovecot.boot.debian passed.
File already exists
MD5 Checksum on dovecot.conf passed.
File already exists
MD5 Checksum on exim.conf.dovecot.patch passed.
File already exists
MD5 Checksum on autoconf-2.68.tar.gz passed.
Downloading		automake-1.15.tar.gz...
--2015-02-12 09:15:19--  http://files.directadmin.com/services/custombuild/automake-1.15.tar.gz
Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2244206 (2.1M) [application/x-gzip]
Saving to: `/usr/local/directadmin/custombuild/automake-1.15.tar.gz'

     0K .......... .......... .......... .......... ..........  2%  206K 10s
    50K .......... .......... .......... .......... ..........  4%  408K 8s
   100K .......... .......... .......... .......... ..........  6%  413K 7s
   150K .......... .......... .......... .......... ..........  9%  416K 6s
   200K .......... .......... .......... .......... .......... 11% 11.7M 5s
   250K .......... .......... .......... .......... .......... 13%  427K 5s
   300K .......... .......... .......... .......... .......... 15% 11.6M 4s
   350K .......... .......... .......... .......... .......... 18% 11.0M 3s
   400K .......... .......... .......... .......... .......... 20%  441K 3s
   450K .......... .......... .......... .......... .......... 22% 11.1M 3s
   500K .......... .......... .......... .......... .......... 25% 11.6M 3s
   550K .......... .......... .......... .......... .......... 27% 11.1M 2s
   600K .......... .......... .......... .......... .......... 29% 1.24M 2s
   650K .......... .......... .......... .......... .......... 31%  682K 2s
   700K .......... .......... .......... .......... .......... 34% 11.5M 2s
   750K .......... .......... .......... .......... .......... 36% 11.5M 2s
   800K .......... .......... .......... .......... .......... 38% 11.2M 2s
   850K .......... .......... .......... .......... .......... 41% 11.4M 1s
   900K .......... .......... .......... .......... .......... 43% 1.60M 1s
   950K .......... .......... .......... .......... .......... 45%  735K 1s
  1000K .......... .......... .......... .......... .......... 47% 6.97M 1s
  1050K .......... .......... .......... .......... .......... 50% 11.0M 1s
  1100K .......... .......... .......... .......... .......... 52% 8.52M 1s
  1150K .......... .......... .......... .......... .......... 54% 16.8M 1s
  1200K .......... .......... .......... .......... .......... 57% 11.5M 1s
  1250K .......... .......... .......... .......... .......... 59% 1.97M 1s
  1300K .......... .......... .......... .......... .......... 61% 11.3M 1s
  1350K .......... .......... .......... .......... .......... 63%  731K 1s
  1400K .......... .......... .......... .......... .......... 66% 10.7M 1s
  1450K .......... .......... .......... .......... .......... 68% 4.17M 1s
  1500K .......... .......... .......... .......... .......... 70%  110M 1s
  1550K .......... .......... .......... .......... .......... 73% 61.1M 0s
  1600K .......... .......... .......... .......... .......... 75% 11.2M 0s
  1650K .......... .......... .......... .......... .......... 77% 11.5M 0s
  1700K .......... .......... .......... .......... .......... 79% 11.5M 0s
  1750K .......... .......... .......... .......... .......... 82% 11.0M 0s
  1800K .......... .......... .......... .......... .......... 84% 11.6M 0s
  1850K .......... .......... .......... .......... .......... 86% 11.2M 0s
  1900K .......... .......... .......... .......... .......... 88% 7.47M 0s
  1950K .......... .......... .......... .......... .......... 91% 11.6M 0s
  2000K .......... .......... .......... .......... .......... 93%  775K 0s
  2050K .......... .......... .......... .......... .......... 95% 11.6M 0s
  2100K .......... .......... .......... .......... .......... 98% 11.0M 0s
  2150K .......... .......... .......... .......... .         100% 12.0M=1.3s

2015-02-12 09:15:21 (1.59 MB/s) - `/usr/local/directadmin/custombuild/automake-1.15.tar.gz' saved [2244206/2244206]

MD5 Checksum on automake-1.15.tar.gz passed.
File already exists
MD5 Checksum on m4-1.4.16.tar.gz passed.
Downloading		libtool-2.4.5.tar.gz...
--2015-02-12 09:15:21--  http://files.directadmin.com/services/custombuild/libtool-2.4.5.tar.gz
Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1802567 (1.7M) [application/x-gzip]
Saving to: `/usr/local/directadmin/custombuild/libtool-2.4.5.tar.gz'

     0K .......... .......... .......... .......... ..........  2%  209K 8s
    50K .......... .......... .......... .......... ..........  5%  416K 6s
   100K .......... .......... .......... .......... ..........  8%  422K 5s
   150K .......... .......... .......... .......... .......... 11%  428K 5s
   200K .......... .......... .......... .......... .......... 14% 9.83M 4s
   250K .......... .......... .......... .......... .......... 17%  435K 3s
   300K .......... .......... .......... .......... .......... 19% 11.5M 3s
   350K .......... .......... .......... .......... .......... 22% 11.1M 2s
   400K .......... .......... .......... .......... .......... 25%  445K 2s
   450K .......... .......... .......... .......... .......... 28% 11.7M 2s
   500K .......... .......... .......... .......... .......... 31% 11.0M 2s
   550K .......... .......... .......... .......... .......... 34%  473K 2s
   600K .......... .......... .......... .......... .......... 36% 11.3M 2s
   650K .......... .......... .......... .......... .......... 39% 9.28M 1s
   700K .......... .......... .......... .......... .......... 42% 11.2M 1s
   750K .......... .......... .......... .......... .......... 45% 11.6M 1s
   800K .......... .......... .......... .......... .......... 48% 1.29M 1s
   850K .......... .......... .......... .......... .......... 51%  804K 1s
   900K .......... .......... .......... .......... .......... 53% 6.35M 1s
   950K .......... .......... .......... .......... .......... 56% 11.6M 1s
  1000K .......... .......... .......... .......... .......... 59% 10.3M 1s
  1050K .......... .......... .......... .......... .......... 62% 12.7M 1s
  1100K .......... .......... .......... .......... .......... 65% 11.5M 1s
  1150K .......... .......... .......... .......... .......... 68% 11.0M 1s
  1200K .......... .......... .......... .......... .......... 71% 1.70M 0s
  1250K .......... .......... .......... .......... .......... 73% 11.1M 0s
  1300K .......... .......... .......... .......... .......... 76%  882K 0s
  1350K .......... .......... .......... .......... .......... 79% 5.50M 0s
  1400K .......... .......... .......... .......... .......... 82% 10.6M 0s
  1450K .......... .......... .......... .......... .......... 85% 11.5M 0s
  1500K .......... .......... .......... .......... .......... 88% 11.1M 0s
  1550K .......... .......... .......... .......... .......... 90% 11.7M 0s
  1600K .......... .......... .......... .......... .......... 93% 11.0M 0s
  1650K .......... .......... .......... .......... .......... 96% 11.6M 0s
  1700K .......... .......... .......... .......... .......... 99% 1.95M 0s
  1750K ..........                                            100% 13.8M=1.2s

2015-02-12 09:15:22 (1.38 MB/s) - `/usr/local/directadmin/custombuild/libtool-2.4.5.tar.gz' saved [1802567/1802567]

MD5 Checksum on libtool-2.4.5.tar.gz passed.
File already exists
MD5 Checksum on ioncube_loaders_lin_x86-64.tar.gz passed.
File already exists [COLOR=#FFFFFF][FONT=monospace]MD5 Checksum on suhosin-0.9.37.1.tar.gz passed.[/FONT][/COLOR]
- ClamAV
Code:
[COLOR=#FFFFFF][FONT=monospace]Downloading		clamav-0.98.6.tar.gz...[/FONT][/COLOR]--2015-02-12 09:03:00--  http://files.directadmin.com/services/custombuild/clamav-0.98.6.tar.gz
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15148292 (14M) [application/x-gzip]
Saving to: `/usr/local/directadmin/custombuild/clamav-0.98.6.tar.gz'

     0K .......... .......... .......... .......... ..........  0%  106K 2m20s
    50K .......... .......... .......... .......... ..........  0%  313K 93s
   100K .......... .......... .......... .......... ..........  1%  625K 70s
   150K .......... .......... .......... .......... ..........  1%  412K 61s
   200K .......... .......... .......... .......... ..........  1%  418K 56s
   250K .......... .......... .......... .......... ..........  2% 11.2M 46s
   300K .......... .......... .......... .......... ..........  2%  442K 44s
   350K .......... .......... .......... .......... ..........  2% 10.7M 39s
   400K .......... .......... .......... .......... ..........  3% 11.8M 34s
   450K .......... .......... .......... .......... ..........  3% 1.85M 32s
   500K .......... .......... .......... .......... ..........  3%  580K 31s
   550K .......... .......... .......... .......... ..........  4% 11.0M 28s
   600K .......... .......... .......... .......... ..........  4% 11.1M 26s
   650K .......... .......... .......... .......... ..........  4% 11.6M 24s
   700K .......... .......... .......... .......... ..........  5%  484K 25s
   750K .......... .......... .......... .......... ..........  5% 11.0M 23s
   800K .......... .......... .......... .......... ..........  5% 11.6M 22s
   850K .......... .......... .......... .......... ..........  6% 11.4M 20s
   900K .......... .......... .......... .......... ..........  6% 11.1M 19s
   950K .......... .......... .......... .......... ..........  6% 11.6M 18s
  1000K .......... .......... .......... .......... ..........  7% 11.1M 17s
  1050K .......... .......... .......... .......... ..........  7% 4.93M 17s
  1100K .......... .......... .......... .......... ..........  7%  586K 17s
  1150K .......... .......... .......... .......... ..........  8% 11.8M 16s
  1200K .......... .......... .......... .......... ..........  8% 11.1M 16s
  1250K .......... .......... .......... .......... ..........  8% 10.9M 15s
  1300K .......... .......... .......... .......... ..........  9% 11.6M 14s
  1350K .......... .......... .......... .......... ..........  9% 11.1M 14s
  1400K .......... .......... .......... .......... ..........  9% 11.7M 13s
  1450K .......... .......... .......... .......... .......... 10% 11.4M 13s
  1500K .......... .......... .......... .......... .......... 10% 11.2M 13s
  1550K .......... .......... .......... .......... .......... 10% 11.5M 12s
  1600K .......... .......... .......... .......... .......... 11% 11.1M 12s
  1650K .......... .......... .......... .......... .......... 11%  666K 12s
  1700K .......... .......... .......... .......... .......... 11% 11.1M 12s
  1750K .......... .......... .......... .......... .......... 12% 11.7M 11s
  1800K .......... .......... .......... .......... .......... 12% 10.7M 11s
  1850K .......... .......... .......... .......... .......... 12% 11.4M 11s
  1900K .......... .......... .......... .......... .......... 13% 11.6M 10s
  1950K .......... .......... .......... .......... .......... 13% 11.3M 10s
  2000K .......... .......... .......... .......... .......... 13% 11.1M 10s
  2050K .......... .......... .......... .......... .......... 14% 11.1M 10s
  2100K .......... .......... .......... .......... .......... 14% 11.6M 9s
  2150K .......... .......... .......... .......... .......... 14% 11.1M 9s
  2200K .......... .......... .......... .......... .......... 15% 11.0M 9s
  2250K .......... .......... .......... .......... .......... 15% 11.4M 9s
  2300K .......... .......... .......... .......... .......... 15% 11.2M 8s
  2350K .......... .......... .......... .......... .......... 16% 10.7M 8s
  2400K .......... .......... .......... .......... .......... 16%  928K 8s
  2450K .......... .......... .......... .......... .......... 16% 11.2M 8s
  2500K .......... .......... .......... .......... .......... 17% 11.1M 8s
  2550K .......... .......... .......... .......... .......... 17% 11.6M 8s
  2600K .......... .......... .......... .......... .......... 17% 11.1M 8s
  2650K .......... .......... .......... .......... .......... 18% 11.6M 8s
  2700K .......... .......... .......... .......... .......... 18% 11.0M 7s
  2750K .......... .......... .......... .......... .......... 18% 11.1M 7s
  2800K .......... .......... .......... .......... .......... 19% 11.6M 7s
  2850K .......... .......... .......... .......... .......... 19% 11.1M 7s
  2900K .......... .......... .......... .......... .......... 19% 11.6M 7s
  2950K .......... .......... .......... .......... .......... 20% 11.1M 7s
  3000K .......... .......... .......... .......... .......... 20% 11.6M 7s
  3050K .......... .......... .......... .......... .......... 20% 11.1M 6s
  3100K .......... .......... .......... .......... .......... 21% 11.6M 6s
  3150K .......... .......... .......... .......... .......... 21% 11.1M 6s
  3200K .......... .......... .......... .......... .......... 21% 11.6M 6s
  3250K .......... .......... .......... .......... .......... 22% 11.1M 6s
  3300K .......... .......... .......... .......... .......... 22% 11.5M 6s
  3350K .......... .......... .......... .......... .......... 22% 11.1M 6s
  3400K .......... .......... .......... .......... .......... 23% 11.6M 6s
  3450K .......... .......... .......... .......... .......... 23% 11.0M 6s
  3500K .......... .......... .......... .......... .......... 23% 11.1M 6s
  3550K .......... .......... .......... .......... .......... 24% 2.15M 6s
  3600K .......... .......... .......... .......... .......... 24% 11.2M 5s
  3650K .......... .......... .......... .......... .......... 25% 11.5M 5s
  3700K .......... .......... .......... .......... .......... 25% 11.1M 5s
  3750K .......... .......... .......... .......... .......... 25% 11.5M 5s
  3800K .......... .......... .......... .......... .......... 26% 11.1M 5s
  3850K .......... .......... .......... .......... .......... 26% 11.4M 5s
  3900K .......... .......... .......... .......... .......... 26% 11.1M 5s
  3950K .......... .......... .......... .......... .......... 27% 11.6M 5s
  4000K .......... .......... .......... .......... .......... 27% 11.1M 5s
  4050K .......... .......... .......... .......... .......... 27% 11.6M 5s
  4100K .......... .......... .......... .......... .......... 28% 11.1M 5s
  4150K .......... .......... .......... .......... .......... 28% 11.6M 5s
  4200K .......... .......... .......... .......... .......... 28% 11.0M 5s
  4250K .......... .......... .......... .......... .......... 29% 11.1M 4s
  4300K .......... .......... .......... .......... .......... 29% 11.5M 4s
  4350K .......... .......... .......... .......... .......... 29% 11.1M 4s
  4400K .......... .......... .......... .......... .......... 30% 11.5M 4s
  4450K .......... .......... .......... .......... .......... 30% 11.0M 4s
  4500K .......... .......... .......... .......... .......... 30% 11.6M 4s
  4550K .......... .......... .......... .......... .......... 31% 11.1M 4s
  4600K .......... .......... .......... .......... .......... 31% 11.6M 4s
  4650K .......... .......... .......... .......... .......... 31% 11.1M 4s
  4700K .......... .......... .......... .......... .......... 32% 11.6M 4s
  4750K .......... .......... .......... .......... .......... 32% 11.1M 4s
  4800K .......... .......... .......... .......... .......... 32% 11.6M 4s
  4850K .......... .......... .......... .......... .......... 33% 11.1M 4s
  4900K .......... .......... .......... .......... .......... 33% 11.0M 4s
  4950K .......... .......... .......... .......... .......... 33% 11.5M 4s
  5000K .......... .......... .......... .......... .......... 34% 11.1M 4s
  5050K .......... .......... .......... .......... .......... 34% 11.6M 4s
  5100K .......... .......... .......... .......... .......... 34% 11.0M 4s
  5150K .......... .......... .......... .......... .......... 35% 11.8M 4s
  5200K .......... .......... .......... .......... .......... 35% 10.9M 3s
  5250K .......... .......... .......... .......... .......... 35% 11.7M 3s
  5300K .......... .......... .......... .......... .......... 36% 11.1M 3s
  5350K .......... .......... .......... .......... .......... 36% 11.6M 3s
  5400K .......... .......... .......... .......... .......... 36% 11.1M 3s
  5450K .......... .......... .......... .......... .......... 37% 11.5M 3s
  5500K .......... .......... .......... .......... .......... 37% 11.1M 3s
  5550K .......... .......... .......... .......... .......... 37% 11.7M 3s
  5600K .......... .......... .......... .......... .......... 38% 10.7M 3s
  5650K .......... .......... .......... .......... .......... 38% 11.4M 3s
  5700K .......... .......... .......... .......... .......... 38% 11.5M 3s
  5750K .......... .......... .......... .......... .......... 39% 11.1M 3s
  5800K .......... .......... .......... .......... .......... 39% 11.7M 3s
  5850K .......... .......... .......... .......... .......... 39% 4.39M 3s
  5900K .......... .......... .......... .......... .......... 40%  128M 3s
  5950K .......... .......... .......... .......... .......... 40% 31.2M 3s
  6000K .......... .......... .......... .......... .......... 40% 11.6M 3s
  6050K .......... .......... .......... .......... .......... 41% 11.0M 3s
  6100K .......... .......... .......... .......... .......... 41% 11.6M 3s
  6150K .......... .......... .......... .......... .......... 41% 11.2M 3s
  6200K .......... .......... .......... .......... .......... 42% 11.0M 3s
  6250K .......... .......... .......... .......... .......... 42% 11.6M 3s
  6300K .......... .......... .......... .......... .......... 42% 11.0M 3s
  6350K .......... .......... .......... .......... .......... 43% 11.6M 3s
  6400K .......... .......... .......... .......... .......... 43% 10.7M 3s
  6450K .......... .......... .......... .......... .......... 43% 11.5M 3s
  6500K .......... .......... .......... .......... .......... 44% 11.1M 3s
  6550K .......... .......... .......... .......... .......... 44% 11.6M 3s
  6600K .......... .......... .......... .......... .......... 44% 11.1M 3s
  6650K .......... .......... .......... .......... .......... 45% 11.4M 2s
  6700K .......... .......... .......... .......... .......... 45% 11.1M 2s
  6750K .......... .......... .......... .......... .......... 45% 11.5M 2s
  6800K .......... .......... .......... .......... .......... 46% 11.1M 2s
  6850K .......... .......... .......... .......... .......... 46% 11.5M 2s
  6900K .......... .......... .......... .......... .......... 46% 11.1M 2s
  6950K .......... .......... .......... .......... .......... 47% 11.7M 2s
  7000K .......... .......... .......... .......... .......... 47% 11.0M 2s
  7050K .......... .......... .......... .......... .......... 47% 11.6M 2s
  7100K .......... .......... .......... .......... .......... 48% 10.9M 2s
  7150K .......... .......... .......... .......... .......... 48% 11.1M 2s
  7200K .......... .......... .......... .......... .......... 49% 11.6M 2s
  7250K .......... .......... .......... .......... .......... 49% 10.9M 2s
  7300K .......... .......... .......... .......... .......... 49% 11.8M 2s
  7350K .......... .......... .......... .......... .......... 50% 11.0M 2s
  7400K .......... .......... .......... .......... .......... 50% 11.1M 2s
  7450K .......... .......... .......... .......... .......... 50% 11.6M 2s
  7500K .......... .......... .......... .......... .......... 51% 11.3M 2s
  7550K .......... .......... .......... .......... .......... 51% 11.3M 2s
  7600K .......... .......... .......... .......... .......... 51% 11.0M 2s
  7650K .......... .......... .......... .......... .......... 52% 11.6M 2s
  7700K .......... .......... .......... .......... .......... 52% 10.6M 2s
  7750K .......... .......... .......... .......... .......... 52% 11.5M 2s
  7800K .......... .......... .......... .......... .......... 53% 11.2M 2s
  7850K .......... .......... .......... .......... .......... 53% 11.2M 2s
  7900K .......... .......... .......... .......... .......... 53% 11.2M 2s
  7950K .......... .......... .......... .......... .......... 54% 11.6M 2s
  8000K .......... .......... .......... .......... .......... 54% 11.0M 2s
  8050K .......... .......... .......... .......... .......... 54% 11.6M 2s
  8100K .......... .......... .......... .......... .......... 55% 11.2M 2s
  8150K .......... .......... .......... .......... .......... 55% 11.1M 2s
  8200K .......... .......... .......... .......... .......... 55% 11.6M 2s
  8250K .......... .......... .......... .......... .......... 56% 11.0M 2s
  8300K .......... .......... .......... .......... .......... 56% 11.6M 2s
  8350K .......... .......... .......... .......... .......... 56% 11.0M 2s
  8400K .......... .......... .......... .......... .......... 57% 11.1M 2s
  8450K .......... .......... .......... .......... .......... 57% 11.6M 2s
  8500K .......... .......... .......... .......... .......... 57% 11.1M 2s
  8550K .......... .......... .......... .......... .......... 58% 11.6M 2s
  8600K .......... .......... .......... .......... .......... 58% 8.71M 2s
  8650K .......... .......... .......... .......... .......... 58% 16.1M 2s
  8700K .......... .......... .......... .......... .......... 59% 11.1M 2s
  8750K .......... .......... .......... .......... .......... 59% 11.6M 2s
  8800K .......... .......... .......... .......... .......... 59% 11.0M 2s
  8850K .......... .......... .......... .......... .......... 60% 11.6M 1s
  8900K .......... .......... .......... .......... .......... 60% 11.5M 1s
  8950K .......... .......... .......... .......... .......... 60% 11.1M 1s
  9000K .......... .......... .......... .......... .......... 61% 10.9M 1s
  9050K .......... .......... .......... .......... .......... 61% 11.7M 1s
  9100K .......... .......... .......... .......... .......... 61% 11.1M 1s
  9150K .......... .......... .......... .......... .......... 62% 11.1M 1s
  9200K .......... .......... .......... .......... .......... 62% 11.5M 1s
  9250K .......... .......... .......... .......... .......... 62% 11.1M 1s
  9300K .......... .......... .......... .......... .......... 63% 11.6M 1s
  9350K .......... .......... .......... .......... .......... 63% 11.1M 1s
  9400K .......... .......... .......... .......... .......... 63% 11.6M 1s
  9450K .......... .......... .......... .......... .......... 64% 11.0M 1s
  9500K .......... .......... .......... .......... .......... 64% 11.7M 1s
  9550K .......... .......... .......... .......... .......... 64% 11.0M 1s
  9600K .......... .......... .......... .......... .......... 65% 11.6M 1s
  9650K .......... .......... .......... .......... .......... 65% 11.0M 1s
  9700K .......... .......... .......... .......... .......... 65% 11.6M 1s
  9750K .......... .......... .......... .......... .......... 66% 11.0M 1s
  9800K .......... .......... .......... .......... .......... 66% 11.6M 1s
  9850K .......... .......... .......... .......... .......... 66% 10.8M 1s
  9900K .......... .......... .......... .......... .......... 67% 11.6M 1s
  9950K .......... .......... .......... .......... .......... 67% 10.9M 1s
 10000K .......... .......... .......... .......... .......... 67% 5.22M 1s
 10050K .......... .......... .......... .......... .......... 68%  164M 1s
 10100K .......... .......... .......... .......... .......... 68% 15.6M 1s
 10150K .......... .......... .......... .......... .......... 68% 11.2M 1s
 10200K .......... .......... .......... .......... .......... 69% 11.3M 1s
 10250K .......... .......... .......... .......... .......... 69% 11.3M 1s
 10300K .......... .......... .......... .......... .......... 69% 11.4M 1s
 10350K .......... .......... .......... .......... .......... 70% 11.2M 1s
 10400K .......... .......... .......... .......... .......... 70% 11.3M 1s
 10450K .......... .......... .......... .......... .......... 70% 11.1M 1s
 10500K .......... .......... .......... .......... .......... 71% 11.5M 1s
 10550K .......... .......... .......... .......... .......... 71% 11.1M 1s
 10600K .......... .......... .......... .......... .......... 71% 11.4M 1s
 10650K .......... .......... .......... .......... .......... 72% 11.0M 1s
 10700K .......... .......... .......... .......... .......... 72% 11.6M 1s
 10750K .......... .......... .......... .......... .......... 73% 11.0M 1s
 10800K .......... .......... .......... .......... .......... 73% 11.8M 1s
 10850K .......... .......... .......... .......... .......... 73% 11.0M 1s
 10900K .......... .......... .......... .......... .......... 74% 8.53M 1s
 10950K .......... .......... .......... .......... .......... 74% 3.52M 1s
 11000K .......... .......... .......... .......... .......... 74%  105M 1s
 11050K .......... .......... .......... .......... .......... 75%  105M 1s
 11100K .......... .......... .......... .......... .......... 75% 43.2M 1s
 11150K .......... .......... .......... .......... .......... 75% 11.6M 1s
 11200K .......... .......... .......... .......... .......... 76% 11.0M 1s
 11250K .......... .......... .......... .......... .......... 76% 11.5M 1s
 11300K .......... .......... .......... .......... .......... 76% 11.1M 1s
 11350K .......... .......... .......... .......... .......... 77% 11.6M 1s
 11400K .......... .......... .......... .......... .......... 77% 11.2M 1s
 11450K .......... .......... .......... .......... .......... 77% 11.1M 1s
 11500K .......... .......... .......... .......... .......... 78% 11.5M 1s
 11550K .......... .......... .......... .......... .......... 78% 11.4M 1s
 11600K .......... .......... .......... .......... .......... 78% 11.2M 1s
 11650K .......... .......... .......... .......... .......... 79% 11.5M 1s
 11700K .......... .......... .......... .......... .......... 79% 11.1M 1s
 11750K .......... .......... .......... .......... .......... 79% 10.9M 1s
 11800K .......... .......... .......... .......... .......... 80% 11.4M 1s
 11850K .......... .......... .......... .......... .......... 80% 11.1M 1s
 11900K .......... .......... .......... .......... .......... 80% 10.9M 1s
 11950K .......... .......... .......... .......... .......... 81% 11.6M 1s
 12000K .......... .......... .......... .......... .......... 81% 11.0M 1s
 12050K .......... .......... .......... .......... .......... 81% 11.6M 1s
 12100K .......... .......... .......... .......... .......... 82% 11.0M 1s
 12150K .......... .......... .......... .......... .......... 82% 11.6M 1s
 12200K .......... .......... .......... .......... .......... 82% 11.5M 1s
 12250K .......... .......... .......... .......... .......... 83% 11.1M 1s
 12300K .......... .......... .......... .......... .......... 83% 11.5M 1s
 12350K .......... .......... .......... .......... .......... 83% 10.6M 0s
 12400K .......... .......... .......... .......... .......... 84% 11.6M 0s
 12450K .......... .......... .......... .......... .......... 84% 11.6M 0s
 12500K .......... .......... .......... .......... .......... 84% 11.1M 0s
 12550K .......... .......... .......... .......... .......... 85% 11.5M 0s
 12600K .......... .......... .......... .......... .......... 85% 11.2M 0s
 12650K .......... .......... .......... .......... .......... 85% 11.0M 0s
 12700K .......... .......... .......... .......... .......... 86% 11.6M 0s
 12750K .......... .......... .......... .......... .......... 86% 11.1M 0s
 12800K .......... .......... .......... .......... .......... 86% 11.6M 0s
 12850K .......... .......... .......... .......... .......... 87% 11.0M 0s
 12900K .......... .......... .......... .......... .......... 87% 11.2M 0s
 12950K .......... .......... .......... .......... .......... 87% 11.5M 0s
 13000K .......... .......... .......... .......... .......... 88% 11.1M 0s
 13050K .......... .......... .......... .......... .......... 88% 11.1M 0s
 13100K .......... .......... .......... .......... .......... 88% 11.3M 0s
 13150K .......... .......... .......... .......... .......... 89% 11.0M 0s
 13200K .......... .......... .......... .......... .......... 89% 11.6M 0s
 13250K .......... .......... .......... .......... .......... 89% 11.5M 0s
 13300K .......... .......... .......... .......... .......... 90% 11.1M 0s
 13350K .......... .......... .......... .......... .......... 90% 11.5M 0s
 13400K .......... .......... .......... .......... .......... 90% 11.1M 0s
 13450K .......... .......... .......... .......... .......... 91% 11.5M 0s
 13500K .......... .......... .......... .......... .......... 91% 11.2M 0s
 13550K .......... .......... .......... .......... .......... 91% 11.1M 0s
 13600K .......... .......... .......... .......... .......... 92% 11.5M 0s
 13650K .......... .......... .......... .......... .......... 92% 11.1M 0s
 13700K .......... .......... .......... .......... .......... 92% 11.5M 0s
 13750K .......... .......... .......... .......... .......... 93% 10.9M 0s
 13800K .......... .......... .......... .......... .......... 93% 10.7M 0s
 13850K .......... .......... .......... .......... .......... 93% 11.6M 0s
 13900K .......... .......... .......... .......... .......... 94% 11.1M 0s
 13950K .......... .......... .......... .......... .......... 94% 10.7M 0s
 14000K .......... .......... .......... .......... .......... 94% 12.0M 0s
 14050K .......... .......... .......... .......... .......... 95% 11.6M 0s
 14100K .......... .......... .......... .......... .......... 95% 11.0M 0s
 14150K .......... .......... .......... .......... .......... 95% 11.6M 0s
 14200K .......... .......... .......... .......... .......... 96% 11.2M 0s
 14250K .......... .......... .......... .......... .......... 96% 11.1M 0s
 14300K .......... .......... .......... .......... .......... 97% 4.34M 0s
 14350K .......... .......... .......... .......... .......... 97% 4.13M 0s
 14400K .......... .......... .......... .......... .......... 97% 4.21M 0s
 14450K .......... .......... .......... .......... .......... 98% 4.01M 0s
 14500K .......... .......... .......... .......... .......... 98% 4.04M 0s
 14550K .......... .......... .......... .......... .......... 98% 4.05M 0s
 14600K .......... .......... .......... .......... .......... 99% 7.35M 0s
 14650K .......... .......... .......... .......... .......... 99% 11.1M 0s
 14700K .......... .......... .......... .......... .......... 99% 11.6M 0s
 14750K .......... .......... .......... .......... ...       100% 11.5M=2.8s

2015-02-12 09:03:04 (5.16 MB/s) - `/usr/local/directadmin/custombuild/clamav-0.98.6.tar.gz' saved [15148292/15148292]

MD5 Checksum on clamav-0.98.6.tar.gz passed.
Downloading		clamd...
--2015-02-12 09:03:04--  http://files.directadmin.com/services/custombuild/clamd
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 840 [text/plain]
Saving to: `/usr/local/directadmin/custombuild/clamd'

     0K                                                       100%  165M=0s

2015-02-12 09:03:04 (165 MB/s) - `/usr/local/directadmin/custombuild/clamd' saved [840/840]

Downloading		clamd_freebsd...
--2015-02-12 09:03:04--  http://files.directadmin.com/services/custombuild/clamd_freebsd
Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1556 (1.5K)
Saving to: `/usr/local/directadmin/custombuild/clamd_freebsd'

     0K .                                                     100%  209M=0s

2015-02-12 09:03:04 (209 MB/s) - `/usr/local/directadmin/custombuild/clamd_freebsd' saved [1556/1556]

Downloading		clamd_debian...
--2015-02-12 09:03:04--  http://files.directadmin.com/services/custombuild/clamd_debian
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1018 [text/plain]
Saving to: `/usr/local/directadmin/custombuild/clamd_debian'

     0K                                                       100%  157M=0s

2015-02-12 09:03:04 (157 MB/s) - `/usr/local/directadmin/custombuild/clamd_debian' saved [1018/1018]

Downloading		freshclam...
--2015-02-12 09:03:04--  http://files.directadmin.com/services/custombuild/freshclam
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 904 [text/plain]
Saving to: `/usr/local/directadmin/custombuild/freshclam'

     0K                                                       100%  105M=0s

2015-02-12 09:03:05 (105 MB/s) - `/usr/local/directadmin/custombuild/freshclam' saved [904/904]

Downloading		freshclam_freebsd...
--2015-02-12 09:03:05--  http://files.directadmin.com/services/custombuild/freshclam_freebsd
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1614 (1.6K) [text/plain]
Saving to: `/usr/local/directadmin/custombuild/freshclam_freebsd'

     0K .                                                     100%  274M=0s

2015-02-12 09:03:05 (274 MB/s) - `/usr/local/directadmin/custombuild/freshclam_freebsd' saved [1614/1614]

Downloading		freshclam_debian...
--2015-02-12 09:03:05--  http://files.directadmin.com/services/custombuild/freshclam_debian
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1083 (1.1K) [text/plain]
Saving to: `/usr/local/directadmin/custombuild/freshclam_debian'

     0K .                                                     100%  120M=0s

2015-02-12 09:03:05 (120 MB/s) - `/usr/local/directadmin/custombuild/freshclam_debian' saved [1083/1083]

--2015-02-12 09:03:05--  http://files.directadmin.com/services/exim.clamav.load.conf
Resolving files.directadmin.com... 69.162.69.58, 216.144.254.90
Connecting to files.directadmin.com|69.162.69.58|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 39 [text/plain]
Saving to: `/etc/exim.clamav.load.conf'

     0K                                                       100% 5.81M=0s

2015-02-12 09:03:05 (5.81 MB/s) - `/etc/exim.clamav.load.conf' saved [39/39]

--2015-02-12 09:03:05--  http://files.directadmin.com/services/exim.clamav.conf
Resolving files.directadmin.com... 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 468 [text/plain]
Saving to: `/etc/exim.clamav.conf'

     0K                                                       100% 62.0M=0s

2015-02-12 09:03:06 (62.0 MB/s) - `/etc/exim.clamav.conf' saved [468/468]

Installing clamav 0.98.6 ...
Found /usr/local/directadmin/custombuild/clamav-0.98.6.tar.gz
Extracting ...
Done.
Configuring clamav 0.98.6 ...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-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 a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/local/lib /usr/local/lib /usr/lib/apache /usr/lib/dovecot 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... yes
checking whether lt_dlinterface_register is declared... no
checking where to find libltdl headers... -I${top_srcdir}/libltdl
checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for cos in -lm... 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 sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
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 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 termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for multiarch libdir... ${exec_prefix}/lib64
checking for C/C++ restrict keyword... __restrict
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a supported version of gcc... ok (4.4.7)
checking for gcc bug PR27603... ok, bug not present
checking for gcc bug PR26763-2... ok, bug not present
checking for valid code generation of CLI_ISCONTAINED... ok, bug not present
checking for gcc bug PR28045... ok, bug not present
checking for gcc bug PR37573... ok, bug not present
checking for off_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of void *... 8
checking for ld --version-script... yes
checking whether uname(2) is POSIX... yes
checking for bind in -lsocket... no
checking for library containing gethostent... none required
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... (cached) no
checking for strlcat... (cached) no
checking for strcasestr... yes
checking for inet_ntop... yes
checking for setgroups... yes
checking for initgroups... yes
checking for ctime_r... yes
checking for mkstemp... yes
checking for mallinfo... yes
checking for madvise... yes
checking for getnameinfo... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for working mmap... yes
checking for sysconf(_SC_PAGESIZE)... yes
checking for getpagesize()... yes
checking for MAP_ANON(YMOUS)... MAP_ANONYMOUS
checking for enable_extended_FILE_stdio... no
checking for timegm... yes
checking for sysctlbyname... no
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking check.h usability... no
checking check.h presence... no
checking for check.h... no
configure: unable to compile/link with check
checking for libxml2 installation... using /usr/local
checking xml2-config version... 2.9.2
checking for xmlreader.h in /usr/local... found
checking for xmlTextReaderRead in -lxml2... yes
configure: Compiling and linking with libxml2 from /usr/local
checking for OpenSSL installation... /usr
checking for SSL_library_init in -lssl... yes
checking for EVP_EncryptInit in -lcrypto... yes
checking for X509_VERIFY_PARAM_new in -lssl... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for zlib installation... using /usr
checking for inflateEnd in -lz... yes
checking for gzopen in -lz... yes
checking how to link with libbz2... -lbz2
checking for BZ2_bzDecompressInit in -lbz2... no
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
configure: WARNING: ****** bzip2 support disabled
checking for getaddrinfo... yes
checking for IPv6 support... yes
checking for resolv.h... yes
checking for dn_expand in std libs... no
checking for dn_expand in -lresolv... yes
checking whether setpgrp takes no argument... yes
checking for libiconv_open in -liconv... yes
checking for iconv... yes
checking for pthread.h... (cached) yes
checking whether in_port_t is defined... yes
checking for in_addr_t definition... yes
checking sys/fanotify.h usability... no
checking sys/fanotify.h presence... no
checking for sys/fanotify.h... no
checking for sched_yield... yes
checking for pthread_yield... yes
checking for readdir_r... support disabled
checking for ctime_r... yes, and it takes 2 arguments
checking for socklen_t... yes
checking for structure packing via __attribute__((packed))... yes
checking for type aligning via __attribute__((aligned))... yes
checking that structure packing works... yes
checking for fd_set... yes, found in sys/select.h
checking default FD_SETSIZE value... 32768
checking stat64... yes
checking whether signed right shift is sign extended... yes
checking for recvmsg... yes
checking for sendmsg... yes
checking for msg_control field in struct msghdr... yes
checking BSD 4.4 / RFC2292 style fd passing... yes
checking ncurses/ncurses.h usability... yes
checking ncurses/ncurses.h presence... yes
checking for ncurses/ncurses.h... yes
checking linking with ncurses... ok
configure: Compiling and linking with ncurses by using  -lncurses
checking for libcurl installation... /usr/local
checking for curl_easy_init in -lcurl... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libltdl/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 clamsubmit/Makefile
config.status: creating clamav-milter/Makefile
config.status: creating freshclam/Makefile
config.status: creating sigtool/Makefile
config.status: creating clamconf/Makefile
config.status: creating etc/Makefile
config.status: creating test/Makefile
config.status: creating unit_tests/Makefile
config.status: creating clamdtop/Makefile
config.status: creating clambc/Makefile
config.status: creating Makefile
config.status: creating clamav-config
config.status: creating libclamav.pc
config.status: creating platform.h
config.status: creating docs/man/clamav-milter.8
config.status: creating docs/man/clamav-milter.conf.5
config.status: creating docs/man/clambc.1
config.status: creating docs/man/clamconf.1
config.status: creating docs/man/clamd.8
config.status: creating docs/man/clamd.conf.5
config.status: creating docs/man/clamdscan.1
config.status: creating docs/man/clamscan.1
config.status: creating docs/man/freshclam.1
config.status: creating docs/man/freshclam.conf.5
config.status: creating docs/man/sigtool.1
config.status: creating docs/man/clamdtop.1
config.status: creating docs/man/clamsubmit.1
config.status: creating clamav-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libclamav/c++ (/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--sysconfdir=/etc' '--with-xml=/usr/local' '--with-zlib=/usr' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for GNU make... make
checking for supported LLVM version... ok (2.8)
checking for supported C++ compiler version... ok (4.4.7)
checking for supported OS... ok (x86_64-linux-gnu)
checking for working libstdc++... testyes
configure: Building X86 backend: yes
configure: Building PPC backend: no
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating clamavcxx-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in llvm (/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++/llvm)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--sysconfdir=/etc' '--with-xml=/usr/local' '--with-zlib=/usr' '--enable-ltdl-convenience' '--enable-optimized' 'llvm_cv_gnu_make_command=make' '--enable-targets=host-only' '--enable-bindings=none' '--enable-libffi=no' '--without-llvmgcc' '--without-llvmgxx' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking type of operating system we're going to host on... Linux
checking type of operating system we're going to target... Linux
checking target architecture... x86_64
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no
checking clang compiler... none
checking optimization flags... -O3
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking for GNU make... (cached) make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /bin/find
checking for grep... (cached) /bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /bin/sed
checking for tar... /bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... echo dot
checking for fdp... echo fdp
checking for neato... echo neato
checking for twopi... echo twopi
checking for circo... echo circo
checking for gv... no
checking for gsview32... no
checking for dotty... echo dotty
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... /usr/bin/doxygen
checking for groff... /usr/bin/groff
checking for gzip... /bin/gzip
checking for pod2html... /usr/bin/pod2html
checking for pod2man... /usr/bin/pod2man
checking for pdfroff... no
checking for runtest... no
checking for the tclsh program in tclinclude directory... none
checking for tclsh8.4... no
checking for tclsh8.4.8... no
checking for tclsh8.4.7... no
checking for tclsh8.4.6... no
checking for tclsh8.4.5... no
checking for tclsh8.4.4... no
checking for tclsh8.4.3... no
checking for tclsh8.4.2... no
checking for tclsh8.4.1... no
checking for tclsh8.4.0... no
checking for tclsh8.3... no
checking for tclsh8.3.5... no
checking for tclsh8.3.4... no
checking for tclsh8.3.3... no
checking for tclsh8.3.2... no
checking for tclsh8.3.1... no
checking for tclsh8.3.0... no
checking for tclsh... no
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 2.20.51.0.2
checking for compiler -Wl,-R
 option... yes
checking for compiler -Wl,-export-dynamic option... yes
checking for compiler -Wl,--version-script option... yes
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg hwcap 1 nosegneg /usr/local/lib /usr/local/lib /usr/lib/apache /usr/lib/dovecot 
checking for objdir... .libs
checking command to parse /usr/bin/nm -B output from  object... ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking LLVM capable compiler... llvm-gcc
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers
checking for sin in -lm... yes
checking for library containing dlopen... -ldl
checking for library containing mallinfo... none required
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... yes
checking whether stat file-mode macros are broken... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for malloc.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
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 sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... no
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for strerror_s... no
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... no
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... no
checking for siglongjmp... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in ... yes
checking for isnan in ... yes
checking for isnan in ... yes
checking for std::isnan in ... yes
checking for isinf in ... yes
checking for isinf in ... yes
checking for std::isinf in ... no
checking for finite in ... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for 32-bit userspace on 64-bit system... no
checking for __dso_handle... yes
checking whether llvm-gcc is sane... no
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/System/DataTypes.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
./autoconf/install-sh: ./examples/Makefile does not exist.
config.status: executing lib/Makefile commands
config.status: executing runtime/Makefile commands
./autoconf/install-sh: ./runtime/Makefile does not exist.
config.status: executing test/Makefile commands
./autoconf/install-sh: ./test/Makefile does not exist.
config.status: executing test/Makefile.tests commands
./autoconf/install-sh: ./test/Makefile.tests does not exist.
config.status: executing unittests/Makefile commands
./autoconf/install-sh: ./unittests/Makefile does not exist.
config.status: executing tools/Makefile commands
./autoconf/install-sh: ./tools/Makefile does not exist.
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
./autoconf/install-sh: ./projects/Makefile does not exist.
config.status: executing bindings/Makefile commands
./autoconf/install-sh: ./bindings/Makefile does not exist.
config.status: executing bindings/ocaml/Makefile.ocaml commands
./autoconf/install-sh: ./bindings/ocaml/Makefile.ocaml does not exist.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libltdl/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 clamsubmit/Makefile
config.status: creating clamav-milter/Makefile
config.status: creating freshclam/Makefile
config.status: creating sigtool/Makefile
config.status: creating clamconf/Makefile
config.status: creating etc/Makefile
config.status: creating test/Makefile
config.status: creating unit_tests/Makefile
config.status: creating clamdtop/Makefile
config.status: creating clambc/Makefile
config.status: creating Makefile
config.status: creating clamav-config
config.status: creating libclamav.pc
config.status: creating platform.h
config.status: creating docs/man/clamav-milter.8
config.status: creating docs/man/clamav-milter.conf.5
config.status: creating docs/man/clambc.1
config.status: creating docs/man/clamconf.1
config.status: creating docs/man/clamd.8
config.status: creating docs/man/clamd.conf.5
config.status: creating docs/man/clamdscan.1
config.status: creating docs/man/clamscan.1
config.status: creating docs/man/freshclam.1
config.status: creating docs/man/freshclam.conf.5
config.status: creating docs/man/sigtool.1
config.status: creating docs/man/clamdtop.1
config.status: creating docs/man/clamsubmit.1
config.status: creating libclamav/Makefile
config.status: creating clamav-config.h
config.status: clamav-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Summary of detected features follows
              OS          : linux-gnu
              pthreads    : yes (-lpthread)
configure: Summary of miscellaneous  features
              check       : no (auto)
              fanotify    : yes
              fdpassing   : 1
              IPv6        : yes
configure: Summary of optional tools
              clamdtop    : -lncurses (auto)
              milter      : yes (disabled)
              clamsubmit  : yes
configure: Summary of engine performance features)
              release mode: yes
              llvm        : yes, from built-in (auto)
              mempool     : yes
configure: Summary of engine detection features
              bzip2       : ok
              zlib        : /usr
              unrar       : yes
              pcre        : no
              dmg and xar : yes, from /usr/local
Done Configuration.
Trying to make clamav...
make  all-recursive
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
Making all in libltdl
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
make  all-am
make[3]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
  CC       dlopen.lo
  CC       libltdlc_la-preopen.lo
  CC       libltdlc_la-lt__alloc.lo
  CC       libltdlc_la-lt_dlloader.lo
  CC       libltdlc_la-lt_error.lo
  CC       libltdlc_la-ltdl.lo
  CC       libltdlc_la-slist.lo
  CC       lt__strl.lo
  CCLD     dlopen.la
  CCLD     libltdlc.la
make[3]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
Making all in libclamav
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
make  all-recursive
make[3]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
Making all in c++
make[4]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make  all-am
make[5]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
  CXX      libclamavcxx_la-bytecode2llvm.lo
  CXX      libclamavcxx_la-ClamBCRTChecks.lo
  CXX      libclamavcxx_la-detect.lo
  CXX      AliasAnalysis.lo
  CXX      AliasSetTracker.lo
  CXX      BasicAliasAnalysis.lo
bytecode2llvm.cpp: In function 'void setGuard(unsigned char*)':
bytecode2llvm.cpp:2361: warning: deprecated conversion from string constant to 'char*'
  CXX      CaptureTracking.lo
  CXX      DebugInfo.lo
  CXX      CallGraph.lo
  CXX      MemoryBuiltins.lo
  CXX      PointerTracking.lo
  CXX      ProfileInfo.lo
  CXX      ValueTracking.lo
  CXX      ELFCodeEmitter.lo
  CXX      ELFWriter.lo
  CXX      LiveVariables.lo
  CXX      MachineBasicBlock.lo
  CXX      MachineDominators.lo
  CXX      MachineFunction.lo
  CXX      MachineFunctionAnalysis.lo
  CXX      MachineFunctionPass.lo
  CXX      MachineFunctionPrinterPass.lo
  CXX      MachineInstr.lo
  CXX      MachineLoopInfo.lo
  CXX      MachineModuleInfo.lo
  CXX      MachineRegisterInfo.lo
  CXX      ObjectCodeEmitter.lo
  CXX      PostRAHazardRecognizer.lo
  CXX      PseudoSourceValue.lo
  CXX      ScheduleDAG.lo
  CXX      TargetInstrInfoImpl.lo
  CXX      UnreachableBlockElim.lo
  CXX      ExecutionEngine.lo
  CXX      Intercept.lo
  CXX      JIT.lo
  CXX      JITDebugRegisterer.lo
  CXX      JITDwarfEmitter.lo
  CXX      JITEmitter.lo
  CXX      JITMemoryManager.lo
  CXX      OProfileJITEventListener.lo
  CXX      TargetSelect.lo
  CXX      MCAsmInfo.lo
  CXX      MCAssembler.lo
  CXX      MCContext.lo
  CXX      MCExpr.lo
  CXX      MCInst.lo
  CXX      MCSection.lo
  CXX      MCSectionCOFF.lo
  CXX      MCSectionELF.lo
  CXX      MCSectionMachO.lo
  CXX      MCSymbol.lo
  CXX      APFloat.lo
  CXX      APInt.lo
  CXX      Allocator.lo
  CXX      CommandLine.lo
  CXX      ConstantRange.lo
  CXX      Debug.lo
  CXX      Dwarf.lo
  CXX      ErrorHandling.lo
  CXX      FoldingSet.lo
  CXX      FormattedStream.lo
  CXX      ManagedStatic.lo
  CXX      MemoryBuffer.lo
  CXX      PrettyStackTrace.lo
  CXX      SmallPtrSet.lo
  CXX      SmallVector.lo
  CXX      SourceMgr.lo
  CXX      Statistic.lo
  CXX      StringExtras.lo
  CXX      StringMap.lo
  CXX      StringPool.lo
  CXX      StringRef.lo
  CXX      TargetRegistry.lo
  CXX      Timer.lo
  CXX      Triple.lo
  CXX      Twine.lo
  CXX      raw_ostream.lo
  CXX      circular_raw_ostream.lo
  CXX      Mangler.lo
  CXX      SubtargetFeature.lo
  CXX      TargetData.lo
  CXX      TargetInstrInfo.lo
  CXX      TargetLoweringObjectFile.lo
  CXX      TargetMachine.lo
  CXX      TargetRegisterInfo.lo
  CXX      DCE.lo
  CXX      SimplifyCFGPass.lo
  CXX      AsmWriter.lo
  CXX      Attributes.lo
  CXX      AutoUpgrade.lo
  CXX      BasicBlock.lo
  CXX      ConstantFold.lo
  CXX      Constants.lo
  CXX      Core.lo
  CXX      DebugLoc.lo
  CXX      Dominators.lo
  CXX      Function.lo
  CXX      GVMaterializer.lo
  CXX      Globals.lo
  CXX      IRBuilder.lo
  CXX      InlineAsm.lo
  CXX      Instruction.lo
  CXX      Instructions.lo
  CXX      IntrinsicInst.lo
  CXX      LLVMContext.lo
  CXX      LLVMContextImpl.lo
  CXX      LeakDetector.lo
  CXX      Metadata.lo
  CXX      Module.lo
  CXX      Pass.lo
  CXX      PassManager.lo
  CXX      PassRegistry.lo
  CXX      PrintModulePass.lo
  CXX      Type.lo
  CXX      TypeSymbolTable.lo
  CXX      Use.lo
  CXX      Value.lo
  CXX      ValueSymbolTable.lo
  CXX      ValueTypes.lo
  CXX      Verifier.lo
  CXX      ConstantFolding.lo
  CXX      IVUsers.lo
  CXX      InstructionSimplify.lo
  CXX      Loads.lo
  CXX      LoopInfo.lo
  CXX      LoopPass.lo
  CXX      MemoryDependenceAnalysis.lo
  CXX      PHITransAddr.lo
  CXX      ScalarEvolution.lo
  CXX      ScalarEvolutionExpander.lo
  CXX      ScalarEvolutionNormalization.lo
  CXX      AggressiveAntiDepBreaker.lo
  CXX      Analysis.lo
  CXX      BranchFolding.lo
  CXX      CalcSpillWeights.lo
  CXX      CallingConvLower.lo
  CXX      CodePlacementOpt.lo
  CXX      CriticalAntiDepBreaker.lo
  CXX      DeadMachineInstructionElim.lo
  CXX      DwarfEHPrepare.lo
  CXX      GCMetadata.lo
  CXX      GCStrategy.lo
  CXX      InlineSpiller.lo
  CXX      LLVMTargetMachine.lo
  CXX      LatencyPriorityQueue.lo
  CXX      LiveInterval.lo
  CXX      LiveIntervalAnalysis.lo
  CXX      LiveStackAnalysis.lo
  CXX      LocalStackSlotAllocation.lo
  CXX      LowerSubregs.lo
  CXX      MachineCSE.lo
  CXX      MachineLICM.lo
  CXX      MachineModuleInfoImpls.lo
  CXX      MachinePassRegistry.lo
  CXX      MachineSSAUpdater.lo
  CXX      MachineSink.lo
  CXX      MachineVerifier.lo
  CXX      OptimizePHIs.lo
  CXX      PHIElimination.lo
  CXX      Passes.lo
  CXX      PeepholeOptimizer.lo
  CXX      PostRASchedulerList.lo
  CXX      PreAllocSplitting.lo
  CXX      ProcessImplicitDefs.lo
  CXX      PrologEpilogInserter.lo
  CXX      RegAllocFast.lo
  CXX      RegAllocLinearScan.lo
  CXX      RegisterCoalescer.lo
  CXX      RegisterScavenging.lo
  CXX      ScheduleDAGEmit.lo
  CXX      ScheduleDAGInstrs.lo
  CXX      DAGCombiner.lo
  CXX      FastISel.lo
  CXX      FunctionLoweringInfo.lo
  CXX      InstrEmitter.lo
  CXX      LegalizeDAG.lo
  CXX      LegalizeFloatTypes.lo
  CXX      LegalizeIntegerTypes.lo
  CXX      LegalizeTypes.lo
  CXX      LegalizeTypesGeneric.lo
  CXX      LegalizeVectorOps.lo
  CXX      LegalizeVectorTypes.lo
  CXX      ScheduleDAGList.lo
  CXX      ScheduleDAGRRList.lo
  CXX      ScheduleDAGSDNodes.lo
  CXX      SelectionDAG.lo
  CXX      SelectionDAGBuilder.lo
  CXX      SelectionDAGISel.lo
  CXX      SelectionDAGPrinter.lo
  CXX      TargetLowering.lo
  CXX      TargetSelectionDAGInfo.lo
  CXX      ScheduleDAGPrinter.lo
  CXX      ShrinkWrapping.lo
  CXX      SimpleRegisterCoalescing.lo
  CXX      SjLjEHPrepare.lo
  CXX      SlotIndexes.lo
  CXX      Spiller.lo
  CXX      SplitKit.lo
  CXX      StackProtector.lo
  CXX      StackSlotColoring.lo
  CXX      StrongPHIElimination.lo
  CXX      TailDuplication.lo
  CXX      TargetLoweringObjectFileImpl.lo
  CXX      TwoAddressInstructionPass.lo
  CXX      VirtRegMap.lo
  CXX      VirtRegRewriter.lo
  CXX      MCAsmInfoDarwin.lo
  CXX      MCAsmStreamer.lo
  CXX      MCInstPrinter.lo
  CXX      MCLoggingStreamer.lo
  CXX      MCNullStreamer.lo
  CXX      MCStreamer.lo
  CXX      GraphWriter.lo
  CXX      TargetFrameInfo.lo
  CXX      TargetSubtarget.lo
  CXX      ConstantMerge.lo
  CXX      GlobalOpt.lo
  CXX      CodeGenPrepare.lo
  CXX      GEPSplitter.lo
  CXX      GVN.lo
  CXX      LoopStrengthReduce.lo
  CXX      SCCP.lo
  CXX      AddrModeMatcher.lo
  CXX      BasicBlockUtils.lo
  CXX      BreakCriticalEdges.lo
  CXX      BuildLibCalls.lo
  CXX      DemoteRegToStack.lo
  CXX      LCSSA.lo
  CXX      Local.lo
  CXX      LoopSimplify.lo
  CXX      LowerInvoke.lo
  CXX      LowerSwitch.lo
  CXX      Mem2Reg.lo
  CXX      PromoteMemoryToRegister.lo
  CXX      SSAUpdater.lo
  CXX      SimplifyCFG.lo
  CXX      UnifyFunctionExitNodes.lo
  CXX      Alarm.lo
  CXX      Atomic.lo
  CXX      Disassembler.lo
  CXX      DynamicLibrary.lo
  CXX      Errno.lo
  CXX      Host.lo
  CXX      IncludeFile.lo
  CXX      Memory.lo
  CXX      Mutex.lo
  CXX      Path.lo
  CXX      Process.lo
  CXX      Program.lo
  CXX      RWMutex.lo
  CXX      Signals.lo
  CXX      ThreadLocal.lo
  CXX      Threading.lo
  CXX      TimeValue.lo
  CXX      Valgrind.lo
  CXX      libllvmx86codegen_la-ELFObjectWriter.lo
  CXX      libllvmx86codegen_la-MCAsmInfoCOFF.lo
  CXX      libllvmx86codegen_la-MCCodeEmitter.lo
  CXX      libllvmx86codegen_la-MCELFStreamer.lo
  CXX      libllvmx86codegen_la-MCMachOStreamer.lo
  CXX      libllvmx86codegen_la-MCObjectStreamer.lo
  CXX      libllvmx86codegen_la-MCObjectWriter.lo
  CXX      libllvmx86codegen_la-MachObjectWriter.lo
  CXX      libllvmx86codegen_la-TargetAsmBackend.lo
  CXX      libllvmx86codegen_la-WinCOFFObjectWriter.lo
  CXX      libllvmx86codegen_la-WinCOFFStreamer.lo
  CXX      libllvmx86codegen_la-TargetELFWriterInfo.lo
  CXX      libllvmx86codegen_la-SSEDomainFix.lo
  CXX      libllvmx86codegen_la-X86TargetInfo.lo
  CXX      libllvmx86codegen_la-X86AsmBackend.lo
  CXX      libllvmx86codegen_la-X86COFFMachineModuleInfo.lo
  CXX      libllvmx86codegen_la-X86CodeEmitter.lo
  CXX      libllvmx86codegen_la-X86ELFWriterInfo.lo
  CXX      libllvmx86codegen_la-X86FastISel.lo
  CXX      libllvmx86codegen_la-X86FloatingPoint.lo
  CXX      libllvmx86codegen_la-X86ISelDAGToDAG.lo
  CXX      libllvmx86codegen_la-X86ISelLowering.lo
  CXX      libllvmx86codegen_la-X86InstrInfo.lo
  CXX      libllvmx86codegen_la-X86JITInfo.lo
  CXX      libllvmx86codegen_la-X86MCAsmInfo.lo
  CXX      libllvmx86codegen_la-X86MCCodeEmitter.lo
  CXX      libllvmx86codegen_la-X86RegisterInfo.lo
  CXX      libllvmx86codegen_la-X86SelectionDAGInfo.lo
  CXX      libllvmx86codegen_la-X86Subtarget.lo
  CXX      libllvmx86codegen_la-X86TargetMachine.lo
  CXX      libllvmx86codegen_la-X86TargetObjectFile.lo
  CXXLD    libllvmjit.la
  CXXLD    libllvmcodegen.la
  CXXLD    libllvmsystem.la
  CXXLD    libllvmx86codegen.la
  CXXLD    libclamavcxx.la
make[5]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make[4]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make[4]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
  CC       unrar15.lo
  CC       unrar20.lo
  CC       unrar.lo
  CC       unrarppm.lo
  CC       unrarvm.lo
  CC       unrarcmd.lo
  CC       unrarfilter.lo
  CC       unrarhlp.lo
  CC       unrar_iface.lo
  CC       libclamav_la-matcher-ac.lo
  CC       libclamav_la-matcher-bm.lo
  CC       libclamav_la-matcher-hash.lo
  CC       libclamav_la-matcher.lo
  CC       libclamav_la-others.lo
  CC       libclamav_la-readdb.lo
  CC       libclamav_la-cvd.lo
  CC       libclamav_la-dsig.lo
  CC       libclamav_la-scanners.lo
  CC       libclamav_la-textdet.lo
  CC       libclamav_la-filetypes.lo
  CC       libclamav_la-rtf.lo
  CC       libclamav_la-blob.lo
  CC       libclamav_la-mbox.lo
  CC       libclamav_la-message.lo
  CC       libclamav_la-table.lo
  CC       libclamav_la-text.lo
  CC       libclamav_la-ole2_extract.lo
  CC       libclamav_la-vba_extract.lo
  CC       libclamav_la-msexpand.lo
  CC       libclamav_la-pe.lo
  CC       libclamav_la-pe_icons.lo
  CC       libclamav_la-disasm.lo
  CC       libclamav_la-upx.lo
  CC       libclamav_la-htmlnorm.lo
  CC       libclamav_la-chmunpack.lo
  CC       libclamav_la-rebuildpe.lo
  CC       libclamav_la-petite.lo
  CC       libclamav_la-wwunpack.lo
  CC       libclamav_la-unsp.lo
  CC       libclamav_la-aspack.lo
  CC       libclamav_la-packlibs.lo
  CC       libclamav_la-fsg.lo
  CC       libclamav_la-mew.lo
  CC       libclamav_la-upack.lo
  CC       libclamav_la-line.lo
  CC       libclamav_la-untar.lo
  CC       libclamav_la-unzip.lo
  CC       libclamav_la-ooxml.lo
  CC       libclamav_la-inflate64.lo
  CC       libclamav_la-special.lo
  CC       libclamav_la-binhex.lo
  CC       libclamav_la-is_tar.lo
  CC       libclamav_la-tnef.lo
  CC       libclamav_la-autoit.lo
  CC       libclamav_la-unarj.lo
  CC       libclamav_la-bzlib.lo
  CC       libclamav_la-nulsft.lo
  CC       libclamav_la-infblock.lo
  CC       libclamav_la-pdf.lo
  CC       libclamav_la-pdfng.lo
  CC       libclamav_la-spin.lo
  CC       libclamav_la-yc.lo
  CC       libclamav_la-elf.lo
  CC       libclamav_la-sis.lo
  CC       libclamav_la-uuencode.lo
  CC       libclamav_la-phishcheck.lo
  CC       libclamav_la-phish_domaincheck_db.lo
  CC       libclamav_la-phish_whitelist.lo
  CC       libclamav_la-regex_list.lo
  CC       libclamav_la-regex_suffix.lo
  CC       libclamav_la-mspack.lo
  CC       libclamav_la-cab.lo
  CC       libclamav_la-entconv.lo
  CC       libclamav_la-hashtab.lo
entconv.c: In function 'in_iconv_u16':
entconv.c:736: warning: passing argument 2 of 'libiconv' from incompatible pointer type
/usr/local/include/iconv.h:83: note: expected 'char **' but argument is of type 'const char **'
  CC       libclamav_la-dconf.lo
  CC       libclamav_la-lzma_iface.lo
  CC       libclamav_la-7z_iface.lo
  CC       libclamav_la-7zAlloc.lo
  CC       libclamav_la-7zBuf.lo
  CC       libclamav_la-7zBuf2.lo
  CC       libclamav_la-7zCrc.lo
  CC       libclamav_la-7zDec.lo
  CC       libclamav_la-7zFile.lo
  CC       libclamav_la-7zIn.lo
  CC       libclamav_la-7zStream.lo
  CC       libclamav_la-Bcj2.lo
  CC       libclamav_la-Bra.lo
  CC       libclamav_la-Bra86.lo
  CC       libclamav_la-Lzma2Dec.lo
  CC       libclamav_la-LzmaDec.lo
  CC       libclamav_la-Ppmd7.lo
  CC       libclamav_la-Ppmd7Dec.lo
  CC       libclamav_la-Xz.lo
  CC       libclamav_la-XzCrc64.lo
  CC       libclamav_la-XzDec.lo
  CC       libclamav_la-XzIn.lo
  CC       libclamav_la-Delta.lo
  CC       libclamav_la-BraIA64.lo
  CC       libclamav_la-CpuArch.lo
  CC       libclamav_la-7zCrcOpt.lo
  CC       libclamav_la-explode.lo
  CC       libclamav_la-textnorm.lo
  CC       libclamav_la-dlp.lo
  CC       libclamav_la-js-norm.lo
  CC       libclamav_la-uniq.lo
  GEN      version.h.tmp
  CC       libclamav_la-mpool.lo
  CC       libclamav_la-filtering.lo
  CC       libclamav_la-fmap.lo
  CC       libclamav_la-perflogging.lo
  CC       libclamav_la-bytecode.lo
  CC       libclamav_la-bytecode_vm.lo
  CC       libclamav_la-cpio.lo
  CC       libclamav_la-macho.lo
  CC       libclamav_la-ishield.lo
  CC       libclamav_la-bytecode_api.lo
  CC       libclamav_la-bytecode_api_decl.lo
  CC       libclamav_la-cache.lo
  CC       libclamav_la-bytecode_detect.lo
  CC       libclamav_la-events.lo
  CC       libclamav_la-adc.lo
  CC       libclamav_la-dmg.lo
  CC       libclamav_la-xar.lo
  CC       libclamav_la-xdp.lo
  CC       libclamav_la-mbr.lo
  CC       libclamav_la-gpt.lo
  CC       libclamav_la-apm.lo
  CC       libclamav_la-prtn_intxn.lo
  CC       libclamav_la-json_api.lo
  CC       libclamav_la-xz_iface.lo
  CC       libclamav_la-sf_base64decode.lo
  CC       libclamav_la-hfsplus.lo
  CC       libclamav_la-swf.lo
  CC       libclamav_la-jpeg.lo
  CC       libclamav_la-png.lo
  CC       libclamav_la-iso9660.lo
  CC       libclamav_la-arc4.lo
  CC       libclamav_la-rijndael.lo
  CC       libclamav_la-crtmgr.lo
  CC       libclamav_la-asn1.lo
  CC       libclamav_la-fpu.lo
  CC       libclamav_la-stats.lo
  CC       libclamav_la-www.lo
  CC       libclamav_la-stats_json.lo
  CC       libclamav_la-hostid.lo
  CC       libclamav_la-openioc.lo
  CC       libclamav_la-msdoc.lo
  CC       libclamav_la-fp_add.lo
  CC       libclamav_la-fp_add_d.lo
  CC       libclamav_la-fp_addmod.lo
  CC       libclamav_la-fp_cmp.lo
  CC       libclamav_la-fp_cmp_d.lo
  CC       libclamav_la-fp_cmp_mag.lo
  CC       libclamav_la-fp_sub.lo
  CC       libclamav_la-fp_sub_d.lo
  CC       libclamav_la-fp_submod.lo
  CC       libclamav_la-s_fp_add.lo
  CC       libclamav_la-s_fp_sub.lo
  CC       libclamav_la-fp_radix_size.lo
  CC       libclamav_la-fp_read_radix.lo
  CC       libclamav_la-fp_read_signed_bin.lo
  CC       libclamav_la-fp_read_unsigned_bin.lo
  CC       libclamav_la-fp_reverse.lo
  CC       libclamav_la-fp_s_rmap.lo
  CC       libclamav_la-fp_signed_bin_size.lo
  CC       libclamav_la-fp_to_signed_bin.lo
  CC       libclamav_la-fp_to_unsigned_bin.lo
  CC       libclamav_la-fp_toradix.lo
  CC       libclamav_la-fp_toradix_n.lo
  CC       libclamav_la-fp_unsigned_bin_size.lo
  CC       libclamav_la-fp_cnt_lsb.lo
  CC       libclamav_la-fp_count_bits.lo
  CC       libclamav_la-fp_div_2.lo
  CC       libclamav_la-fp_div_2d.lo
  CC       libclamav_la-fp_lshd.lo
  CC       libclamav_la-fp_mod_2d.lo
  CC       libclamav_la-fp_rshd.lo
  CC       libclamav_la-fp_div.lo
  CC       libclamav_la-fp_div_d.lo
  CC       libclamav_la-fp_mod.lo
  CC       libclamav_la-fp_mod_d.lo
  CC       libclamav_la-fp_2expt.lo
  CC       libclamav_la-fp_exptmod.lo
  CC       libclamav_la-fp_ident.lo
  CC       libclamav_la-fp_set.lo
  CC       libclamav_la-fp_montgomery_calc_normalization.lo
  CC       libclamav_la-fp_montgomery_reduce.lo
  CC       libclamav_la-fp_montgomery_setup.lo
  CC       libclamav_la-fp_mul.lo
  CC       libclamav_la-fp_mul_comba.lo
  CC       libclamav_la-fp_mul_2.lo
  CC       libclamav_la-fp_mul_2d.lo
  CC       libclamav_la-fp_mul_comba_12.lo
  CC       libclamav_la-fp_mul_comba_17.lo
  CC       libclamav_la-fp_mul_comba_20.lo
  CC       libclamav_la-fp_mul_comba_24.lo
  CC       libclamav_la-fp_mul_comba_28.lo
  CC       libclamav_la-fp_mul_comba_3.lo
  CC       libclamav_la-fp_mul_comba_32.lo
  CC       libclamav_la-fp_mul_comba_4.lo
  CC       libclamav_la-fp_mul_comba_48.lo
  CC       libclamav_la-fp_mul_comba_6.lo
  CC       libclamav_la-fp_mul_comba_64.lo
  CC       libclamav_la-fp_mul_comba_7.lo
  CC       libclamav_la-fp_mul_comba_8.lo
  CC       libclamav_la-fp_mul_comba_9.lo
  CC       libclamav_la-fp_mul_comba_small_set.lo
  CC       libclamav_la-fp_mul_d.lo
  CC       libclamav_la-fp_mulmod.lo
  CC       libclamav_la-fp_invmod.lo
  CC       libclamav_la-fp_sqr.lo
  CC       libclamav_la-fp_sqr_comba_12.lo
  CC       libclamav_la-fp_sqr_comba_17.lo
  CC       libclamav_la-fp_sqr_comba_20.lo
  CC       libclamav_la-fp_sqr_comba_24.lo
  CC       libclamav_la-fp_sqr_comba_28.lo
  CC       libclamav_la-fp_sqr_comba_3.lo
  CC       libclamav_la-fp_sqr_comba_32.lo
  CC       libclamav_la-fp_sqr_comba_4.lo
  CC       libclamav_la-fp_sqr_comba_48.lo
  CC       libclamav_la-fp_sqr_comba_6.lo
  CC       libclamav_la-fp_sqr_comba_64.lo
  CC       libclamav_la-fp_sqr_comba_7.lo
  CC       libclamav_la-fp_sqr_comba_8.lo
  CC       libclamav_la-fp_sqr_comba_9.lo
  CC       libclamav_la-fp_sqr_comba_generic.lo
  CC       libclamav_la-fp_sqr_comba_small_set.lo
  CC       libclamav_la-fp_sqrmod.lo
  CC       libclamav_internal_utils_la-str.lo
  CC       libclamav_internal_utils_la-conv.lo
  CC       libclamav_internal_utils_la-crypto.lo
  CC       libclamav_internal_utils_la-iowrap.lo
  CC       libclamav_internal_utils_la-others_common.lo
  CC       libclamav_internal_utils_la-qsort.lo
  CC       libclamav_internal_utils_la-strlcpy.lo
  CC       libclamav_internal_utils_la-regcomp.lo
  CC       libclamav_internal_utils_la-regerror.lo
  CC       libclamav_internal_utils_la-regexec.lo
  CC       libclamav_internal_utils_la-regfree.lo
  CC       libclamav_internal_utils_nothreads_la-str.lo
  CC       libclamav_internal_utils_nothreads_la-conv.lo
  CC       libclamav_internal_utils_nothreads_la-crypto.lo
  CC       libclamav_internal_utils_nothreads_la-iowrap.lo
  CC       libclamav_internal_utils_nothreads_la-others_common.lo
  CC       libclamav_internal_utils_nothreads_la-qsort.lo
  CC       libclamav_internal_utils_nothreads_la-strlcpy.lo
  CC       libclamav_internal_utils_nothreads_la-regcomp.lo
  CC       libclamav_internal_utils_nothreads_la-regerror.lo
  CC       libclamav_internal_utils_nothreads_la-regexec.lo
  CC       libclamav_internal_utils_nothreads_la-regfree.lo
  CC       libclamav_nocxx_la-bytecode_nojit.lo
  CCLD     libclamunrar.la
  GEN      version.h
  CCLD     libclamav_internal_utils.la
  CCLD     libclamunrar_iface.la
  CC       libclamav_la-version.lo
  CCLD     libclamav_nocxx.la
  CCLD     libclamav.la
  CCLD     libclamav_internal_utils_nothreads.la
make[4]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
make[3]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
Making all in clamscan
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamscan'
  CC       output.o
  CC       getopt.o
  CC       optparser.o
  CC       actions.o
  CC       misc.o
  CC       clamscan.o
  CC       manager.o
  CCLD     clamscan
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamscan'
Making all in clamd
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamd'
  CC       output.o
  CC       optparser.o
  CC       getopt.o
  CC       misc.o
  CC       clamd.o
  CC       tcpserver.o
  CC       localserver.o
  CC       session.o
  CC       thrmgr.o
  CC       server-th.o
  CC       scanner.o
  CC       others.o
  CC       fan.o
  CCLD     clamd
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamd'
Making all in clamdscan
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdscan'
  CC       output.o
  CC       optparser.o
  CC       misc.o
  CC       getopt.o
  CC       actions.o
  CC       clamdcom.o
  CC       clamdscan.o
  CC       proto.o
  CC       client.o
  CCLD     clamdscan
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdscan'
Making all in freshclam
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/freshclam'
  CC       output.o
  CC       optparser.o
  CC       getopt.o
  CC       misc.o
  CC       cdiff.o
  CC       tar.o
  CC       clamdcom.o
  CC       freshclam.o
  CC       manager.o
  CC       notify.o
  CC       dns.o
  CC       execute.o
  CC       nonblock.o
  CC       mirman.o
  CCLD     freshclam
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/freshclam'
Making all in sigtool
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/sigtool'
  CC       output.o
  CC       getopt.o
  CC       optparser.o
  CC       misc.o
  CC       cdiff.o
  CC       tar.o
  CC       vba.o
  CC       sigtool.o
  CCLD     sigtool
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/sigtool'
Making all in clamconf
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamconf'
  CC       optparser.o
  CC       getopt.o
  CC       misc.o
  CC       clamconf.o
  CCLD     clamconf
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamconf'
Making all in database
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/database'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/database'
Making all in docs
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/docs'
Making all in etc
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/etc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/etc'
Making all in clamav-milter
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamav-milter'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamav-milter'
Making all in test
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/test'
cat ../test/.split/split.clam.cabaa ../test/.split/split.clam.cabab > clam.cab
cat ../test/.split/split.clam.exeaa ../test/.split/split.clam.exeab > clam.exe
cat ../test/.split/split.clam.zipaa ../test/.split/split.clam.zipab > clam.zip
cat ../test/.split/split.clam.arjaa ../test/.split/split.clam.arjab > clam.arj
cat ../test/.split/split.clam.exe.rtfaa ../test/.split/split.clam.exe.rtfab > clam.exe.rtf
cat ../test/.split/split.clam.exe.szddaa ../test/.split/split.clam.exe.szddab > clam.exe.szdd
cat ../test/.split/split.clam.tar.gzaa ../test/.split/split.clam.tar.gzab > clam.tar.gz
cat ../test/.split/split.clam.chmaa ../test/.split/split.clam.chmab > clam.chm
cat ../test/.split/split.clam.sisaa ../test/.split/split.clam.sisab > clam.sis
cat ../test/.split/split.clam-aspack.exeaa ../test/.split/split.clam-aspack.exeab > clam-aspack.exe
cat ../test/.split/split.clam-pespin.exeaa ../test/.split/split.clam-pespin.exeab > clam-pespin.exe
cat ../test/.split/split.clam-upx.exeaa ../test/.split/split.clam-upx.exeab > clam-upx.exe
cat ../test/.split/split.clam-fsg.exeaa ../test/.split/split.clam-fsg.exeab > clam-fsg.exe
cat ../test/.split/split.clam-mew.exeaa ../test/.split/split.clam-mew.exeab > clam-mew.exe
cat ../test/.split/split.clam-nsis.exeaa ../test/.split/split.clam-nsis.exeab > clam-nsis.exe
cat ../test/.split/split.clam-petite.exeaa ../test/.split/split.clam-petite.exeab > clam-petite.exe
cat ../test/.split/split.clam-upack.exeaa ../test/.split/split.clam-upack.exeab > clam-upack.exe
cat ../test/.split/split.clam-wwpack.exeaa ../test/.split/split.clam-wwpack.exeab > clam-wwpack.exe
cat ../test/.split/split.clam.pdfaa ../test/.split/split.clam.pdfab > clam.pdf
cat ../test/.split/split.clam.mailaa ../test/.split/split.clam.mailab > clam.mail
cat ../test/.split/split.clam.pptaa ../test/.split/split.clam.pptab > clam.ppt
cat ../test/.split/split.clam.tnefaa ../test/.split/split.clam.tnefab > clam.tnef
cat ../test/.split/split.clam.ea05.exeaa ../test/.split/split.clam.ea05.exeab > clam.ea05.exe
cat ../test/.split/split.clam.ea06.exeaa ../test/.split/split.clam.ea06.exeab > clam.ea06.exe
cat ../test/.split/split.clam.d64.zipaa ../test/.split/split.clam.d64.zipab > clam.d64.zip
cat ../test/.split/split.clam.exe.mbox.base64aa ../test/.split/split.clam.exe.mbox.base64ab > clam.exe.mbox.base64
cat ../test/.split/split.clam.exe.mbox.uuaa ../test/.split/split.clam.exe.mbox.uuab > clam.exe.mbox.uu
cat ../test/.split/split.clam.exe.binhexaa ../test/.split/split.clam.exe.binhexab > clam.exe.binhex
cat ../test/.split/split.clam.ole.docaa ../test/.split/split.clam.ole.docab > clam.ole.doc
cat ../test/.split/split.clam.impl.zipaa ../test/.split/split.clam.impl.zipab > clam.impl.zip
cat ../test/.split/split.clam.exe.htmlaa ../test/.split/split.clam.exe.htmlab > clam.exe.html
cat ../test/.split/split.clam.bin-be.cpioaa ../test/.split/split.clam.bin-be.cpioab > clam.bin-be.cpio
cat ../test/.split/split.clam.bin-le.cpioaa ../test/.split/split.clam.bin-le.cpioab > clam.bin-le.cpio
cat ../test/.split/split.clam.newc.cpioaa ../test/.split/split.clam.newc.cpioab > clam.newc.cpio
cat ../test/.split/split.clam.odc.cpioaa ../test/.split/split.clam.odc.cpioab > clam.odc.cpio
cat ../test/.split/split.clam-yc.exeaa ../test/.split/split.clam-yc.exeab > clam-yc.exe
cat ../test/.split/split.clam_IScab_int.exeaa ../test/.split/split.clam_IScab_int.exeab > clam_IScab_int.exe
cat ../test/.split/split.clam_IScab_ext.exeaa ../test/.split/split.clam_IScab_ext.exeab > clam_IScab_ext.exe
cat ../test/.split/split.clam_ISmsi_int.exeaa ../test/.split/split.clam_ISmsi_int.exeab > clam_ISmsi_int.exe
cat ../test/.split/split.clam_ISmsi_ext.exeaa ../test/.split/split.clam_ISmsi_ext.exeab > clam_ISmsi_ext.exe
cat ../test/.split/split.clam.7zaa ../test/.split/split.clam.7zab > clam.7z
cat ../test/.split/split.clam_cache_emax.tgzaa ../test/.split/split.clam_cache_emax.tgzab > clam_cache_emax.tgz
cat ../test/.split/split.clam.isoaa ../test/.split/split.clam.isoab > clam.iso
cat ../test/.split/split.clamjol.isoaa ../test/.split/split.clamjol.isoab > clamjol.iso
cat ../test/.split/split.clam-v2.raraa ../test/.split/split.clam-v2.rarab > clam-v2.rar
cat ../test/.split/split.clam-v3.raraa ../test/.split/split.clam-v3.rarab > clam-v3.rar
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/test'
Making all in clamdtop
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdtop'
  CC       optparser.o
  CC       getopt.o
  CC       misc.o
  CC       clamdtop.o
  CCLD     clamdtop
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdtop'
Making all in clambc
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clambc'
  CC       optparser.o
  CC       getopt.o
  CC       misc.o
  CC       bcrun.o
  CCLD     clambc
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clambc'
Making all in unit_tests
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/unit_tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/unit_tests'
Making all in clamsubmit
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamsubmit'
  CC       output.o
  CC       optparser.o
  CC       getopt.o
  CC       misc.o
  CC       clamsubmit.o
  CCLD     clamsubmit
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamsubmit'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
Make complete
Cleaning old libraries up...
Installing ...
Making install in libltdl
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
make  install-am
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
make[3]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
make[3]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libltdl'
Making install in libclamav
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
make  install-recursive
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
Making install in c++
make[3]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make  install-am
make[4]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make[5]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make[4]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make[3]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav/c++'
make[3]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
  GEN      version.h.tmp
  GEN      version.h
make[4]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
  GEN      version.h.tmp
  GEN      version.h
 /bin/mkdir -p '/usr/local/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libclamunrar.la libclamunrar_iface.la libclamav.la '/usr/local/lib64'
libtool: install: /usr/bin/install -c .libs/libclamunrar.so.6.1.25 /usr/local/lib64/libclamunrar.so.6.1.25
libtool: install: (cd /usr/local/lib64 && { ln -s -f libclamunrar.so.6.1.25 libclamunrar.so.6 || { rm -f libclamunrar.so.6 && ln -s libclamunrar.so.6.1.25 libclamunrar.so.6; }; })
libtool: install: (cd /usr/local/lib64 && { ln -s -f libclamunrar.so.6.1.25 libclamunrar.so || { rm -f libclamunrar.so && ln -s libclamunrar.so.6.1.25 libclamunrar.so; }; })
libtool: install: /usr/bin/install -c .libs/libclamunrar.lai /usr/local/lib64/libclamunrar.la
libtool: install: warning: relinking `libclamunrar_iface.la'
libtool: install: (cd /usr/local/directadmin/custombuild/clamav-0.98.6/libclamav; /bin/sh /usr/local/directadmin/custombuild/clamav-0.98.6/libtool  --silent --tag CC --mode=relink gcc -g -O2 -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -module -thread-safe -version-info 7:25:1 -no-undefined -Wl,--version-script,../libclamunrar_iface/libclamunrar_iface.map -o libclamunrar_iface.la -rpath /usr/local/lib64 unrar_iface.lo libclamunrar.la -ldl )
libtool: install: /usr/bin/install -c .libs/libclamunrar_iface.so.6.1.25T /usr/local/lib64/libclamunrar_iface.so.6.1.25
libtool: install: (cd /usr/local/lib64 && { ln -s -f libclamunrar_iface.so.6.1.25 libclamunrar_iface.so.6 || { rm -f libclamunrar_iface.so.6 && ln -s libclamunrar_iface.so.6.1.25 libclamunrar_iface.so.6; }; })
libtool: install: (cd /usr/local/lib64 && { ln -s -f libclamunrar_iface.so.6.1.25 libclamunrar_iface.so || { rm -f libclamunrar_iface.so && ln -s libclamunrar_iface.so.6.1.25 libclamunrar_iface.so; }; })
libtool: install: /usr/bin/install -c .libs/libclamunrar_iface.lai /usr/local/lib64/libclamunrar_iface.la
libtool: install: /usr/bin/install -c .libs/libclamav.so.6.1.25 /usr/local/lib64/libclamav.so.6.1.25
libtool: install: (cd /usr/local/lib64 && { ln -s -f libclamav.so.6.1.25 libclamav.so.6 || { rm -f libclamav.so.6 && ln -s libclamav.so.6.1.25 libclamav.so.6; }; })
libtool: install: (cd /usr/local/lib64 && { ln -s -f libclamav.so.6.1.25 libclamav.so || { rm -f libclamav.so && ln -s libclamav.so.6.1.25 libclamav.so; }; })
libtool: install: /usr/bin/install -c .libs/libclamav.lai /usr/local/lib64/libclamav.la
libtool: finish: PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib64

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.
----------------------------------------------------------------------
 /bin/mkdir -p '/usr/local/include'
 /usr/bin/install -c -m 644 clamav.h '/usr/local/include'
make[4]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
make[3]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/libclamav'
Making install in clamscan
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamscan'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamscan'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c clamscan '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/clamscan /usr/local/bin/clamscan
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamscan'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamscan'
Making install in clamd
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamd'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamd'
 /bin/mkdir -p '/usr/local/sbin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c clamd '/usr/local/sbin'
libtool: install: /usr/bin/install -c .libs/clamd /usr/local/sbin/clamd
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamd'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamd'
Making install in clamdscan
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdscan'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdscan'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c clamdscan '/usr/local/bin'
libtool: install: /usr/bin/install -c clamdscan /usr/local/bin/clamdscan
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdscan'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdscan'
Making install in freshclam
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/freshclam'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/freshclam'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c freshclam '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/freshclam /usr/local/bin/freshclam
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/freshclam'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/freshclam'
Making install in sigtool
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/sigtool'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/sigtool'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c sigtool '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/sigtool /usr/local/bin/sigtool
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/sigtool'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/sigtool'
Making install in clamconf
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamconf'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamconf'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c clamconf '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/clamconf /usr/local/bin/clamconf
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamconf'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamconf'
Making install in database
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/database'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/database'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/database'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/database'
Making install in docs
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/docs'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/docs'
make[2]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamdscan.1 man/clamconf.1 man/clamdtop.1 man/clambc.1 man/clamsubmit.1 '/usr/local/share/man/man1'
 /bin/mkdir -p '/usr/local/share/man/man5'
 /usr/bin/install -c -m 644 man/clamd.conf.5 man/clamav-milter.conf.5 man/freshclam.conf.5 '/usr/local/share/man/man5'
 /bin/mkdir -p '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 man/clamd.8 man/clamav-milter.8 '/usr/local/share/man/man8'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/docs'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/docs'
Making install in etc
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/etc'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/etc'
 /bin/mkdir -p '/etc'
 /usr/bin/install -c -m 644 clamd.conf.sample freshclam.conf.sample '/etc'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/etc'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/etc'
Making install in clamav-milter
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamav-milter'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamav-milter'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamav-milter'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamav-milter'
Making install in test
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/test'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/test'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/test'
Making install in clamdtop
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdtop'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdtop'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c clamdtop '/usr/local/bin'
libtool: install: /usr/bin/install -c clamdtop /usr/local/bin/clamdtop
 /bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 ../docs/man/clamdtop.1 '/usr/local/share/man/man1'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdtop'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamdtop'
Making install in clambc
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clambc'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clambc'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c clambc '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/clambc /usr/local/bin/clambc
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clambc'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clambc'
Making install in unit_tests
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/unit_tests'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/unit_tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/unit_tests'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/unit_tests'
Making install in clamsubmit
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamsubmit'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamsubmit'
 /bin/mkdir -p '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c clamsubmit '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/clamsubmit /usr/local/bin/clamsubmit
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamsubmit'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6/clamsubmit'
make[1]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
make[2]: Entering directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
 /bin/mkdir -p '/usr/local/bin'
 /usr/bin/install -c clamav-config '/usr/local/bin'
 /bin/mkdir -p '/usr/local/lib64/pkgconfig'
 /usr/bin/install -c -m 644 libclamav.pc '/usr/local/lib64/pkgconfig'
make[2]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/clamav-0.98.6'
Restarting freshclam.
Shutting down freshclam: [  OK  ]
Starting freshclam: [  OK  ]
Restarting clamd.
Shutting down clamd: [  OK  ]
Starting clamd: [  OK  ]
Restarting exim.
Shutting down exim: 
Starting exim:  [COLOR=#FFFFFF][FONT=monospace]Done ClamAV.[/FONT][/COLOR]


When restarting HTTPD is working fine (Parent & Childs are created)
but in /var/log/httpd/error_log you're getting the message
Code:
/usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_global_mutex_lockfile

After running ./build apache the it started working again.
 
Same here after updating yesterday the nightly tally breaks apache 2.4 (not apache 2.2 servers?)
A ssh command #./build apache (from inside /usr/local/directadmin/custombuild/ folder) fixes this issue.


As far that I can remember the error some info:

after nightly tally apache shutdown:

/var/log/httpd/error_logs
[Fri Feb 13 01:02:01.867524 2015] [mpm_event:notice] [pid 12960:tid 139911861745600] AH00491: caught SIGTERM, shutting down

After #service httpd restart

it's compaining about mpm_event_module (mod_mpm_event.so) cannot be loaded into server.
and something about undefined symbol: apr_skiplist_pop

after the ./build apache

everthing is working okay!
 
Same error here, we manage several servers with same setup (CentOS 6 x64, CB2 and Apache 2.4), but only one had problem with Apache today after the nightly tally.

An "./build apache" fixed the problem.

Code:
# service httpd restart
/usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory

Code:
# ldd /usr/sbin/httpd | grep libapr
libaprutil-1.so.0 => not found
libapr-1.so.0 => not found
 
Do you have subversion installed with yum on these servers? I think it could be related to this update: https://rhn.redhat.com/errata/RHSA-2015-0165.html

After I updated subversion with yum on my servers, I noticed that my server loaded apr and apr util version where wrong (older) then before, but to see the problem after upgrading subversion with yum, I had to run ./build update in custombuild, then I could do httpd -V and it would show this:

Code:
Server loaded:  APR 1.3.9, APR-UTIL 1.3.9
Compiled using: APR 1.5.1, APR-UTIL 1.5.4

After I recompiled Apache in custombuild, the problem with old apr and apr-util was fixed and correct. Anyway, this all happen only because I did yum update and upgraded subversion with yum. It could be the same reason for your problems too, that is if you have subversion installed with your system manager.
 
I have exactly the same error on multiple DA servers.
/usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory

And I don't have subversion installed on any server. When running custombuild cron, it shows weird message
Apache to 2.4.12 update is available.

Notice that it missed the old version? And the fact is all servers are running 2.4.12 already before stop working.
 
I have error:
ldd /usr/sbin/nginx | grep libapr
libapr-1.so.0 => not found
libaprutil-1.so.0 => not found


nginx -V
nginx: error while loading shared libraries: libapr-1.so.0: cannot open shared object file: No such file or directory

service nginx restart
/usr/sbin/nginx: error while loading shared libraries: libapr-1.so.0: cannot open shared object file: No such file or directory

I used nginx_apache.
I get this error when I enable and build mod_security.
 
Back
Top