We are running FreeBSD 4.6
web05# uname -a
FreeBSD web05.expnet.net
4.6-STABLE FreeBSD 4.6-STABLE
We have downloaded (otrs-0.5-BETA8.tar) and we are
following the steps in the INSTALL file and here what we get..
Step 1. Install all the perl mods / Done
Good
Check if all needed modules are
installed:
------------------------------------------
$shell:~> perl -cw
/opt/OpenTRS/bin/cgi-bin/index.pl
/opt/OpenTRS/bin/cgi-bin/index.pl syntax OK
$shell:~> perl -cw
/opt/OpenTRS/bin/PostMaster.pl
/opt/OpenTRS/bin/PostMaster.pl syntax OK
$shell:~>
If you get
"syntax OK" it seems to be Ok. Go ahead.
Well when we run (perl -cw
/opt/OpenTRS/bin/cgi-bin/index.pl) this is what we get..
web05# perl -cw
/opt/OpenTRS/bin/cgi-bin/index.pl
syntax error at
/opt/OpenTRS/bin/cgi-bin/../../Kernel/Config.pm line 539, near "$_;"
BEGIN
failed--compilation aborted at /opt/OpenTRS/bin/cgi-bin/index.pl line
48.
and (perl -cw
/opt/OpenTRS/bin/PostMaster.pl)
web05# perl -cw
/opt/OpenTRS/bin/PostMaster.pl
syntax error at
/opt/OpenTRS/bin/..//Kernel/Config.pm line 539, near "$_;"
BEGIN
failed--compilation aborted at /opt/OpenTRS/bin/PostMaster.pl line
41.
This may be something stupid, But please forgive us
we are not Unix programmers but we are trying.
Thanks for any help you can offer.
-Brian