Linux executables for prpnet 2.1.2, compiled with gcc version 4.1.2.
None of these have been tested.

prpadmin-x86-linux
prpclient-x86-linux
prpserver-x86-linux

prpadmin-x86_64-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
