in reply to Re^3: How to pull author, title using ISBN (WWW::Scraper::ISBN)?
in thread How to pull author, title using ISBN (WWW::Scraper::ISBN)?

Did you get any further with this? First thing I would try is to install (or upgrade) openssl
yum install openssl

Replies are listed 'Best First'.
Re^5: How to pull author, title using ISBN (WWW::Scraper::ISBN)?
by Perl300 (Friar) on Apr 19, 2019 at 16:20 UTC
    I did install 'openssl-devel' and 'openssl' is already installed. This was done as root while the script is run as a user who doesn't have root access. Could this be the reason that while installing modules "LWP::Protocol::https" or "Net::SSLeay" openssl is not found as it is installed under /usr? (/usr does have read & write access for all)
    -bash-4.2# yum list installed | grep -i 'openssl' openssl.x86_64 1:1.0.2k-16.el7_6.1 @update +s openssl-devel.x86_64 1:1.0.2k-16.el7_6.1 @update +s openssl-libs.x86_64 1:1.0.2k-16.el7_6.1 @update +s -bash-4.2#

    But still I am getting same errors when I try to run the script or install modules. :-(

    I got it working using Python but would love to get it going using Perl.

    If interested, here is the build.log when I try to install "LWP::Protocol::https"

    If interested, here is the build.log when I try to install "Net::SSLeay"