ironcamel / Dancer-Plugin-Email

Simple email sending for Dancer
http://p3rl.org/Dancer::Plugin::Email
6 stars 10 forks source link

Bailing out the installation for Dancer-Plugin-Email-1.0201. #22

Open TheAthlete opened 9 years ago

TheAthlete commented 9 years ago

Hello! Unable to install the module, because the module Net::SMTP::SSL crashes with error

https://rt.cpan.org/Public/Bug/Display.html?id=99454

and this module is not updated since 2004

ironcamel commented 9 years ago

Net::SMTP::SSL installs fine for me:

$ cpanm Net::SMTP::SSL
--> Working on Net::SMTP::SSL
Fetching http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-1.01.tar.gz ... OK
Configuring Net-SMTP-SSL-1.01 ... OK
Building and testing Net-SMTP-SSL-1.01 ... OK
Successfully installed Net-SMTP-SSL-1.01
1 distribution installed

My guess is you probably don't have some required ssl library installed.

TheAthlete commented 9 years ago

Thanks for the quick reply. Tried to run the test for Net::SMTP::SSL commented out with no strict 'refs' conclusion:

Error: Can't use string ("SO_DONTLINGER") as a symbol ref while "strict refs" in use at /lib/Net/SMTP/SSL.pm line 21.

TheAthlete commented 9 years ago

installed using the package in the repository: $ sudo dnf install perl-Net-SMTP-SSL everything works.