How to Compile a Netatalk With SSL 2.0.5

104 5
    • 1). Download the latest Netatalk source code tarball from the Netatalk SourceForge repository (see Resources).

    • 2). Open a new terminal window in your Linux or UNIX distribution. Every distribution arranges this differently, but you can often find the terminal application in the Accessories, Utilities or Administration directory in your system menu.

    • 3). Navigate to the directory you downloaded Netatalk to in the command line by entering the appropriate command followed by the "Enter" key. For example, "cd /home/robert/downloads."

    • 4). Untar and ungzip the application. "tar -xvzf <filename>" where <filename> is the name of the current source code version of Netatalk.

    • 5). Change directory to the new Netatalk folder you extracted: "cd netatalk*"

    • 6). Configure the application with SSL support. "./configure --with-ssl <directory>." Replace <directory> with the location of your SSL 2.0.5 installation. You can obtain this by typing "whereis ssl" on the command line and pressing "Enter."

    • 7). Type "make" and then press "Enter." This will compile the application.

    • 8). Type "sudo make install" to install the application to its appropriate system directories. You will need to provide the system's root password when prompted.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.