I've been at this for hours, it's not really an OTRS issue but more my CentOS5 box making me grumpy.
I succefully upgraded the database but when i want to run the scripts/DBUpdate-to-3.3.pl i get this:
I installed Perlbrew and then installed the lastest stable version of Perl. Look here:[root@support otrs]# su -s /bin/bash -c "scripts/DBUpdate-to-3.3.pl" otrs Perl v5.10.0 required--this is only v5.8.8, stopped at /opt/otrs/Kernel/Config/Defaults.pm line 25.
BEGIN failed--compilation aborted at /opt/otrs/Kernel/Config/Defaults.pm line 25.
Compilation failed in require at /opt/otrs/Kernel/Config.pm line 97.
BEGIN failed--compilation aborted at /opt/otrs/Kernel/Config.pm line 97.
Compilation failed in require at scripts/DBUpdate-to-3.3.pl line 32.
BEGIN failed--compilation aborted at scripts/DBUpdate-to-3.3.pl line 32.
But i keep getting the error above when i want to run the upgrade script. How do i tell my system to use the new perl version?[root@support otrs]# perlbrew switch perl-5.22.0
[root@support otrs]# perl -v
This is perl 5, version 22, subversion 0 (v5.22.0) built for x86_64-linux