Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  community  lists  wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
Order Openwall GNU/*/Linux 2.0 on a CD with delivery worldwide
[<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