Re: [exim] Compile errors: /usr/bin/ld: cannot find -lgds

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Phil Pennock
Fecha:  
A: Ron White
Cc: exim users
Asunto: Re: [exim] Compile errors: /usr/bin/ld: cannot find -lgds
On 2011-03-18 at 15:49 +0000, Ron White wrote:
> I've compiled Exim a couple of times on Cent, and even Slackware and had
> no problems that a few minutes with my friend 'Google' could not fix.
> However, my Ubuntu build has thrown up an error I cannot get to the
> bottom of. When I run make I get: "/usr/bin/ld: cannot find -lgds"


That's used for supporting the Interbase database. Are you actually
intending to support that?

If not, edit Local/Makefile and the LOOKUP_LIBS definition to remove the
request (-lgds) to link against libgds.

-Phil