make test fails for modules/mudule

2004-05-18 Thread Warren Pollans
Hello, I'm trying to install mod_perl from cpan on my fedora box - using apache-1.3.31. Running make test shows that all tests pass except for tests 5-10 of modules/module. I'm afraid I can't tell from looking at t/net/perl/module.pl what the problem is. Any help would be appreciated. Thank

[SOLUTION] Re: make test fails for modules/mudule

2004-05-18 Thread Warren Pollans
;& make install % cd ../apache_1.3.31 % make install It built without error - Sorry for the spam Thanks, Warren On Tue, 18 May 2004 12:34:44 -0400 Warren Pollans <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to install mod_perl from cpan on my fedora box - using apach

Class::DBI question

2003-10-02 Thread Warren Pollans
Hello, I have a CGI-based app that currently uses Apache::Registry and Apache::DBI to access/manipulate data in a mysql DB. I am considering rewriting it to use Class::DBI and would like to know what sort of mod_perl-related problems, if any, I am likely to encounter - assuming that I code the