RT3 under fedora core?

has anyone installed and used RT3 under red hat’s fedora core 1, and
made those details available somewhere?

even more ambitiously, has anyone done this with the current beta of
fedora core 2? thanks.

rday

Mine was working great under fedora core 1 until I upgraded to perl
5.8.3. Now Apache/Mason/ModPerl2/Perl are not playing nicely, and
apache won’t even start.

Kelly F. Hickel
Senior Software Architect
MQSoftware, Inc
952.345.8677
kfh@mqsoftware.com-----Original Message-----
From: Robert P. J. Day [mailto:rpjday@mindspring.com]
Sent: Saturday, March 13, 2004 6:48 AM
To: RT users list
Subject: [rt-users] RT3 under fedora core?

has anyone installed and used RT3 under red hat’s fedora core 1, and
made those details available somewhere?

even more ambitiously, has anyone done this with the current beta of
fedora core 2? thanks.

rday
rt-users mailing list
rt-users@lists.bestpractical.com
http://lists.bestpractical.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

Mine was working great under fedora core 1 until I upgraded to perl
5.8.3. Now Apache/Mason/ModPerl2/Perl are not playing nicely, and
apache won’t even start.

I’m not surprised. perl, modperl and apache are pretty tightly
coupled. they really need to be upgraded or built together.

seph

At 11:20 AM 3/13/2004, Kelly F. Hickel wrote:

Mine was working great under fedora core 1 until I upgraded to perl
5.8.3. Now Apache/Mason/ModPerl2/Perl are not playing nicely, and
apache won’t even start.

Did you also update the mod_perl package that they released at the same
time as the Perl 5.8.3 update? Did you rebuild mod_perl if you rolled your own?

Michael

Michael S. Liebman m-liebman@northwestern.edu
http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”

That’s what I figured. I’m just waiting for an update for those as
well.

Kelly F. Hickel
Senior Software Architect
MQSoftware, Inc
952.345.8677
kfh@mqsoftware.com-----Original Message-----
From: seph [mailto:seph@directionless.org]
Sent: Saturday, March 13, 2004 12:04 PM
To: Kelly F. Hickel
Cc: Robert P. J. Day; RT users list
Subject: Re: RT3 under fedora core?

Mine was working great under fedora core 1 until I upgraded to perl
5.8.3. Now Apache/Mason/ModPerl2/Perl are not playing nicely, and
apache won’t even start.

I’m not surprised. perl, modperl and apache are pretty tightly
coupled. they really need to be upgraded or built together.

seph

I didn’t build it myself, as I wanted to have it all from packages. Yum
says it’s up to date. I fixed the problem where modperl2 was looking
for the old perl libs by uninstalling perl, modperl, an apache, and then
reinstalling together via Yum. Now my problems seem to be Mason
related, I found some Mason tweaks for modperl2, and they got me a bit
farther, but it still isn’t starting…

Kelly F. Hickel
Senior Software Architect
MQSoftware, Inc
952.345.8677
kfh@mqsoftware.comFrom: Michael S. Liebman [mailto:m-liebman@northwestern.edu]
Sent: Saturday, March 13, 2004 12:20 PM
To: Kelly F. Hickel; Robert P. J. Day; RT users list
Subject: RE: [rt-users] RT3 under fedora core?

At 11:20 AM 3/13/2004, Kelly F. Hickel wrote:

Mine was working great under fedora core 1 until I upgraded to perl
5.8.3. Now Apache/Mason/ModPerl2/Perl are not playing nicely, and
apache won’t even start.

Did you also update the mod_perl package that they released at the same
time as the Perl 5.8.3 update? Did you rebuild mod_perl if you rolled
your own?

Michael

Michael S. Liebman m-liebman@northwestern.edu
http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”

Kelly,

Did you upgrade using the RPM? With Redhat/Fedora I think it might be better off manually compiling all the components needed to run RT. That’s my plan when I switch from RH9 to Fedora.

-Jonathan

Message: 5Date: Sat, 13 Mar 2004 10:20:09 -0600
From: “Kelly F. Hickel” kfh@mqsoftware.com
Subject: RE: [rt-users] RT3 under fedora core?
To: “Robert P. J. Day” rpjday@mindspring.com, “RT users list”
rt-users@lists.bestpractical.com
Message-ID:
3C05BBBA1B54ED43B1A6827E620EF1CD0A1604@mailservermn.mqsoftware.com
Content-Type: text/plain; charset=“us-ascii”

Mine was working great under fedora core 1 until I upgraded to perl
5.8.3. Now Apache/Mason/ModPerl2/Perl are not playing nicely, and
apache won’t even start.

Kelly F. Hickel
Senior Software Architect
MQSoftware, Inc
952.345.8677
kfh@mqsoftware.com

That’s what I figured. I’m just waiting for an update for those as
well.

If you used apt-get or yum to update, it should have picked up
the mod_perl module at the same time as perl 5.8.3.

Les Mikesell
les@futuresource.com

Kelly,

Did you upgrade using the RPM? With Redhat/Fedora I think it might be
better off manually compiling all the components needed to run RT. That’s my
plan when I switch from RH9 to Fedora.

Manually compiling everything required seems to me like the best approach.
RT is very picky, and it is a lot easier to build your own perl, apache,
mod_perl all rooted with RT under /opt/rt3, than to mess around in package
dependency hell :slight_smile:

Cheers,

Chris

Although I have never tried it http://www.apachetoolbox.com/ has
been recommended by others I know.

-ToddOn Sun, Mar 14, 2004 at 02:34:47PM +0000, Chris Ridd wrote:

On 14/3/04 3:06 am, Jonathan Chen JChen@paymentone.com wrote:

Kelly,

Did you upgrade using the RPM? With Redhat/Fedora I think it might be
better off manually compiling all the components needed to run RT. That’s my
plan when I switch from RH9 to Fedora.

Manually compiling everything required seems to me like the best approach.
RT is very picky, and it is a lot easier to build your own perl, apache,
mod_perl all rooted with RT under /opt/rt3, than to mess around in package
dependency hell :slight_smile:

Cheers,

Chris


rt-users mailing list
rt-users@lists.bestpractical.com
The rt-users Archives

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

Robert P. J. Day wrote:

has anyone installed and used RT3 under red hat’s fedora core 1, and
made those details available somewhere?

even more ambitiously, has anyone done this with the current beta of
fedora core 2? thanks.

Works like a charm here on a hybrid between FC1 and FC2, but I’m running
mod_perl and MySQL-packages are from mysql.com. Perl, apache and all
dependencies are from FC2 and rawhide :wink:

Roy-Magne Mo