Re: How do I install DBD modules

2003-11-02 Thread R. Joseph Newton
Dan Anderson wrote: > If I download DBD modules for DBI off CPAN, what is the directory I > should put them in so they can be used by all perl scripts on the > system? Don't do that. Use the CPAN utility built into Perl. [if your on Windows, try ppm first]. Downloading then installing by hand

RE: How do I install DBD modules

2003-10-31 Thread Tim Johnson
, October 31, 2003 4:21 PM To: [EMAIL PROTECTED] Subject: How do I install DBD modules If I download DBD modules for DBI off CPAN, what is the directory I should put them in so they can be used by all perl scripts on the system? Thanks in advance, -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How do I install DBD modules

2003-10-31 Thread simran
Hi Dan, There will probably be a README file in the package that will explain how to install them. As a general rule though, the following almost always installs them: * uncompress and untar your file then do: % perl Makefile.PL % make % make test % make install Or if you have the CPAN modul

How do I install DBD modules

2003-10-31 Thread Dan Anderson
If I download DBD modules for DBI off CPAN, what is the directory I should put them in so they can be used by all perl scripts on the system? Thanks in advance, -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]