From: | Joel Burton <jburton(at)scw(dot)org> |
---|---|
To: | jayfitz(at)bayou(dot)com |
Cc: | pgsql-interfaces(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org, pgsql-php(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org, beginners(at)perl(dot)org, dbi-dev(at)perl(dot)org, dbi-users(at)perl(dot)org, perl-beginner(at)egroups(dot)com, thelist(at)lists(dot)evolt(dot)org |
Subject: | Re: DBD and DBI::Pg |
Date: | 2001-04-16 01:19:24 |
Message-ID: | Pine.LNX.4.21.0104152117280.1000-100000@olympus.scw.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general pgsql-interfaces pgsql-novice pgsql-php pgsql-sql |
On Sun, 15 Apr 2001, N(at)ta$ wrote:
> -A Quake3Arena server
> HAVE IT
>
> -An SQL database compatable with Perl:DBI:DBD and PHP4
> CURRENTLY RUNNING PostgreSQL, but HAVE NOT INSTALLED DBI::DBD
>
> -Perl
> RUNNING PERL 5
>
> -DBI:DBD Mod for Perl
> I'M LOST ON THIS ONE
>
> -A web server that works with PHP
> HAVE IT
>
> -PHP4
> HAVE IT
>
> Graphinat0r requires:
> -GD.pm
> LOST ON THIS AS WELL
DBI (which includes DBD::Pg, the DBI module for PostgreSQL) and GD.pm
are both Perl modules. You can find them at www.perl.com.
Alternatively, you can use the CPAN module (which should have come with
your installation of Perl) to install them:
shell$ perl -MCPAN -eshell
and "install DBD::Pg" and so on.
Lots of info on the Perl web pages, or in "Programming the Perl
DBI" (O'Reilly).
--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Tomblin | 2001-04-16 01:52:52 | Re: Re: DBD and DBI::Pg |
Previous Message | N@ta$ | 2001-04-15 23:44:04 | DBD and DBI::Pg |
From | Date | Subject | |
---|---|---|---|
Next Message | Tulio Oliveira | 2001-04-16 01:42:05 | postdrv.exe fails on 7.1 |
Previous Message | N@ta$ | 2001-04-15 23:44:04 | DBD and DBI::Pg |
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Stosberg | 2001-04-16 01:46:15 | Re: DBD::Pg 0.96 and DBI 1.15 ignoring username and password |
Previous Message | Ned Lilly | 2001-04-16 00:09:44 | Tutorial on PHP DB abstration |
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Tomblin | 2001-04-16 01:52:52 | Re: Re: DBD and DBI::Pg |
Previous Message | N@ta$ | 2001-04-15 23:44:04 | DBD and DBI::Pg |
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Tomblin | 2001-04-16 01:52:52 | Re: Re: DBD and DBI::Pg |
Previous Message | Ned Lilly | 2001-04-16 00:09:44 | Tutorial on PHP DB abstration |
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Tomblin | 2001-04-16 01:52:52 | Re: Re: DBD and DBI::Pg |
Previous Message | N@ta$ | 2001-04-15 23:44:04 | DBD and DBI::Pg |