How to Compile a Netatalk With SSL 2.0.5

Netatalk is a free and open source print server that is compatible with the AppleTalk protocol. This means that you can create a print server for Macintosh environments on an older or inexpensive piece of hardware running a Linux or other UNIX-like operating system. Netatalk supports environments of mixed MacOS and OS X clients, allowing older Mac hardware to print alongside newer.

Instructions

    • 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.

Related Searches:

References

Resources

Comments

You May Also Like

  • How to Compile PHP With SSL

    As a language designed explicitly for developing web applications, PHP comes with most of the tools web developers need out of the...

  • How to Compile NRPE With an SSL Option

    Nagios is a sophisticated program designed to make it easy for Linux administrators to monitor dozens or even hundreds of systems from...

  • How to Use Pound with SSL

    Pound is a non-caching reverse proxy server for Linux and UNIX that is used in load balancing, security analysis, decryption and network...

  • How to Make a Server on Ventrilo

    Want to set up a private Ventrilo server for you and your guildmates? Getting your own server up and running is easier...

  • How to Create an SSL Certificate in Server 2003

    Secured sockets layer (SSL) encrypts the data on your web server. When users transfer sensitive information, such as Social Security numbers and...

  • What Is the Meaning of Open Source Hardware?

    Open source technologies are technologies with licenses that give the users permission to study, change and improve the design, and to redistribute...

  • How to Install Mac OS on a PC

    A few years ago, Apple, the makers of the Macintosh computer, decided to release all of its new machines with Intel processors,...

  • How to Use SSL With PHP

    PHP is a popular scripting language for programming dynamic websites and applications. Secure Socket Layer (SSL) improves the security of your website...

  • How to Compile the Apache2 SSL

    The Secure Socket Layer (SSL) protocol is the basis for most of the secure e-commerce transactions on the Internet. By using end-to-end...

  • How to Turn On Apple Talk

    AppleTalk is Apple's proprietary networking software that allows Apple computers to network with printers, servers and other peripheral devices. In order for...

  • How to Upload Cycorder iPhone Videos

    Cycorder is a third-party video recording application for the iPhone, produced by Cydia. To use Cycorder, you must jailbreak your iPhone, which...

  • How to Encrypt a File Using OpenSSL

    OpenSSL is the standard for server security, but it provides more than just key and certificate infrastructure. It will also allow you...

Related Ads

Featured