Log::Dispatch installing

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

Have you spoken to the maintainer of Log::Dispatch?On Mon, Jul 16, 2001 at 09:04:35PM -0000, jszabo@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@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

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

I got that earlier.

Just install it again and it succeeds.

Jason

Jason Slagle - CCNP - CCDP
Network Administrator - Toledo Internet Access - Toledo Ohio

  • raistlin@tacorp.net - jslagle@toledolink.com - WHOIS JS10172
    /"\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    \ / ASCII Ribbon Campaign . Interim Team Lead - . Admin -
    X - NO HTML/RTF in e-mail . Coders . wombat.dal.net
    / \ - NO Word docs in e-mail . Team Lead - Exploits . DALnet IRC NetworkOn 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@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@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

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:

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

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

JoeOn 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@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@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

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