
11 Nov
2003
11 Nov
'03
9:42 p.m.
FYI - Within the file INSTALL (in otrs-1.1.3-01.tar.gz)... Step 1 instructs the person doing the installation to check if all needed modules are installed: Check if all needed modules are installed: ------------------------------------------ $shell:~> perl -cw /opt/otrs/bin/cgi-bin/index.pl /opt/otrs/bin/cgi-bin/index.pl syntax OK $shell:~> perl -cw /opt/otrs/bin/PostMaster.pl /opt/otrs/bin/PostMaster.pl syntax OK $shell:~> Those locations are not created until step 3: 3. Install tar.gz: --------------- $shell: cd /opt/ $shell: tar -xzvf otrs-xxxx-xx-xx.tar-gz Chears! - Jm