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

Inizio della pagina
Delete this message
Reply to this message
Autore: Phil Pennock
Data:  
To: Ron White
CC: exim users
Oggetto: 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