Re: [Exim] Exim 4 giving trouble compiling on woody HELP

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: John Burnham
Data:  
Para: Gregory Machin, exim-users
Asunto: Re: [Exim] Exim 4 giving trouble compiling on woody HELP

> This is my make output .
> > /usr/bin/ld: cannot find -lpq


The libpq.so can't be found. You probably need to edit your
Local/Makefile and alter your LOOKUP_LIBS to have -L (path to the
directory containing libpq.so in it).
John