Re: [GENERAL] Debian w/ DBI/DBD

From: Charles Tassell <ctassell(at)isn(dot)net>
To: Jason <jcl(at)mail(dot)ocis(dot)net>, PostreSQL <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Debian w/ DBI/DBD
Date: 1999-11-22 08:12:51
Message-ID: 4.2.0.58.19991122040848.009ab6c0@mailer.isn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mail(dot)ocis(dot)net
>.. http://www.ocis.net/~jcl
>.
>
>The Search for Extraterrestrial Intelligence from Home:
>http://setiathome.ssl.berkeley.edu
>
>
>
>************

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jason 1999-11-22 09:20:59 Flexability.
Previous Message Oscar Frowijn 1999-11-22 07:06:06 Import functions ?