help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] configure --with-postgres on debian 2.2 (potato)


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] configure --with-postgres on debian 2.2 (potato)
Date: Thu, 14 Feb 2002 13:37:15 +0200

> checking for -lpq... checking for PQconnectStart in -lpq... no
> checking for PQconnectStart in -lpq... (cached) no
> no
> configure: error: -lpq not found

Most problably this is due to the fact that some of the libraries
libpq depends on where not pulled. This occurs often when using static
libraries. libpq usually depends on libcrypt, so try to run
LIBS="-lcrypt" ./configure". Anyway, it would help to examine
config.log to see which error produced gcc when trying to link
against -lpq.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]