Where is the library?
I want to hook up an application witten in C++ to PostgreSQL, but I
don't have any idea as to where the linker should look for the
PostreSQL
library. Any body?
Depend on where you installed it. By default you would find headers/lbs
either under /usr/local/pgsql, or /usr/local/[lib|include]/pgsql, I don't
recall which. If you installed via RPM or some packaging utility, you may
have to install a "postgres-libs" package.
Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"
Show quoted text
From: Mayan <escalante@canada.com>
Organization: VIF Internet b3
Date: Thu, 25 Oct 2001 03:34:56 GMT
To: pgsql-general@postgresql.org
Subject: [GENERAL] Where is the library?I want to hook up an application witten in C++ to PostgreSQL, but I
don't have any idea as to where the linker should look for the
PostreSQL
library. Any body?---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
If you did not change the standard location, with different values for the
--prefix, --exec-prefix or --libdir configure options, they should be in:
/usr/local/pgsql/lib
Regards,
Antonio Sergio
Mayan wrote:
Show quoted text
I want to hook up an application witten in C++ to PostgreSQL, but I
don't have any idea as to where the linker should look for the
PostreSQL
library. Any body?