2.4 Compile members.c Script

The next thing you need to do is compile the members.c script, which should be located in the document root of your server. Telnet into your server, and change directories to your document root where the members.c script is located. At the telnet prompt type the following:
gcc -o members members.c

This will compile the members.c script, and create a new file named members in your document root. CHMOD the new members file to 755, and delete the members.c script from your server. If for some reason, you received an error when trying to compile the members.c script, you may try uploading the binary members script located in the /misc/ directory of the zip file. Again, CHMOD the members file to 755 after uploaded.