in reply to Problem Using DBI , DBD
Did you get any errors during the
perl Makefile.PL make make test make install
process?
Generally I don't install modules from within the Perl library area. I untar the files into my home directory and run the 'make' and 'make test' from there. The 'make install' will then put the file in the correct place.
Also, I'm uneasy about using pre-built Perl binaries as they always make assumptions about the setup of your box. IMO, it's always a better idea to build Perl from scratch.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: Problem Using DBI , DBD
by Anonymous Monk on Dec 21, 2000 at 15:18 UTC | |
by davorg (Chancellor) on Dec 21, 2000 at 15:32 UTC | |
by Fastolfe (Vicar) on Dec 22, 2000 at 01:06 UTC |