ktmatu
Home | Site Map | Site Search
Home > Software > Relax >
 

Relax Upgrade Guide


Copyright (C) 1998-2005, Matti Tukiainen <ktmatu@nic.fi>. All rights reserved.

This file is part of Relax.

Relax is distributed with NO WARRANTY OF ANY KIND. No author or distributor accepts any responsibility for the consequences of using it, or for whether it serves any particular purpose or works at all, unless he or she says so in writing. Refer to the GNU General Public License (the "License") for full details.


Table of Contents

Upgrade Relax 2.7 to 2.8

Upgrade Relax 2.6 to 2.7

Upgrade Relax 2.51 to 2.6

Upgrade Relax 2.5 to 2.51

Replace old relax.pl and Engines.pm files.

Upgrade Relax 2.42 to 2.5

Replace old relax.pl with the new one. Install Engines.pm to the same directory where relax.pl resides.

Upgrade Relax 2.41 to 2.42

Replace old relax.pl with the new one.

Upgrade Relax 2.4 to 2.41

Replace old relax.pl with the new one.

Upgrade Relax 2.3 to 2.4

unzip_app must be modified in your old configuration file (e.g. relax.cfg). Instead of

$command_line {"unzip_app"} = '/vol/local/bin/gzip -dc';

unzip_app should look like:

%{$command_line {"unzip_app"}} = (
    '(?i)\.gz$'  => 'gzip -dc',
    '(?i)\.bz2$' => 'bzip2 -dc',
    '(?i)\.zip$' => 'unzip -p',
    '(?i)\.Z$'   => 'uncompress -c',
);
      

Otherwise there will be an error message like:

Can't use string ("/vol/local/bin/gzip -dc") as a HASH ref while "strict refs" in use at ./relax.pl line 2002.

 
Home | Software | Information | Etsin | Chinese | Christmas Calendars | Site Info