License Server Cannot Be Started

If the license server refuses to start on Linux, check the output of

ldd lmx-serv-quantum

If you see something like

./lmx-serv-quantum: /lib64/tls/libc.so.6: version 'GLIBC_2.4' not found (required by ./lmx-serv-quantum)
 libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000003ca4700000)
 libm.so.6 => /lib64/tls/libm.so.6 (0x0000003ca3f00000)
 libc.so.6 => /lib64/tls/libc.so.6 (0x0000003ca3c00000)
 /lib64/ld-linux-x86-64.so.2 (0x0000003ca3800000)

it means that this machine can not be used to run the license server, since it requires GLIC 2.4 or newer, and this machine uses GLIBC 2.3 (or lower).