Discussion:
[Gmod-gbrowse] Problems with Net::SMTP::SSL
John Portwood
2014-12-05 23:26:19 UTC
Permalink
Hello,

I've recently installed a new instance of GBrowse v2.55 on a machine with
CentOS 6.5 x86_64, with everything going smoothly except user account
registration. When using the create account or forgotten password links,
this error is returned:

Can't locate object method "auth" via package "Net::SMTP::SSL" at
/usr/local/lib64/perl5/Bio/Graphics/Browser2/SendMail.pm line 58

Net::SMTP::SSL fails an installation test, but force installing it does not
resolve the issue.

Here's the make test error:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness"
"-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/test.t .. 1/1
# Failed test 'use Net::SMTP::SSL;'
# at t/test.t line 2.
# Tried to use 'Net::SMTP::SSL'.
# Error: Not a GLOB reference at
/home/john/.cpan/build/Net-SMTP-SSL-1.01-gm5tOZ/blib/lib/Net/SMTP/SSL.pm
line 16.
# Compilation failed in require at t/test.t line 2.
# BEGIN failed--compilation aborted at t/test.t line 2.
# Looks like you failed 1 test of 1.
t/test.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests

Test Summary Report
-------------------
t/test.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.15 cusr 0.01
csys = 0.20 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.

If anyone has any recommendations please let me know.

Thanks!
--
John Portwood
1032 Crop Genome Informatics Labaoratory
Iowa State University - USDA - ARS
Ames, IA 50010
Scott Cain
2014-12-06 01:15:12 UTC
Permalink
Hi John,

Offhand, I don't know what the problem is. If you run " perl t/test.t" it might give you more information on what is failing. Have you tried contacting the author of the module?

Scott


Sent from my iPad
Post by John Portwood
Hello,
Can't locate object method "auth" via package "Net::SMTP::SSL" at /usr/local/lib64/perl5/Bio/Graphics/Browser2/SendMail.pm line 58
Net::SMTP::SSL fails an installation test, but force installing it does not resolve the issue.
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/test.t .. 1/1
# Failed test 'use Net::SMTP::SSL;'
# at t/test.t line 2.
# Tried to use 'Net::SMTP::SSL'.
# Error: Not a GLOB reference at /home/john/.cpan/build/Net-SMTP-SSL-1.01-gm5tOZ/blib/lib/Net/SMTP/SSL.pm line 16.
# Compilation failed in require at t/test.t line 2.
# BEGIN failed--compilation aborted at t/test.t line 2.
# Looks like you failed 1 test of 1.
t/test.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/test.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.20 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
If anyone has any recommendations please let me know.
Thanks!
--
John Portwood
1032 Crop Genome Informatics Labaoratory
Iowa State University - USDA - ARS
Ames, IA 50010
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Gmod-gbrowse mailing list
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
John Portwood
2014-12-09 15:32:06 UTC
Permalink
Hi Scott,

After a little digging I found the same issue with this module reported in
multiple places (e.g: https://rt.cpan.org/Public/Bug/Display.html?id=99454).
I was able to resolve this issue by downgrading to SHAY/libnet-1.27.tar.gz.

Thanks,
John
Post by Scott Cain
Hi John,
Offhand, I don't know what the problem is. If you run " perl t/test.t" it
might give you more information on what is failing. Have you tried
contacting the author of the module?
Scott
Sent from my iPad
Hello,
I've recently installed a new instance of GBrowse v2.55 on a machine with
CentOS 6.5 x86_64, with everything going smoothly except user account
registration. When using the create account or forgotten password links,
Can't locate object method "auth" via package "Net::SMTP::SSL" at
/usr/local/lib64/perl5/Bio/Graphics/Browser2/SendMail.pm line 58
Net::SMTP::SSL fails an installation test, but force installing it does
not resolve the issue.
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM"
"-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/test.t .. 1/1
# Failed test 'use Net::SMTP::SSL;'
# at t/test.t line 2.
# Tried to use 'Net::SMTP::SSL'.
# Error: Not a GLOB reference at
/home/john/.cpan/build/Net-SMTP-SSL-1.01-gm5tOZ/blib/lib/Net/SMTP/SSL.pm
line 16.
# Compilation failed in require at t/test.t line 2.
# BEGIN failed--compilation aborted at t/test.t line 2.
# Looks like you failed 1 test of 1.
t/test.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/test.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.15 cusr
0.01 csys = 0.20 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
If anyone has any recommendations please let me know.
Thanks!
--
John Portwood
1032 Crop Genome Informatics Labaoratory
Iowa State University - USDA - ARS
Ames, IA 50010
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Gmod-gbrowse mailing list
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
--
John Portwood
1032 Crop Genome Informatics Labaoratory
Iowa State University - USDA - ARS
Ames, IA 50010
Loading...