![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JumpBox for OTRS 1.0.2 (Default branch) | iBot | Software Releases - RSS News | 0 | 04-25-2008 05:10 AM |
| matching first instance of FS | gurukottur | Shell Programming and Scripting | 3 | 04-22-2008 04:33 PM |
| OTRS 1.0.6 (OTRS::ITSM branch) | iBot | Software Releases - RSS News | 0 | 04-08-2008 01:50 PM |
| replace first instance(not first instance in line) | IronHorse7 | Shell Programming and Scripting | 3 | 02-07-2008 01:29 PM |
| OTRS installation problem | naik_mit | Linux | 0 | 04-13-2005 05:05 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hi frnds
here i m trying to configure OTRS instance but i m getting the following error message while runnning through browser. I m writing the following http://192.168.1.55:8080/otrs2/index.pl " #!/usr/bin/perl -w # -- # index.pl - the global CGI handle file (incl. auth) for OTRS # Copyright (C) 2001-2004 Martin Edenhofer <martin+code@otrs.org> # -- # $Id: index.pl,v 1.66 2004/02/13 00:33:58 martin Exp $ # -- # 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. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -- # use ../../ as lib location use FindBin qw($Bin); use lib "$Bin/../.."; use lib "$Bin/../../Kernel/cpan-lib"; use strict; use vars qw($VERSION @INC); $VERSION = '$Revision: 1.66 $'; $VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/; # -- # 0=off;1=on; # -- my $Debug = 0; # -- # check @INC for mod_perl (add lib path for "require module"!) # -- push (@INC, "$Bin/../..", "$Bin/../../Kernel/cpan-lib"); # -- # all framework needed modules # (if you use mod_perl with startup.pl, drop this "use Kernel::.." and add # this to your startup.pl) # -- use Kernel::Config; use Kernel::Config::Modules; use Kernel::System::Log; use Kernel::System::WebRequest; use Kernel::System: B;use Kernel::System::Auth; use Kernel::System::AuthSession; use Kernel::System::User; use Kernel::System::Group; use Kernel::System::Permission; use Kernel::Output::HTML::Generic; " Can anybody help me for this. Mit |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|