
will wrote:
(Sorry if this is a duplicate. I sent this last Friday, but for some reason it didn't show up, in my mailbox at least)
I'm trying to install OTRS in a Solaris zone and not having too much luck. The perl binary is "secured" so I have to use a different binary (/data/bin/perl). I'm not having a lot of luck with this, and not sure if I messed up anything. I was able to edit bin/otrs.checkModules with the new binary path, and it was able to find all the modules. But then in bin/cgi-bin/installer.pl I did the same thing, but it seems to refer to another file /opt/otrs/Kernel/System/DB.pm which doesn't seem to use the right binary since it cannot locate DBI.pm.
So I'm not sure how to globally set the default path of the perl binary to the new path.
Any help would be very much appreciated.
All perl scripts in the OTRS distribution start with: #!/usr/bin/perl -w I guess you'll need to change that to: #!/data/bin/perl -w Nils Breunese.