bug

From: Dave Ogren <ogren(at)atcnet(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: bug
Date: 1999-07-17 01:30:40
Message-ID: 378FDCBF.6ADD6E48@atcnet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I've installed PostgreSQL 6.5 from a RedHat rpm and Perl 5.005.03 on an
Intel P90 box running RedHat Linux 6.0. The install did not set a
$POSTGRES_HOME variable and installed in /usr/lib and /usr/include
rather than /usr/local/pgsql as in older versions. My attempts to
install the modules DBD-Pg-0.92 and pgsql_perl5-1.8.1 failed.

My patch is as follows:
Setting Environment Variable:
$POSTGRES_HOME = /usr/include/pgsql
Edit the Makefile.PL script for pgsql_perl5-1.8.1:
Set INC = $POSTGRES_HOME (rather than $POSTGRES_HOME/include)

Dave Ogren

Attachment Content-Type Size
pgsql_perl5_bug text/plain 1.8 KB

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jean-Denis Girard 1999-07-17 07:31:29 Postgres 6.5 and PQsetdb( ,,"-F",, )
Previous Message Brian P Millett 1999-07-16 21:10:56 Re: [INTERFACES] Java & Javascript...