RT 2.0.4 webRT installation problem

Thanks to Darrin and Brandon’s comments, I now have the basic RT installed.
I’ve upgraded to mysql 3.23.40.
I should say, at least the database creation script didn’t complain and
generated the db.

Next I try to integrate webRT with apache, and it has syntax errors. I
removed every line and add back line by line and it failed when
PerlModule apache::dbi was referenced. So from FAQ, I installed that by
hand. Now it complains when I add the next line (PerlRequire
…webmux.pl). ( no construct yet…)

Any idea what I may be missing?

btw, now apache and mysql is finally working with my other old web db
programs. Still need to change /sbin/init.d code to match since I’m on
suse 7.0 platform. (Location of directories are different. :frowning: ) But
I am still using the older mysql CLIENT programs, since I have only
installed mysql’s tar.

Sounds like your apache doesn’t have mod_perl compiled in.On Fri, Aug 03, 2001 at 08:35:15PM -0500, Gilbie wrote:

Thanks to Darrin and Brandon’s comments, I now have the basic RT installed.
I’ve upgraded to mysql 3.23.40.
I should say, at least the database creation script didn’t complain and
generated the db.

Next I try to integrate webRT with apache, and it has syntax errors. I
removed every line and add back line by line and it failed when
PerlModule apache::dbi was referenced. So from FAQ, I installed that by
hand. Now it complains when I add the next line (PerlRequire
…webmux.pl). ( no construct yet…)

Any idea what I may be missing?

btw, now apache and mysql is finally working with my other old web db
programs. Still need to change /sbin/init.d code to match since I’m on
suse 7.0 platform. (Location of directories are different. :frowning: ) But
I am still using the older mysql CLIENT programs, since I have only
installed mysql’s tar.


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

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

There are no supercomputer applications that are solvable that cannot be solved
in finite time using a fucking TRS-80 with approprite disk/tape drives. Zero.
-Tanj

How do I test for sure if I have mod_perl?
my httpd.conf seems to have referenced it.
rpm -q mod_perl says it’s installed…

Jesse wrote:

OK, you’re right, my apache is not using mod_perl.
Even tho I installed the mod_perl package and it seems the httpd.conf
have activated it… :frowning:
Anyway, I’m using CPAN to install bundle::apache, hopefully this will do
it…

Gilbie wrote:

httpd -l shows that mod_perl wasn’t compiled in.On 2nd thought, I was using suse’s binary rpm anyway. I’m using apache 1.3.12. Since I’m upgrading from suse’s binary rpm, I’m thinking of pulling apache 2.0.16 beta and compile everything. Will RT2 work with it? Any comments? I’m just thinking about this since lately I’ve been abadoning suse’s binary rpm’s regularly–first upgrading to php 4.06, then mysql 3.22.32 to 3.23.40, perl 5.005_3 to 5.6.1, and in the process upgrading tons of stuff anyway… Any suggestions would be appreciated. Andrew Storms wrote:

If you run ‘httpd -l’, apache will report to you what modules were compiled
in.
Look for ‘mod_perl.c’ in the list.


Andrew Storms
storms@icplanet.com
I.T. Manager / Solutions Architect
http://www.icplanet.com

-----Original Message-----
From: rt-users-admin@lists.fsck.com
[mailto:rt-users-admin@lists.fsck.com]On Behalf Of Gilbie
Sent: Friday, August 03, 2001 6:58 PM
To: Jesse
Cc: rt-users
Subject: Re: [rt-users] RT 2.0.4 webRT installation problem

How do I test for sure if I have mod_perl?
my httpd.conf seems to have referenced it.
rpm -q mod_perl says it’s installed…

Jesse wrote:

Sounds like your apache doesn’t have mod_perl compiled in.

On Fri, Aug 03, 2001 at 08:35:15PM -0500, Gilbie wrote:

Thanks to Darrin and Brandon’s comments, I now have the

basic RT installed.

I’ve upgraded to mysql 3.23.40.
I should say, at least the database creation script didn’t

complain and

generated the db.

Next I try to integrate webRT with apache, and it has

syntax errors. I

removed every line and add back line by line and it failed when
PerlModule apache::dbi was referenced. So from FAQ, I

installed that by

hand. Now it complains when I add the next line (PerlRequire
…webmux.pl). ( no construct yet…)

Any idea what I may be missing?

btw, now apache and mysql is finally working with my other

old web db

programs. Still need to change /sbin/init.d code to match

since I’m on

suse 7.0 platform. (Location of directories are

different. :frowning: ) But

I am still using the older mysql CLIENT programs, since I

have only

installed mysql’s tar.


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


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

My only real suggestion is not to use the apache 2.0 betas. Stick to 1.3.20

    -jOn Fri, Aug 03, 2001 at 10:01:36PM -0500, Gilbie wrote:

httpd -l shows that mod_perl wasn’t compiled in.
On 2nd thought, I was using suse’s binary rpm anyway. I’m using apache 1.3.12. Since I’m upgrading from suse’s binary rpm, I’m thinking of pulling apache 2.0.16 beta and compile everything. Will RT2 work with it? Any comments? I’m just thinking about this since lately I’ve been abadoning suse’s binary rpm’s regularly–first upgrading to php 4.06, then mysql 3.22.32 to 3.23.40, perl 5.005_3 to 5.6.1, and in the process upgrading tons of stuff anyway… Any suggestions would be appreciated. Andrew Storms wrote:

If you run ‘httpd -l’, apache will report to you what modules were compiled
in.
Look for ‘mod_perl.c’ in the list.


Andrew Storms
storms@icplanet.com
I.T. Manager / Solutions Architect
http://www.icplanet.com

-----Original Message-----
From: rt-users-admin@lists.fsck.com
[mailto:rt-users-admin@lists.fsck.com]On Behalf Of Gilbie
Sent: Friday, August 03, 2001 6:58 PM
To: Jesse
Cc: rt-users
Subject: Re: [rt-users] RT 2.0.4 webRT installation problem

How do I test for sure if I have mod_perl?
my httpd.conf seems to have referenced it.
rpm -q mod_perl says it’s installed…

Jesse wrote:

Sounds like your apache doesn’t have mod_perl compiled in.

On Fri, Aug 03, 2001 at 08:35:15PM -0500, Gilbie wrote:

Thanks to Darrin and Brandon’s comments, I now have the

basic RT installed.

I’ve upgraded to mysql 3.23.40.
I should say, at least the database creation script didn’t

complain and

generated the db.

Next I try to integrate webRT with apache, and it has

syntax errors. I

removed every line and add back line by line and it failed when
PerlModule apache::dbi was referenced. So from FAQ, I

installed that by

hand. Now it complains when I add the next line (PerlRequire
…webmux.pl). ( no construct yet…)

Any idea what I may be missing?

btw, now apache and mysql is finally working with my other

old web db

programs. Still need to change /sbin/init.d code to match

since I’m on

suse 7.0 platform. (Location of directories are

different. :frowning: ) But

I am still using the older mysql CLIENT programs, since I

have only

installed mysql’s tar.


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


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


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

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

“If IBM wanted to make clones, we could make them cheaper and faster than
anyone else!” - An IBM Rep. visiting Vassar College’s Comp Sci Department.

Hi Jesse/Everyone:

I finally got mod_perl compiled and installed! Now I am getting the
following error message in the httpd error_log:

[Sun Aug 5 23:09:57 2001] [warn] Loaded DSO modules/libperl.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)

What does it mean and how do I use the perimeters? I am not sure how the
use the -DEAPI.

Regards,

Mike Bush

Digital Minds International
http://www.DigitalMinds.net
Tel: 615-661-7900
Fax: 615-661-7949

“MB” == Michael Bush MikeB@digitalminds.net writes:

MB> Hi Jesse/Everyone:

MB> I finally got mod_perl compiled and installed! Now I am getting the
MB> following error message in the httpd error_log:

MB> [Sun Aug 5 23:09:57 2001] [warn] Loaded DSO modules/libperl.so uses plain
MB> Apache 1.3 API, this module might crash under EAPI! (please recompile it
MB> with -DEAPI)

You need to use the apxs that was built with your mod_ssl enabled
apache. You can’t mix and match components between stock apache and
mod_ssl enabled apache.