is this the place where i'd post a query about having trouble getting
Maypole installed?

===

cpan> test Maypole
<snipsnipsnip>
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.........Subroutine Maypole::view_object redefined at
/usr/share/perl5/Class/Data/Inheritable.pm line 26.
t/00compile.........ok
t/01.httpd-basic....have_httpd :
t/01.httpd-basic....ok
        2/2 skipped: various reasons
t/01basics..........Subroutine Maypole::view_object redefined at
/usr/share/perl5/Class/Data/Inheritable.pm line 26.
closing dbh with active statement handles at
/usr/share/perl5/Class/DBI/Loader/SQLite.pm line 110.
t/01basics..........ok
t/02pod.............ok
t/03podcoverage.....Subroutine Maypole::view_object redefined at
/usr/share/perl5/Class/Data/Inheritable.pm line 26.
t/03podcoverage.....ok 1/21Too late to run CHECK block at
/root/.cpan/build/Maypole-2.12-jnnf5B/blib/lib/Maypole/CLI.pm line 17.
t/03podcoverage.....ok
t/apache_mvc........Subroutine Maypole::view_object redefined at
/usr/share/perl5/Class/Data/Inheritable.pm line 26.
t/apache_mvc........ok
t/cgi_maypole.......Subroutine Maypole::view_object redefined at
/usr/share/perl5/Class/Data/Inheritable.pm line 26.
t/cgi_maypole.......ok
t/constants.........ok
t/db_colinfo........Column 'id' in BeerDB::BeerTestmysql clashes with
built-in method at t/db_colinfo.t line 129
t/db_colinfo........ok 1/64Use of uninitialized value in regexp
compilation at t/db_colinfo.t line 85.
Use of uninitialized value in numeric eq (==) at t/db_colinfo.t line 137.
Use of uninitialized value in numeric eq (==) at t/db_colinfo.t line 137.
Use of uninitialized value in numeric eq (==) at t/db_colinfo.t line 147.
using driver : SQLite at t/db_colinfo.t line 177.
Column 'id' in BeerDB::BeerTestsqlite clashes with built-in method at
t/db_colinfo.t line 189
Use of uninitialized value in numeric eq (==) at t/db_colinfo.t line 202.
# Looks like you planned 64 tests but ran 1 extra.
t/db_colinfo........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 65
        Failed 1/64 tests, 98.44% okay
t/headers...........ok
t/maypole...........Subroutine Maypole::view_object redefined at
/usr/share/perl5/Class/Data/Inheritable.pm line 26.
t/maypole...........ok 1/84Tests 15 to 21

we then tried cheating -- namely, 'force install' but when we set up apache to

        <Location /beerdb>
                SetHandler perl-script
                PerlHandler BeerDB
        </Location>

and then (with a perl module BeerDB installed, all proper-like) browse
to /beerdb we get 'internal server error'. no runs, no hits, no
errors. logs are empty... ?

what's the most likely 'next step' for us to take? (apache2 w/mod_perl
is great, but it sure ain't easy! of course nothing worthwhile ever
is...)

-- 
will trillich
"The only way to be truly satisfied is to do what you believe is great
work -- and the only way to do great work is to love what you do."
-- Steve Jobs

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to