[rt-users] Log::Dispatch installing

Joe S. jszabo at dilligaff.rutgers.edu
Tue Jul 17 17:08:34 EDT 2001


Yeah, the author of Log::Dispatch is baffled with the test error.  I'm in
suse linux 7.1 with perl 5.6.0.  I'm having a lot of trouble getting
started actually.  2 other perl modules assume you can write to a test
database anonymously in mysql, and that had been disabled
(Apache::Session, DBD::mysql).  I think I have different versions of some
of these modules too, but it doesn't seem to matter.  I also had to let
tcp port 20 into the packet filter, so CPAN could use active ftp to
download.  Plus some modules try to compile a newer version of perl, but I
can control c out of it.

I believe there are some typos in the README too:


this:

find /path/to/rt2/WebRT/sessiondata --type f -amin +600 -exec rm {}\;

should be this (-type not --type, quote {} and add a space after it):

find /path/to/rt2/WebRT/sessiondata -type f -amin +600 -exec rm '{}' \;


and in here I think it should say Apache::Sessions instead of Apache::DBI,
otherwise it can't find some perl module:

<VirtualHost your.ip.address>
DocumentRoot /path/to/rt2/WebRT/html
ServerName your.rt.server.hostname
PerlModule Apache::DBI
PerlRequire /path/to/rt2/bin/webmux.pl
<Location />
 SetHandler perl-script
 PerlHandler RT::Mason
</Location>
</VirtualHost>


Can you tell me how to run rt2 as a symbolic link off the document root
instead of the document root btw?


Joe


On Tue, 17 Jul 2001, Jesse wrote:

> Have you spoken to the maintainer of Log::Dispatch?
>
>
> On Mon, Jul 16, 2001 at 09:04:35PM -0000, jszabo at dilligaff.rutgers.edu wrote:
> >
> > How do I fix this error in installing the Log::Dispatch perl module for rt:
> >
> > Manifying blib/man3/Log::Dispatch::Screen.3pm
> > Manifying blib/man3/Log::Dispatch::Base.3pm
> > Manifying blib/man3/Log::Dispatch::Email.3pm
> > Manifying blib/man3/Log::Dispatch::Email::MailSend.3pm
> > Manifying blib/man3/Log::Dispatch.3pm
> > Manifying blib/man3/Log::Dispatch::Output.3pm
> > Manifying blib/man3/Log::Dispatch::Email::MIMELite.3pm
> > Manifying blib/man3/Log::Dispatch::Syslog.3pm
> > Manifying blib/man3/Log::Dispatch::ApacheLog.3pm
> > Manifying blib/man3/Log::Dispatch::Handle.3pm
> > Manifying blib/man3/Log::Dispatch::Email::MailSendmail.3pm
> > Manifying blib/man3/Log::Dispatch::File.3pm
> >   /usr/bin/make  -- OK
> > Running make test
> > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i586-linux -I/usr/lib/perl5/5.6.0 test.pl
> > 1..122
> > BEGIN not safe after errors--compilation aborted at test.pl line 33.
> > make: *** [test_dynamic] Error 255
> >   /usr/bin/make test -- NOT OK
> > Running make install
> >   make test had returned bad status, won't install without force
> >
> > Checking for DBD::mysql 2.0416 ...found
> >
> >
> >
> > Joe
> >
> >
> > _______________________________________________
> > rt-users mailing list
> > rt-users at lists.fsck.com
> > http://lists.fsck.com/mailman/listinfo/rt-users
> >
>
> --
> jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com
> 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90
>
> A REAL sysadmin challenge is "resurrect five dead mailserver while so ripped
> to the gills on mdma that you can't focus on any given line of text for more
> than 10 seconds continuously."
> 					-Nathan Mehl
>





More information about the rt-users mailing list