Re: Perl DBI Part II

From: Peter Lavender <plaven(at)bigpond(dot)net(dot)au>
To: Cheryl Thompson <cthompso(at)ci(dot)irving(dot)tx(dot)us>
Cc: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Perl DBI Part II
Date: 2003-01-22 01:02:03
Message-ID: 20030122010202.GC12102@piglet2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

* Cheryl Thompson (cthompso(at)ci(dot)irving(dot)tx(dot)us) wrote:

> I realize Perl is installed Windows side.
> I don't know how to get past the make, make test, make install steps without
> Cygwin...
> They just don't work in DOS (obviously)!

If you are running perl from windows/dos, I suggest you head over to
www.activestate.com and install their perl distrobution. Included
with it is the ppm (their perl package manager).

With this you can then do something like at the commandline:

ppm search DBD

Once you locate the driver...

ppm install <module>

if you have to use the CPAN modules, you will need to find nmake.exe,
which I htink is available on the MS website for free and use this to
handle the make files. But if you have to use a c compiler.. I'm not
sure what your options are there.. I've never bothered to look into
it. PPM works well enough for me.

Pete
:wq

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Sumaira Ali 2003-01-22 01:36:07 installing pgsql
Previous Message Williams, Travis L, NPONS 2003-01-21 23:09:58 Re: Perl DBI Part II