Linux executables for prpnet 1.0.6. None of these have been tested.

prpclient-x86-linux
prpserver-x86-linux

prpclient-x86_64-linux
prpserver-x86_64-linux


These were statically linked against C++, dynamic linked against C libraries.
When I try to statically link against the C libraries GCC gives this warning:

Socket.o: In function `Socket::GetAddress()':
Socket.cpp:(.text+0x39): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
