Mumble-Server (Murmur) on Debian 6.0 Squeeze x64 (64-bit amd64)

If you’re running Debian 6.0 Squeeze in the amd64 version and try to run the static binary Mumble Server (Murmur) you may experience the server crashing after about 90 seconds.

To check for the issue (and make sure), run murmur.x86 with the -v -fg commandline arguments.

murmur.x86 -v -fg

Your process may crash with

relocation error: /lib32/libresolv.so.2: symbol strlen, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

If that is your issue, it seems to be a problem with the 32-bit libs. Compile Murmur yourself or install a Mumble-Server package, from the repository linked in this forum thread for example.

That will fix your issue.