irssi w/ ssl and blowfish

This has been the bane of my online existence, until now.

try to follow these directions:
sudo apt-get -y install irssi irssi-scripts ca-certificates \
libcrypt-blowfish-perl libcrypt-dh-perl libcrypt-openssl-bignum-perl \
libmath-bigint-gmp-perl

http://blog.sjas.de/posts/irssi-with-blowfish-encryption.html

https://github.com/falsovsky/FiSH-irssi


install libssl-dev

irssi + ssl + fish on ubuntu

fish on irssi
http://blog.sjas.de/posts/irssi-with-blowfish-encryption.html
https://github.com/falsovsky/FiSH-irssi

install
libssl-dev
cd
mkdir src
cd src
git clone -v –progress https://github.com/irssi/irssi.git
git clone -v –progress https://github.com/falsovsky/FiSH-irssi.git

cd ~/src/irssi
./autogen.sh –prefix=/usr –enable-ssl
make
sudo make install

cd ~/src/FiSH-irssi
cmake .
./configure –with-irssi=~/src/irssi –prefix=/usr
make
sudo make install