Most likely a false positive. chkrootkit is VERY crude in its check methods.
run it with the -d
flag and find out why it thinks that it is infected. E.g:
sudo chkrootkit -d chsh
I personally prefer running rpm -Va
from time to time. This reliably list any changed binaries (regardless whether there’s a rootkit or something else)