3.2 Compile the members.c Script

Next, you need to compile the members.c script on your server, so your member's self replicating web sites will work. Connect to your server via SSH, and change directories to your document root, where the members.c script is located. At the SSH prompt, type the following:
gcc -o members members.c

This will compile the members.c script, and create a file named members in your document root. CHMOD the new members script to 755.