Difference between revisions of "Freeside:3.7:Documentation:Upgrading"
From Freeside
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = | + | = Note = |
− | + | When upgrading from versions prior to 3.7, before the [[Freeside:3:Documentation:Upgrading|regular 3.x upgrade]], follow these instructions. | |
− | |||
− | = | + | = Prerequisites = |
− | + | == Debian == | |
− | * | + | |
− | + | * install perl modules | |
− | * | + | <pre> |
− | + | aptitude install libnet-https-any-perl | |
+ | </pre> | ||
+ | |||
+ | == Other OSes == | ||
+ | |||
+ | * Install Net::HTTPS::Any from CPAN (or your packaging system if available). |
Latest revision as of 07:39, 20 January 2016
Contents
Note
When upgrading from versions prior to 3.7, before the regular 3.x upgrade, follow these instructions.
Prerequisites
Debian
- install perl modules
aptitude install libnet-https-any-perl
Other OSes
- Install Net::HTTPS::Any from CPAN (or your packaging system if available).