Re: [INTERFACES] libpq linking problem

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Emil Malmberg <emil(at)iconmedialab(dot)dk>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] libpq linking problem
Date: 1999-12-13 09:46:35
Message-ID: 19991213104635.A1990@fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, Dec 13, 1999 at 09:59:45AM +0100, Emil Malmberg wrote:
> I'm considering using postgreSQL via the libpq interface with an
> application I'm developing in C. I tried compiling one of the example

I hope you know that there is also an embedded SQL interface. :-)

> ...
> % gcc test.c -lpq
> /usr/lib/libpq.so: undefined reference to 'crypt'

Just add -lcrypt. Glibc2 needs to add it.

Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(at)Fam-Meskes(dot)De | Use PostgreSQL!

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Osborne 1999-12-13 10:10:51 Duplicate INSERTS into pgsql table via PHP
Previous Message Emil Malmberg 1999-12-13 08:59:45 libpq linking problem