[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Mon, 16 Jan 2006 11:23:51 -0600
From: Mr Duck <tld@...eexamples.org>
To: popa3d-users@...ts.openwall.com
Subject: Re: pop-before-smtp on Linux...
> I was able to satisy the flock error by including <sys/file.h> in pop_db.c
> but still get implicit error on dbopen function. Tried adding an include for
> limits.h - but no change.
Try adding all three of:
#include <sys/types.h>
#include <limits.h>
#include <db.h>
Also, verify that those files exist under /usr/include.
Mr Duck
Hosted by DataForce ISP -
Powered by Openwall GNU/*/Linux