Home > Archive > PERL Miscellaneous > February 2008 > Re: Building DBD::Pg on Windows?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Building DBD::Pg on Windows?
|
|
| Bill Cohagan 2008-02-23, 7:08 pm |
| Christoph
Thanks for this pointer. Unfortunately this requires PPM which I
attempted to obtain. I couldn't install PPM because the install is
apparently not intended for cygwin perl environment. I did manage to hack
the install script a get it installed, but then ran into (apparently) cygwin
related problems in trying to run it. Ultimately I just downloaded the tar
file the the DBD ppd file pointed to, but decompressing just gives me a top
level directory with a lot of empty subfolders and a few dlls, etc. I have
no idea how to incorporate this into the perl environment so that it is
useable.
If there is a procedure to follow to manually install such a folder
structure I'd appreciate a pointer to it.
Regards,
Bill
"Ch Lamprecht" <ch.l.ngre@online.de> wrote in message
news:f40v30$8cu$1@online.de...
> Bill Cohagan wrote:
>
>
> Hi, there are binaries available at:
>
> http://pgfoundry.org/frs/?group_id=...&release_id=589
>
> Christoph
>
> --
> use Tk;use Tk::GraphItems;$c=tkinit->Canvas->pack;push@i,Tk::GraphItems->
> TextBox(text=>$_,canvas=>$c,x=>$x+=70,y=>100)for(Just=>another=>Perl=>Hacker);
> Tk::GraphItems->Connector(source=>$i[$_],target=>$i[$_+1])for(0..2);
> $c->repeat(30,sub{$_->move(0,4*cos($d+=3.16))for(@i)});MainLoop
| |
| Ben Morrow 2008-02-23, 7:08 pm |
|
Quoth "Bill Cohagan" <bill@teraXNOSPAMXquest.com>:
> Christoph
> Thanks for this pointer. Unfortunately this requires PPM which I
> attempted to obtain. I couldn't install PPM because the install is
> apparently not intended for cygwin perl environment. I did manage to hack
> the install script a get it installed, but then ran into (apparently) cygwin
> related problems in trying to run it. Ultimately I just downloaded the tar
> file the the DBD ppd file pointed to, but decompressing just gives me a top
> level directory with a lot of empty subfolders and a few dlls, etc. I have
> no idea how to incorporate this into the perl environment so that it is
> useable.
>
> If there is a procedure to follow to manually install such a folder
> structure I'd appreciate a pointer to it.
I seriously doubt a ppm with dlls linked against AS Perl will work with
Cygwin perl. Have you tried installing DBD::Pg from CPAN, with the CPAN
shell? You will need gcc, make, &c., and the Postgres libs, of course,
but I expect the cygwin setup program will install those for you.
Ben
|
|
|
|
|