Re: [GENERAL] Debian w/ DBI/DBD - Mailing list pgsql-general

From Charles Tassell
Subject Re: [GENERAL] Debian w/ DBI/DBD
Date
Msg-id 4.2.0.58.19991122040848.009ab6c0@mailer.isn.net
Whole thread Raw
In response to Debian w/ DBI/DBD  (Jason <jcl@mail.ocis.net>)
Responses Re: [GENERAL] logging stuff in the right sequence.
List pgsql-general
If you installed Postgres from source instead of getting a prebuilt
package, you probably have to, as root,  go into your src/interfaces/perl5
dir and type "make install"  This is because the perl include dirs are
usually only writable by root, so when you do a "make install" as the
postgres user, the Pg module can't be installed.

If you installed a package, I dunno.  Try getting the source and doing a
"./configure --with-perl; cd interfaces/perl5; make install" as root.

At 04:45 AM 11/21/99, Jason wrote:
>hi,
>
>I think I have DBI and DBD installed OK, and postgres seems to be
>working OK.  But, I can not access DBI from a perl script.  I get a
>DBI/Pg.pm not found, then asked if I have it installed.  Is there some
>magical trick to this under Debian 2.1, or have I missed a package along
>the way.
>
>Thanks,
>     Jason
>
>--
>.............
>......... Jason C. Leach
>...... University College of the Cariboo
>... jcl@mail.ocis.net
>.. http://www.ocis.net/~jcl
>.
>
>The Search for Extraterrestrial Intelligence from Home:
>http://setiathome.ssl.berkeley.edu
>
>
>
>************


pgsql-general by date:

Previous
From: "Oscar Frowijn"
Date:
Subject: Import functions ?
Next
From: Jochen Topf
Date:
Subject: Re: Is PostgreSQL ready for mission critical applications?