Re: [Exim] Compiling Exim 4.10 on Debian Woody

Top Page
Delete this message
Reply to this message
Author: Suresh Ramasubramanian
Date:  
To: Luke Pascoe, exim-users
Subject: Re: [Exim] Compiling Exim 4.10 on Debian Woody
luke.p@??? (Luke Pascoe) writes:
> I can compile OK with the default options, but I'd like to compile in
> postgres query support.
>
> I'm setting the following in Local/Makefile:
>     LOOKUP_PGSQL=yes
>     LOOKUP_LIBS=-L/usr/local/lib -lpq


> 09:57 python2.1 ie. there's no mention of postrgres in there.
>
> I've installed all the postgres related dev packages I can find with
> no luck.
> Any idea what I'm missing?


That possibly your postgres libs are in another part of your system
altogether (say /usr/lib)?

Also that if that directory is a normal lib directory, and listed in
ld.so.conf, you don't need to specify -L/path/to/lib at all?

    srs