Re: perl dbd

From: Johan Van den Brande <johan(at)vandenbrande(dot)com>
To: Ken Kline <ken(at)oldbs(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: perl dbd
Date: 2001-03-09 15:03:25
Message-ID: 3AA8F0BD.2050003@vandenbrande.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

probably some environment variables are not set... these are used by
the DBD::Pg install to determine include and lib directories:
POSTGRES_INCLUDE
POSTGRES_LIB

if you installed postgres into /opt/postgres do
export POSTGRES_INCLUDE=/opt/postgres/include
export POSTGRES_LIB=/opt/postgres/lib

and have a try again ...

Johan

The best thing to do is do download the

Ken Kline wrote:

> my apologies if this is not the coreect list
>
> but I cannot seem to install the
>
> package DBD-Pg-0.73-1.i386.rpm
>
>
>
> it complains that it needs libpq.so.1
>
>
>
> i have the following installed from
>
> a source package rebuild:
>
>
>
> postgresql-7.0.3-2
>
> ...server
>
> ...devel
>
> ...perl
>
> ...tk
>
> ...odbc
>
> ...tcl
>
>
>
> thanks as always
>
>
>
> Ken

In response to

  • perl dbd at 2001-03-09 04:52:44 from Ken Kline

Browse pgsql-sql by date

  From Date Subject
Next Message Najm Hashmi 2001-03-09 16:18:53 Re: quotes in pl/pgsql 0n variable type text or varchar
Previous Message david morgan 2001-03-09 12:36:08 error joining 2 views containing GROUP BYs