Rt 3.5.2

Hullo,

I hope, this is the right list, to ask my question :slight_smile: If not, please
accept my apology. I have been trying to install RT 3.5.2 but miserably
failed.

Here ist what I did:

  1. Installed httpd-2.0.54 from source
  2. Dynamically Linked mod_perl-2.0-current
  3. Installed HTML-Mason-1.29_02
  4. Install RT with the following Virtual Host:

<VirtualHost 127.0.0.1>
ServerName rt.127.0.0.1
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8

PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl

<Location />
 SetHandler perl-script
 PerlHandler RT::Mason
 PerlHandler HTML::Mason::ApacheHandler
</Location>

Now when I try to start the Webserver with
"/opt/httpd/prefork/bin/apachectl start" I get following entry in the
error_log:

[Wed Jul 27 08:09:43 2005] [error] Can’t locate object method
"menu_item" via package “Apache::Status” (perhaps you forgot to load
"Apache::Status"?) at
/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line
342.\nCompilation failed in require at
/opt/rt3/lib/RT/Interface/Web/Handler.pm line 147.\nCompilation failed
in require at (eval 2) line 1.\n
[Wed Jul 27 08:09:43 2005] [error] Can’t load Perl file:
/opt/rt3/bin/webmux.pl for server rt.127.0.0.1:0, exiting…

I would appreciate some help, here.

Thanks and regards
Sascha

use fastcgi instead of mp2On 7/27/05, ml@charliesangels.biz ml@charliesangels.biz wrote:

Hullo,

I hope, this is the right list, to ask my question :slight_smile: If not, please
accept my apology. I have been trying to install RT 3.5.2 but miserably
failed.

Here ist what I did:

  1. Installed httpd-2.0.54 from source
  2. Dynamically Linked mod_perl-2.0-current
  3. Installed HTML-Mason-1.29_02
  4. Install RT with the following Virtual Host:

<VirtualHost 127.0.0.1>
ServerName rt.127.0.0.1
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8

PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl

<Location />
 SetHandler perl-script
 PerlHandler RT::Mason
 PerlHandler HTML::Mason::ApacheHandler
</Location>

Now when I try to start the Webserver with
“/opt/httpd/prefork/bin/apachectl start” I get following entry in the
error_log:

[Wed Jul 27 08:09:43 2005] [error] Can’t locate object method
“menu_item” via package “Apache::Status” (perhaps you forgot to load
“Apache::Status”?) at
/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/ApacheHandler.pm line
342.\nCompilation failed in require at
/opt/rt3/lib/RT/Interface/Web/Handler.pm line 147.\nCompilation failed
in require at (eval 2) line 1.\n
[Wed Jul 27 08:09:43 2005] [error] Can’t load Perl file:
/opt/rt3/bin/webmux.pl for server rt.127.0.0.1:0, exiting…

I would appreciate some help, here.

Thanks and regards
Sascha


Rt-devel mailing list
Rt-devel@lists.bestpractical.com
The rt-devel Archives

Best regards, Ruslan.

Hi Ruslan,

no use :frowning:
I tried FastCGI along with Apache 1.3.33.

Here is what I get, once I started the server:

[Thu Jul 28 10:08:39 2005] [warn] FastCGI: server
“/opt/rt3/bin/mason_handler.fcgi” started (pid 16811)
[Thu Jul 28 10:08:39 2005] [notice] Apache/1.3.33 (Unix)
mod_fastcgi/mod_fastcgi-SNAP-0404142202 configured – resuming normal
operations
[Thu Jul 28 10:08:39 2005] [notice] Accept mutex: sysvsem (Default:
sysvsem)
Undefined subroutine &XSLoader::load called at
/usr/local/perl-5.8.7/lib/5.8.7/i686-linux/Encode.pm line 9.
Compilation failed in require at /opt/rt3/lib/RT/I18N.pm line 65.
BEGIN failed–compilation aborted at /opt/rt3/lib/RT/I18N.pm line 65.
Compilation failed in require at /opt/rt3/lib/RT.pm line 48.
BEGIN failed–compilation aborted at /opt/rt3/lib/RT.pm line 48.
Compilation failed in require at /opt/rt3/bin/webmux.pl line 70.
BEGIN failed–compilation aborted at /opt/rt3/bin/webmux.pl line 70.
Compilation failed in require at /opt/rt3/bin/mason_handler.fcgi line
52.
[Thu Jul 28 10:08:39 2005] [warn] FastCGI: server
“/opt/rt3/bin/mason_handler.fcgi” (pid 16811) terminated by calling
exit with status ‘9’
[Thu Jul 28 10:08:40 2005] [warn] FastCGI: server
“/opt/rt3/bin/mason_handler.fcgi” started (pid 16817)

Regards
Sascha

Ruslan Zakirov ruslan.zakirov@gmail.com schrieb am 27.07.2005,
14:51:54:

Hi,

I have been trying for days now to get RT 3.5.2 to install.
Everything fails, regardless of if I use mod_perl2 along with HTML-Mason
or fastCGI.

Ist there any HOWTO for Dummies ? At least those for RT 3.4.x don’t seem
to work for 3.5.2.

Thanks and regards
Sascha