3

All related modules are installed and also checked dependencies ..already installed everything even though given below error :

Can't locate object method "ssl_opts" via package "LWP::UserAgent" on centos 6

Can anyone help me?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
dev disoza
  • 31
  • 2

1 Answers1

1

Looks like the ssl_opts method was added in libwww version 6.00. And the Centos 6 package is called perl-libwww-perl-5.833. So, the version of LWP::UserAgent that you have is too old to include that method.

Dave Cross
  • 68,119
  • 3
  • 51
  • 97