Hey, do you know what I'm missing on this one (see below)? I know I got the bind-devel in my rh box.
Sorry to be a pain :( I looked around the scripts, could not tell where this is supposed to get decalred but I suspect that the first compilation, the mod_bind.c failed to define this. Am I right? Andres ----- OriginaMaking all in modules/mod_bind make[2]: Entering directory `/usr/local/src/freevsd-1.4.9-2/src/vsd/modules/mod_bind' gcc -I. -I.. -I../.. -I. -I./../../../libvsd -g -O2 -c mod_bind.c gcc -I. -I.. -I../.. -I. -I./../../../libvsd -g -O2 -c domain.c domain.c: In function `domain_delete': domain.c:409: `BIND_EXCL_DB' undeclared (first use in this function) domain.c:409: (Each undeclared identifier is reported only once domain.c:409: for each function it appears in.) domain.c:419: `BIND_DB' undeclared (first use in this function) domain.c: In function `domain_add': domain.c:588: `BIND_EXCL_DB' undeclared (first use in this function) domain.c:596: `BIND_DB' undeclared (first use in this function) domain.c: In function `domain_modify': domain.c:1019: `BIND_EXCL_DB' undeclared (first use in this function) make[2]: *** [domain.o] Error 1 make[2]: Leaving directory `/usr/local/src/freevsd-1.4.9-2/src/vsd/modules/mod_bind' make[1]: *** [all-modules] Error 1 make[1]: Leaving directory `/usr/local/src/freevsd-1.4.9-2/src/vsd' make: *** [all-subdirs] Error 1l Message ----- From: "Damion Parry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 1:33 AM Subject: Re: PAM troubles on RH7.2 > Hello, > > Yes to bnuild the PAM module the server needs the pam-devel rpm to be installed on > it. The include file should reside in /usr/include/security.. > > HTH, > Damion. > > "Andres L. Figari" wrote: > > > > Hi guys, > > > > Tried my first RH7.2 install and got this following the install instructions > > during mymake install step: > > > > [root@samantha freevsd-1.4.9-2]# make install > > Making all in src/libvsd > > make[1]: Entering directory `/usr/local/src/freevsd-1.4.9-2/src/libvsd' > > make[1]: Nothing to be done for `all'. > > make[1]: Leaving directory `/usr/local/src/freevsd-1.4.9-2/src/libvsd' > > Making all in src/pam_vsd > > make[1]: Entering directory `/usr/local/src/freevsd-1.4.9-2/src/pam_vsd' > > gcc -I. -I. -g -O2 -c pam_vsd.c -o pam_vsd.o > > pam_vsd.c:26:34: security/pam_modules.h: No such file or directory > > make[1]: *** [pam_vsd.o] Error 1 > > make[1]: Leaving directory `/usr/local/src/freevsd-1.4.9-2/src/pam_vsd' > > make: *** [all-subdirs] Error 1 > > [root@samantha freevsd-1.4.9-2]# cd src > > [root@samantha src]# ls > > > > I noticed that there was a problem with not finding the > > security/pam_modules.h, and I saw this in the pam_vsd.c > > > > #define PAM_SM_AUTH > > > > #include <security/pam_modules.h> > > > > /* variables */ > > static char check_priv[BUFSIZ]; > > > > I also saw no security directory within the > > `/usr/local/src/freevsd-1.4.9-2/src/pam_vsd' directory. Is this something I > > may have missed in the previous steps, or is this something my server itself > > may be missing? Any ideas? > > > > Regards, > > > > Andres Figari > > [EMAIL PROTECTED] > > > > ------------------------- The freeVSD Support List -------------------------- > > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > > Archives: http://freevsd.org/support/mail-archives/freevsd-support > > -------------------------------------------------------------------------- --- > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > -------------------------------------------------------------------------- --- ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
