> $ perl Makefile.PL
> $ make
> $ make test
> $ make install

Eyeball the Makefile.PL for dependencies; along with the release
docs. Double check any supported library versions listed in the DBI
docs. 

cd to whence the build happens and follow the steps above. What
do you get from:

    make -wk all test install 2>&1 | tee /tmp/$$.out;

If that fails run it a second time and look at the log, it'll be
full of the errors that couldn't be resolved. Your full build 
environment (O/S, version, etc) and that output would be a nice 
place to start troubleshooting the build.

You may also notice that "make test" fails with some sort of trivial
errors. At that point just run "make install" and see that it 
finishes.

-- 
Steven Lembark
Workhorse Computing
lemb...@wrkhors.com
+1 888 359 3508

Reply via email to