Ah, quite right. It seems that the server was running build 2154, not 2158 as I had thought.
Thanks!
On a different note, on one of the machines, I'm getting the following error (in launching the client):
Cannot mix incompatible Qt library (version 0x40804) with this library (version 0x40807)
I can get rid of it by overriding the photoscan.sh script to force it to use the system libraries instead of the ones provided. However, the system libraries are older and don't work properly with the 3d display (only get markers, not pointcloud). It seems that although the Qt libraries are provided, it is using a system one as well?
I'm using Mageia linux, 64-bit. Running ldd | grep -i qt shows that it is correctly referencing the 4 libraries in the install directory.
Any suggestions?