At 6:28 PM -0700 8/2/01, Alan Winston - SSRL Central Computing wrote:
>How do I build and put in DBD::Rdb and let DBI:: know about it? There don't
>seem to be any instructions in the kit, although there is a makefile.pl
>
>How do I use use the makefile.pl? Do I need to install the DBD_RDB kit in
>some particular location (like in the MODULES subtree?)
>
>Sorry for the baby questions. I have two fat O'Reilly books, but they're not
>much help with VMS stuff.
To build any extension, the steps are essentially:
$ perl makefile.pl
$ mmk
$ mmk test
$ mmk install
The only difference from Unix here is that I ignored filename case
and used "mmk" instead of "make." (If you have MMS that works just
as well.) This assumes a complete and successful installation of
Perl as well as Rdb (or any other external library an extension
depends on).
--
____________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]
"Literary critics usually know what they're
talking about. Even if they're wrong."
-- Perl creator Larry Wall