Re: [EXIM] HP-UX 9.04 install problem

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Peter J Naylor
Data:  
Para: Ernie Vance
CC: exim-users
Assunto: Re: [EXIM] HP-UX 9.04 install problem

Hi Ernie,

On Sun, 28 Jun 1998, Ernie Vance wrote:

> While compiling the exim install via 'make', I get the following error while
> compiling 'exim_dbmbuild':
>
> can't find library for -lndbm


Okay - that means it's getting to the point where it needs to link the
ndbm library (probably called libndbm.a) but it cannot find it. You need
to tell it where to look.

> I am running HP-UX OS 9.04 and trying to get Exim 1.92 running (I am tired
> of sendmail). I have installed Berkeley db version 2.0 but don't know how
> how to handle the above problem.


.. From Local/Makefile ..

> #          The Exim mail transport agent         #
> ##################################################
> CC=cc
> USE_DB=yes


Try adding a line here as follows:

LDFLAGS=-L/path/of/directory/where/you/installed/libndbm -lndbm

You'll need to substitute the correct path above - I don't know where you
installed the Berkley ndbm library on your system. Good luck,

/*-------------------------------------------------------------*
 * Peter James Naylor ## SysAdmin, Supernal Technologies, Inc. *
 *-------------------------------------------------------------*
       * pete@??? ## <http://www.supernal.net> *
       *------------------------------------------------*/



--
*** Exim information can be found at http://www.exim.org/ ***