RE:POSTGRES_INCLUDE and POSTGRES_LIB?? - Mailing list pgsql-ports

From Dan Rosner
Subject RE:POSTGRES_INCLUDE and POSTGRES_LIB??
Date
Msg-id 385D2C6C.5AFA4D45@scn.org
Whole thread Raw
In response to POSTGRES_INCLUDE and POSTGRES_LIB??  ("Bill Tuck" <bill_tuck@hotmail.com>)
List pgsql-ports
Building the latest version of DBI-pg requires you set
POSTGRES_INCLUDE and POSTGRES_LIB in your environment.
One way to do this is to add them to your .bash_profile
for the user doing the build.  Try something like the
following (adjust it for your path of course):

POSTGRES_INCLUDE=/usr/local/src/postgresql-6.5.3/src/include
POSTGRES_LIB=/usr/lib
                                    

I tried getting Perl DBI working through the plain vanilla RPM
install, but it just didn't work.  Works fine if you follow
the installation instructions and build from scratch.

Jambo!

Dan

pgsql-ports by date:

Previous
From:
Date:
Subject: Save 50-80% on International Calls and Win $500 in Free phone calls!!!!!
Next
From: Dan Rosner
Date:
Subject: Compiling Postgres on NT