|
Date: 3/24/2008 6:17 am · Subject: Upgrading WebGUI pre 7.4.22 using the WRE 0.8.3 · Rating: 4
If you want to use the WRE 0.8.3 to upgrade something from 7.4.x (x<22) to the latest stable you should use JSON 1.15 and Config::JSON version 1.1.1 The easiest way to do that is: cd /data/wre/sbin . setenvironment.sh cd /tmp wget http://www.cpan.org/modules/by-authors/id/M/MA/MAKAMAKA/JSON-1.15.tar.gz tar zxf JSON-1.15.tar.gz cd JSON-1.15 perl Makefile.pl make make install wget http://www.cpan.org/modules/by-authors/id/R/RI/RIZEN/Config-JSON-1.1.1.tar.gz tar zxf Config-JSON-1.1.1.tar.gz
cd Config-JSON-1.1.1
perl Makefile.pl
make
make install
Then upgrade to 7.4.21 and after that. cd /tmp
wget http://www.cpan.org/modules/by-authors/id/M/MA/MAKAMAKA/JSON-2.07.tar.gz
tar zxf JSON-2.07.tar.gz
cd JSON-2.07
perl Makefile.pl
make
make install
wget http://www.cpan.org/modules/by-authors/id/R/RI/RIZEN/Config-JSON-1.1.4.tar.gz
tar zxf Config-JSON-1.1.4.tar.gz
cd Config-JSON-1.1.4
perl Makefile.pl
make
make installThen upgrade to 7.4.29 and you are set to go. Koen de Jonge - ProcoliX http://www.procolix.com Hosting - WebGUI - Virtualization
--- (Edited on 24-March-2008 12:17 [GMT+0100] by koen) ---
|