RT-Authen-ExternalAuth

Hi, I’m installing an instance of RT in a non-standard local directory (/opt/csr/). The wiki indicates that when I run “perl Makefile.PL”, it will prompt me for the path to my RT instance, but… it doesn’t. So, how can I specify the RT directory? You can see below - I want /opt/rt3 to be /opt/csr instead.

hostnew:~/RT-Authen-ExternalAuth-0.05 # perl Makefile.PL
Cannot determine perl version info from lib/RT/Authen/ExternalAuth.pm
Cannot determine author info from lib/RT/Authen/ExternalAuth.pm
Cannot determine license info from lib/RT/Authen/ExternalAuth.pm
Using RT configuration from /opt/rt3/lib/RT.pm:
./etc => /opt/rt3/local/etc/Authen-ExternalAuth
./html => /opt/rt3/share/html
./lib => /opt/rt3/local/lib
Cannot determine perl version info from lib/RT/Authen/ExternalAuth.pm
Checking if your kit is complete…
Looks good
Writing Makefile for RT::Authen::ExternalAuth

The information in this message may be proprietary and/or confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify Stonebridge Bank immediately by replying to this message and deleting it from your computer.

Hi Michael.

You have to give the path in the configure execution like that:

./configure --prefix=/opt/csr/

Best chris

Michael James wrote:

Thanks, that’s exactly what I needed.

Christian Forjahn christian.forjahn@collax.com 7/17/2008 3:17 AM >>>
Hi Michael.

You have to give the path in the configure execution like that:

./configure --prefix=/opt/csr/

Best chris

Michael James wrote:

Hi, I’m installing an instance of RT in a non-standard local directory (/opt/csr/). The wiki indicates that when I run “perl Makefile.PL”, it will prompt me for the path to my RT instance, but… it doesn’t. So, how can I specify the RT directory? You can see below - I want /opt/rt3 to be /opt/csr instead.

hostnew:~/RT-Authen-ExternalAuth-0.05 # perl Makefile.PL
Cannot determine perl version info from lib/RT/Authen/ExternalAuth.pm
Cannot determine author info from lib/RT/Authen/ExternalAuth.pm
Cannot determine license info from lib/RT/Authen/ExternalAuth.pm
Using RT configuration from /opt/rt3/lib/RT.pm:
./etc => /opt/rt3/local/etc/Authen-ExternalAuth
./html => /opt/rt3/share/html
./lib => /opt/rt3/local/lib
Cannot determine perl version info from lib/RT/Authen/ExternalAuth.pm
Checking if your kit is complete…
Looks good
Writing Makefile for RT::Authen::ExternalAuth

The information in this message may be proprietary and/or confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify Stonebridge Bank immediately by replying to this message and deleting it from your computer.


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

The information in this message may be proprietary and/or confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify Stonebridge Bank immediately by replying to this message and deleting it from your computer.