I'm trying to install Freeradius 0.9.1 on a Debian system (2.4.30), everything is fine except for the following:
configuring in src/modules/rlm_pam running /bin/sh ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-experimental-modules --with-snmp --with-rlm-pam-lib-dir=/usr/lib --enable-ltdl-install --cache-file=../../.././config.cache --srcdir=. loading cache ../../.././config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) works... yes checking whether the C compiler (gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for dlopen in -ldl... (cached) yes checking for pam_start in -lpam... (cached) no checking for security/pam_appl.h... (cached) no checking for pam/pam_appl.h... (cached) no configure: warning: silently not building rlm_pam. configure: warning: FAILURE: rlm_pam requires: libpam. creating ./config.status creating Makefile creating config.h config.h is unchanged When I look in /usr/lib I find: -rw-r--r-- 1 root root 224608 Jan 21 2002 libpam.a lrwxrwxrwx 1 root root 19 Sep 16 19:19 libpam.so -> /lib/libpam.so.0.72 -rw-r--r-- 1 root root 6436 Jan 21 2002 libpam_misc.a lrwxrwxrwx 1 root root 24 Sep 16 19:19 libpam_misc.so -> /lib/libpam_misc.so.0.72 -rw-r--r-- 1 root root 10050 Jan 21 2002 libpamc.a lrwxrwxrwx 1 root root 20 Sep 16 19:19 libpamc.so -> /lib/libpamc.so.0.72 I'm using the following configure statement: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-experimental-modules --with-snmp I've also tried it with --with-rlm-pam-lib-dir=/usr/lib and I get the same result. I've searched the archives, and not found any clues, what gives? -- Mark Moody Serious ISP 888-243-7011 x5108 [EMAIL PROTECTED] GPG Key fingerprint = ED26 261A E08F BCBC 4AB0 7C0D A483 F309 A856 ABEF - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
