
please help. I've just installed otrs beta 2 and received the following
errors when trying to run installer.pl and index.pl for the first time.
[Wed May 18 15:27:17 2005] [error] Insecure dependency in require while
running setgid at /opt/otrs/bin/cgi-bin/installer.pl line 47.\nBEGIN
failed--compilation aborted at /opt/otrs/bin/cgi-bin/installer.pl line 47.
[Wed May 18 15:27:12 2005] [error] [Wed May 18 15:27:12 2005] -e:
Insecure dependency in eval while running setgid at
/opt/otrs//Kernel/Config/Defaults.pm line 1622.
the server is fedora core 3 apache 2 with SELinux turned off. httpd
runs as user apache and group apache. I've run SetPermissions.pl with
the following parameters:
./SetPermissions.pl /opt/otrs otrs apache otrs apache
my http.conf looks like so:
# agent, admin and customer frontend
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
# load all otrs modules
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache::Reload
PerlInitHandler Apache::Reload
# set mod_perl2 options