Running avastd got error

[root@server etc]# service avastd start
Starting avastd:/usr/sbin/avastd: relocation error: /usr/sbin/avastd: symbol _avlib_init, version ASWE_4.0 not defined in file libavastengine-4.so.7 with link time reference
[FAILED]

What i missing about that … Can somebody explain me why!!!

seems that you are mixing the x86-64 patch with non-patched libavastengine library.
just download packages from http://avast.com/eng/download-avast-for-linux-server.html, install avast4server, and run it. Yes, normal libavastengine DOESN’T export _avlib_init, but normal application doesn’t use this call. Only the patched version exported and used this way of initialisation.

regards,
PC

Thank for the info. I will try again.