The DC is 64-bits binary, so you can't run it on a 32-bits distribution.
You can try to switch your distribution to multiarch, shouldn't be too hard - you need to :
1. Boot a 64-bits kernel (linux-image-amd64).
2. Enable multiarch : dpkg --add-architecture amd64 ; apt-get update
3. Install the 64-bits basic libraries : apt-get install libc6:amd64 libasound2:amd64 libasound2-data:amd64 libasound2-plugins:amd64 (and maybe a few others).