Re: [Exim] exim_dbmbuild can't rename file.

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Don Wilkerson
CC: exim-users
Assumpte: Re: [Exim] exim_dbmbuild can't rename file.
Don Wilkerson wrote:
> --
> --
> [ Picked text/plain from multipart/alternative ]
> I have built exim 4.10 on suse linux 8.0 and compiled it to use the gdbm
> library. when i run exim_dbmbuild as follows: exim_dbmbuild bouncelist
> bouncelist.db I get the following error:
>
> 67 entries written
> Unable to rename bouncelist.db.dbmbuild_temp.dir as bouncelist.db.dir
>
> When I check the directory i see a file called bouncelist.db.dbmbuild_temp,
> but no '.dir' attatched to it.
>
> what can I do to correct this?


Try to set USE_GDBM=TRUE in you Local/Makefile, this should solve the
problem. See doc/dbm.discuss.txt for more informations.

ciao