in reply to Trouble installing Apache::DBI

you installed it by hand? i'am wondering if the make test worked for you? if a test fails and i think this is no problem, i usually just use (with cpanp) skiptest 1 and so the tests are not performed and often the module installs fine.

ciao, knoebi

Replies are listed 'Best First'.
Re^2: Trouble installing Apache::DBI
by u235sentinel (Hermit) on Jul 16, 2004 at 14:02 UTC
    Yes. Basically I ran

    perl Makefile.PL
    make
    make install

    Looks like it installed just fine.

    I didn't know skipping tests was an option. Makes sense :-)