Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.