On Thursday 18 March 2004 04:46 am, bob wrote: > Can't get the ati raeon 7200 recognized in standard Deb 3.0r1. > So, from XFree 4.4 sources, I am attempting to build X on a > Deb 3.0r1 alpha 164LX box. > I think the log says it can't find pam. Where should pam be? > exactly what is an error 2? I can't find a man page that > desribes it. > > Trying to build world I get this at the end of the build log: > > gcc -c -O2 -ansi -pedantic -Wall -Wpointer-arith -Wundef > -I../.. -I../../exports/include -Dlinux -D__alpha__ > -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE > -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 > -DNARROWPROTO > -DBINDIR=\"/usr/X11R6/bin\" > -DXDMDIR=\"/usr/X11R6/lib/X11/xdm\" -DUSESHADOW -DUSE_PAM > -DUNIXCONN -DTCPCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6 > -DGREET_USER_STATIC -DOSMAJORVERSION=2 > -DOSMINORVERSION=2 -DXPM > -DUSE_XINERAMA -DHAS_MKSTEMP auth.c > In file included from auth.c:44: > dm.h:105: security/pam_appl.h: No such file or directory > make[4]: *** [auth.o] Error 1 > make[4]: Leaving directory `/web/dhs/devel/xc/programs/xdm' > make[3]: *** [all] Error 2 > make[3]: Leaving directory `/web/dhs/devel/xc/programs' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/web/dhs/devel/xc' > make[1]: *** [World] Error 2 > make[1]: Leaving directory `/web/dhs/devel/xc' > make: *** [World] Error 2
You need the Linux-PAM headers. I would hazard a guess that "apt-get install libpam0g-dev" would do the trick. Don't take that command as gospel, though, as I'm not a regular Debian user. ;) -- Kelledin "If a server crashes in a server farm and no one pings it, does it still cost four figures to fix?"

