PERL Config path

Hello,

is it possible to configure the path of the PERL library I want to use for RT?

I already searched for it in the configure file but I haven’t found any config path for PERL in it.

Regards.

Hello,

is it possible to configure the path of the PERL library I want to use for RT?
I already searched for it in the configure file but I haven’t found any config path for PERL
in it.

PERL=/custom/perl/path ./configure

or just make sure your custom perl is first in your PATH

-kevin