From: James E. M. <jm...@tr...> - 2001-03-27 20:11:21
|
Hi, I downloaded and am installing slash2. for various reasons, I decided to skip mysql and use pgsql. I had already loaded slash 1.1.1, and so had DBIx:Password already installed, so install Bundle::Slash did not reinstall it, or check its dependencies. But, I did not have DBD::Pg loaded in my perl environment, and so slash kept failing to connect to the pgsql database. downloading DBIx::Password and installing by hand was the only way I knew of to force a reinstall, and get access to the make test. make test failed miserably, and pointed out that DBD::Pg was required. I know nothing about CPAN bundles, but can you add a dependency check for DBD::Pg somehow? not that everything works yet, mind you. But at least now I can connect to the DB and get a huge scroll of error hell when I run install_slashsite. I'll report back when I get it up and running. james |