Saturday, December 22, 2007

Installing SSLeay on Ubuntu

I had a very hard time to install SSLeay on Ubuntu either by using cpan or compiling it directly from the source. It looks like that some headers were missing on the compilation process so I got so many errors and unable to compile the module.

I finally realized that there are always an easy way to do it on Ubuntu, as usual, by using apt-get.
Here is the command to install SSLeay on Ubuntu
sudo apt-get install libnet-ssleay-perl
sudo apt-get install libcrypt-ssleay-perl

No comments: