I want to install a captcha app that requires: GD.pm: GD.pm 2.01 or later (with PNG support) &
Digest::MD5
This is on freebsd and a "pkg_info" now shows...
digest-20010807_2 MD5/SHA-1/RIPEMD-160 checksumming utility
gd-1.8.4_6 A graphics library for fast image creation
gd-2.0.1_3 A graphics library for fast creation of images
How to I install or tell perl about the "digest" and "gd-2.01" packages?
I am a newbie and simple instructions would help. I spent time on this and am thinking I just do the following?
as root...
1.) # perl -MCPAN -e shell
2.) cpan > install ?
Not sure how to specifiy 2 needs packages above?
Then how do I exit out and is that it or what else am I missing?
Thanks,
Jay