Subject: building netatalk-1.4b2+asun2.1.3
To: mac68k Liste <port-mac68k@netbsd.org>
From: Dirk Hoppe <dirk.hoppe@cityweb.de>
List: port-mac68k
Date: 05/10/2000 12:14:09
Hallo,
my first try in building netatalk-1.4b2+asun2.1.3 on NetBSD current 20000326
ended in this message:
auth.h:12: security/pam_appl.h: No such file or directory
*** Error code 1
Stop.
How can I solve this problem?
I think the corresponding file of the distribution is .../etc/afpd/auth.h,
which starts:
/*
* Copyright (c) 1990,1993 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
#ifndef AUTH_H
#define AUTH_H
#include <limits.h>
#ifdef USE_PAM
#include <security/pam_appl.h>
extern pam_handle_t *pamh;
#endif
Do I have to comment out "extern pam_handle_t *pamh;" or is this totally
wrong?
Its my first try to built from source, so I am a bit lost.
Thanks in advance,
Dirk Hoppe