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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Don Wilkerson
Datum:  
To: Nico Erfurth
CC: exim-users
Betreff: Re: [Exim] exim_dbmbuild can't rename file.
I had the USE_GDBM=YES in my Makefile along with DBMLIB=-lgdbm. It
compiles everything ok but still produces the same error. Apparently it
is not creating the temporary file with the proper name, leaving the
'.dir' off. Not sure why this is.


                 \\\|///
                \\ _ _ //
                 ( @ @ )
  o-----------oOOo-(-)-oOOo---------o
 { Donald S. Wilkerson               }
 { Colorado Springs, Colorado        }
 {         don@???           }
  o-------------------Oooo----------o
               oooO   (   )
              (   )    ) /
               \ (    (_/


On Sat, 23 Nov 2002, Nico Erfurth wrote:

> 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
>
>