Hi,

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 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.

I don't know if just a symbolic links solves all this for you.

Bye, Alex
_______________________________________________
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/

Reply via email to