Re: Where is the library?

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Where is the library?
Date: 2001-10-25 16:19:27
Message-ID: B7FD97AF.55D4%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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"

> From: Mayan <escalante(at)canada(dot)com>
> Organization: VIF Internet b3
> Date: Thu, 25 Oct 2001 03:34:56 GMT
> To: pgsql-general(at)postgresql(dot)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(at)postgresql(dot)org
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Antonio Sergio de Mello e Souza 2001-10-25 16:37:37 Re: Where is the library?
Previous Message Bruce Momjian 2001-10-25 16:14:36 Re: pl/java again