OK, this is probably a really basic error...
I am trying to install twiki.
When I try to run testenv:
all i see is the source code (the beginning of which is shown below).
What am I doing wrong?
I am trying to install twiki.
When I try to run testenv:
all i see is the source code (the beginning of which is shown below).
What am I doing wrong?
Code:
GENERAL SERVER INFORMATION
Operating system Linux
Service Status Click to View
Kernel version 2.6.12-1.1378_FC3
Machine Type i686
Apache version 1.3.34 (Unix)
PERL version 5.8.5
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail
Installed Perl Modules Click to View
PHP version 4.4.1
MySQL version 4.1.14-standard
cPanel Build 10.8.1-CURRENT 69
Theme cPanel X v2.5.0
Documentation Click to View
Code:
#!/usr/bin/perl -w
#
# TWiki Collaboration Platform, [URL unfurl="true"]http://TWiki.org/[/URL]
#
# Copyright (C) 2000-2004 Peter Thoeny, peter@thoeny.com
#
# For licensing info read license.txt file in the TWiki root.
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details, published at
# [URL unfurl="true"]http://www.gnu.org/copyleft/gpl.html[/URL]
#
# DESCRIPTION: Test utility to see if CGI is running and enabled
# for the bin directory, and check a variety of TWiki, Perl and RCS
# setup.
# NOTE: Testenv should always run on older TWiki versions, as far as
# possible - so any dependency on TWiki modules should be carefully
# handled and error checked. If a newer feature or subroutine is not
# there, it's OK to fail silently and not do the associated tests.
# This is more painful to code, but it means that testenv can be downloaded
# from CVS and used on older TWiki versions to diagnose problems.
package TWiki;
ETCETERA >>>>>>>>>>>>>>