Alexander Scholler wrote:
Nils Breunese (Lemonbit) schrieb: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 muchluck. 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 notsure 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 seemto 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.I don't know if just a symbolic links solves all this for you.
He said his perl binary is "secured" (I don't know what that means exactly) and that he has to use a different binary. That's why I didn't suggest using a symlink, but normally when your perl binary is in another place that is of course the easy way to fix it.
Nils Breunese.
PGP.sig
Description: Dit deel van het bericht is digitaal ondertekend
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/
