Marcel Beringer wrote: > So now the server really is running in 64 bit mode, cause why not use > it when you bought it :) > > But ... I cannot install/update anymore ...
Look at the output of "ldd hldsupdatetool.bin". Do all the files it points to exist? That is what this error means -- that one of the shared libs either does not exist, or is not in your library path. Since it only uses libc and I am sure you have this, it may be that it is simply not compatible with 64-bit versions. I'm not very familiar with 64-bit architecture, but I do know there is a different libc for thse OS's. Another hint this may only work on 32-bit OS's: $ file hldsupdatetool.bin hldsupdatetool.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped -- Chris _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

