Standalone network installation

I’m having problems properly setting up RTv3.8.1 on RHEL5.1 that’s part of a network with no outside connection. I’ve tried reading through the wiki as well as the mailing lists but still am not able to understand what I need to do.

I’m trying to get RT v3.8.1 up and running on a standalone network.

So far I have installed RHEL5.1, installed Apache 2.2, installed MySql 5.0, and ran the ./configure script. When I run make testdeps, it lists many that are not there. I then try to run make fixdeps but it tries to go out to CPAN. It can’t do that because it’s being installed on a standalone network. I tried using JWhite3’s package but it requires access to RHN which is not a viable option for me.

I’m using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.

Can someone please point me to where I need to go to get this accomplished?

Thanks for your time and sorry for the lack of knowledge.

If external connectivity (even temporarily) isn’t an option, you might look
at the output of ‘make testdeps’ and then manually download and install each
of the required perl modules. Keep in mind this would be a long and painful
process (due to dependencies).

If you can connect the node to the outside (or migrate it) temporarily, that
would solve a number of issues you’re bound to run into.

Unfortunately, 3.8.1 requires a number of perl modules, that as far as I am
aware are not available via RPM. I’m running 3.8.1 on CentOS 5.2 and found
that several modules had to be pulled from CPAN.On Fri, Sep 19, 2008 at 3:45 PM, rt-users-request@lists.bestpractical.comwrote:

Message: 7
Date: Fri, 19 Sep 2008 13:34:54 -0700
From: “Mchenry, Glenn” gmchenry@qualcomm.com
Subject: [rt-users] Standalone network installation
To: “rt-users@lists.bestpractical.com
rt-users@lists.bestpractical.com
Message-ID:
<
2DCAF6A078EB8F469D7D5E0AA80EBCB21624002305@NASANQGOVMB01.na.qualcomm.com>

Content-Type: text/plain; charset=“us-ascii”

I’m having problems properly setting up RTv3.8.1 on RHEL5.1 that’s part of
a network with no outside connection. I’ve tried reading through the wiki
as well as the mailing lists but still am not able to understand what I need
to do.

I’m trying to get RT v3.8.1 up and running on a standalone network.

So far I have installed RHEL5.1, installed Apache 2.2, installed MySql 5.0,
and ran the ./configure script. When I run make testdeps, it lists many that
are not there. I then try to run make fixdeps but it tries to go out to
CPAN. It can’t do that because it’s being installed on a standalone
network. I tried using JWhite3’s package but it requires access to RHN which
is not a viable option for me.

I’m using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.

Can someone please point me to where I need to go to get this accomplished?

Thanks for your time and sorry for the lack of knowledge.

I’m having problems properly setting up RTv3.8.1 on RHEL5.1 that’s
part of a network with no outside connection. I’ve tried reading
through the wiki as well as the mailing lists but still am not able
to understand what I need to do.

I’m trying to get RT v3.8.1 up and running on a standalone network.

So far I have installed RHEL5.1, installed Apache 2.2, installed
MySql 5.0, and ran the ./configure script. When I run make testdeps,
it lists many that are not there. I then try to run make fixdeps
but it tries to go out to CPAN. It can’t do that because it’s being
installed on a standalone network. I tried using JWhite3’s package
but it requires access to RHN which is not a viable option for me.

I’m using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.

We have been working on a bit of technology to make this a lot easier.
We call it ‘shipwright’

sunnavy, can ping me about finishing up a beta shipwright vessel
tarball for RT 3.8.1 that I can publish for Glenn to test out?

Thanks! Any and all help is appreciated!

GlennFrom: Jesse Vincent [mailto:jesse@bestpractical.com]
Sent: Friday, September 19, 2008 2:47 PM
To: Mchenry, Glenn; sunnavy sunnavy
Cc: RT Users
Subject: Re: [rt-users] Standalone network installation

I’m having problems properly setting up RTv3.8.1 on RHEL5.1 that’s part of a network with no outside connection. I’ve tried reading through the wiki as well as the mailing lists but still am not able to understand what I need to do.

I’m trying to get RT v3.8.1 up and running on a standalone network.

So far I have installed RHEL5.1, installed Apache 2.2, installed MySql 5.0, and ran the ./configure script. When I run make testdeps, it lists many that are not there. I then try to run make fixdeps but it tries to go out to CPAN. It can’t do that because it’s being installed on a standalone network. I tried using JWhite3’s package but it requires access to RHN which is not a viable option for me.

I’m using RT v3.8.1, Apache 2.2, MySql 5.0, modperl 2, RHEL 5.1.

We have been working on a bit of technology to make this a lot easier. We call it ‘shipwright’

sunnavy, can ping me about finishing up a beta shipwright vessel tarball for RT 3.8.1 that I can publish for Glenn to test out?

Can someone please point me to where I need to go to get this accomplished?

Thanks for your time and sorry for the lack of knowledge.

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

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

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

Yeah, I’m unable to connect it to the outside world. Offline can you please point me to where I can lookup how to pull individual packages from CPAN? Also, I have to worry about their individual dependencies as well correct? I can download whatever from the outside, burn it on a cd, and bring that into the standalone network. Thanks RT.From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of RT
Sent: Friday, September 19, 2008 2:11 PM
To: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] Standalone network installation

If external connectivity (even temporarily) isn’t an option, you might look at the output of ‘make testdeps’ and then manually download and install each of the required perl modules. Keep in mind this would be a long and painful process (due to dependencies).

If you can connect the node to the outside (or migrate it) temporarily, that would solve a number of issues you’re bound to run into.

Unfortunately, 3.8.1 requires a number of perl modules, that as far as I am aware are not available via RPM. I’m running 3.8.1 on CentOS 5.2 and found that several modules had to be pulled from CPAN.

You can search for the modules on search.cpan.org, and download them
manually. You will then need to install them by hand.

http://www.perlhowto.com/installing_cpan_modules

You might also consider creating a minimal CPAN mirror, as described here:

http://www.perlmonks.org/?node_id=188183

Hope this helps.On Fri, Sep 19, 2008 at 5:40 PM, Mchenry, Glenn gmchenry@qualcomm.com wrote:

Yeah, I’m unable to connect it to the outside world. Offline can you please
point me to where I can lookup how to pull individual packages from CPAN?
Also, I have to worry about their individual dependencies as well correct?
I can download whatever from the outside, burn it on a cd, and bring that
into the standalone network. Thanks RT.