You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation of edirect requires the module LWP::Protocol::https and this needs to be added to the installer script (I'm not sure if this is a cookbook issue per se, but you can't use the cookbook without it!)
The text was updated successfully, but these errors were encountered:
That’s correct.
In fact, for AWS vanilla ubuntu instances, I typically do the following before installing EDirect:
· sudo apt-get install -f
· sudo apt-get update --fix-missing
· sudo apt-get install build-essential
· sudo apt-get install libnet-ssleay-perl
· sudo apt-get install libcam-pdf-perl
· sudo cpan install IO::Socket::SSL
· sudo cpan install LWP::Protocol::https
· sudo cpan install HTML::Entities
From: Rob Edwards <[email protected]>
Reply-To: NCBI-Hackathons/EDirectCookbook <[email protected]>
Date: Monday, September 10, 2018 at 12:58 PM
To: NCBI-Hackathons/EDirectCookbook <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [NCBI-Hackathons/EDirectCookbook] EDirect installation requires LWP::Protocol::https (#36)
Installation of edirect requires the module LWP::Protocol::https and this needs to be added to the installer script (I'm not sure if this is a cookbook issue per se, but you can't use the cookbook without it!)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#36>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFePtWVC6u96B1RqUyptdYHlW0B3EmkYks5uZpoXgaJpZM4Why_S>.
Installation of edirect requires the module LWP::Protocol::https and this needs to be added to the installer script (I'm not sure if this is a cookbook issue per se, but you can't use the cookbook without it!)
The text was updated successfully, but these errors were encountered: