I did the usual:
./configure
make
su -c "make install"
but get an error after make and make install. Here is the end of it where I think the error is, I don't think you wanna see the whole output.
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make[2]: *** [firestarter] Error 1
make[2]: Leaving directory `/home/tj/dl/firestarter-0.9.2/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/tj/dl/firestarter-0.9.2/src'
make: *** [install-recursive] Error 1
Anyone got any idea what's wrong?