Hi,
There have been some issues with Uppsala server, now it should work.
I also noticed that on more recent Linux distributions Uppaal has issues with the newer libc, which manifests in a similar error message (engine refuses to start).
The solution is to move the shipped libc libraries out of the way:
cd uppaal64-4.1.26/bin-Linux
mkdir old
mv ld-linux.so libc.so.6 libdl.so.2 libgcc_s.so.1 libm.so.6 libpthread.so.0 librt.so.1 old/
mv verifyta server socketserver old/
mv server.bin server
mv socketserver.bin socketserver
mv verifyta.bin verifyta
Then validate that it actually works:
echo version | ./server
Those libraries are still needed for older systems, hence no universal solution.
Best regards,
Marius