Sunday, December 30, 2007

Wordpress Shoutbox

I was searching a good shoutbox for my hosted wordpress blog. Then I found a wordpress plugin for shoutbox. The name of the plugin is Wordspew. It was difficult to find out the pluggin because it is not maintained anymore by Andrew, while most of the posts I found on google were pointed to Andrew.

Finally I found the link of where the latest update can be downloaded.
Here is it, on Pierre's website.

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