[Mod-auth-users] missing header file
Brought to you by:
firechipmunk,
honx
|
From: John L. P. <joh...@ed...> - 2004-06-06 21:49:40
|
the ./src/mod.authn.dbi.c references a header fileat line 46:
#include "mod_auth.h"
which is not included in the package nor was I able to find it in the
installation of apache or apache2 on a Gentoo Linux system.
Was this header file ommitted, or is there a dependency here?
If the latter, where do I obtain the mod_auth.h file?
Thank you,
John Poole
pro...@ed...
------------------------------------------------
Here is the listing of make:
daphne mod_authn_dbi-0.9.0 # make
Making all in src
make[1]: Entering directory `/usr/local/src/mod_authn_dbi-0.9.0/src'
source='mod_authn_dbi.c' object='libmod_authn_dbi_la-mod_authn_dbi.lo'
libtool=yes \
depfile='.deps/libmod_authn_dbi_la-mod_authn_dbi.Plo'
tmpdepfile='.deps/libmod_authn_dbi_la-mod_authn_dbi.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -I/usr/include -g -O2 -I/usr/include/apache2 -c -o
libmod_authn_dbi_la-mod_authn_dbi.lo `test -f mod_authn_dbi.c || echo
'./'`mod_authn_dbi.c
rm -f .libs/libmod_authn_dbi_la-mod_authn_dbi.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/include -g -O2
-I/usr/include/apache2 -c mod_authn_dbi.c -MT
libmod_authn_dbi_la-mod_authn_dbi.lo -MD -MP -MF
.deps/libmod_authn_dbi_la-mod_authn_dbi.TPlo -fPIC -DPIC -o
.libs/libmod_authn_dbi_la-mod_authn_dbi.lo
mod_authn_dbi.c:46:22: mod_auth.h: No such file or directory
mod_authn_dbi.c:712: error: syntax error before "check_dbi_pw"
mod_authn_dbi.c: In function `check_dbi_pw':
mod_authn_dbi.c:715: error: `authn_status' undeclared (first use in this
function)
mod_authn_dbi.c:715: error: (Each undeclared identifier is reported only
once
mod_authn_dbi.c:715: error: for each function it appears in.)
mod_authn_dbi.c:715: error: syntax error before "ARV"
mod_authn_dbi.c:731: error: `AUTH_GENERAL_ERROR' undeclared (first use
in this function)
mod_authn_dbi.c:775: error: `ARV' undeclared (first use in this function)
mod_authn_dbi.c:782: error: `AUTH_DENIED' undeclared (first use in this
function)
mod_authn_dbi.c:790: error: `AUTH_GRANTED' undeclared (first use in this
function)
mod_authn_dbi.c:871: error: `AUTH_USER_NOT_FOUND' undeclared (first use
in this function)
mod_authn_dbi.c: At top level:
mod_authn_dbi.c:894: error: syntax error before "get_dbi_realm_hash"
mod_authn_dbi.c: In function `get_dbi_realm_hash':
mod_authn_dbi.c:898: error: `authn_status' undeclared (first use in this
function)
mod_authn_dbi.c:898: error: syntax error before "ARV"
mod_authn_dbi.c:912: error: `AUTH_GENERAL_ERROR' undeclared (first use
in this function)
mod_authn_dbi.c:965: error: `ARV' undeclared (first use in this function)
mod_authn_dbi.c:970: error: `AUTH_DENIED' undeclared (first use in this
function)
mod_authn_dbi.c:977: error: `AUTH_GRANTED' undeclared (first use in this
function)
mod_authn_dbi.c:990: error: `AUTH_USER_FOUND' undeclared (first use in
this function)
mod_authn_dbi.c:1014: error: `AUTH_USER_NOT_FOUND' undeclared (first use
in this function)
mod_authn_dbi.c: At top level:
mod_authn_dbi.c:1037: error: syntax error before "authn_dbi_provider"
mod_authn_dbi.c:1038: warning: initialization makes integer from pointer
without a cast
mod_authn_dbi.c:1040: warning: excess elements in scalar initializer
mod_authn_dbi.c:1040: warning: (near initialization for
`authn_dbi_provider')
mod_authn_dbi.c:1040: warning: data definition has no type or storage class
mod_authn_dbi.c: In function `register_hooks':
mod_authn_dbi.c:1164: error: `AUTHN_PROVIDER_GROUP' undeclared (first
use in this function)
make[1]: *** [libmod_authn_dbi_la-mod_authn_dbi.lo] Error 1
make[1]: Leaving directory `/usr/local/src/mod_authn_dbi-0.9.0/src'
make: *** [all-recursive] Error 1
daphne mod_authn_dbi-0.9.0 # locate mod_auth.h
/usr/share/doc/apache-2.0.49-r1/manual/mod/mod_auth.html.ja.jis
/usr/share/doc/apache-2.0.49-r1/manual/mod/mod_auth.html
/usr/share/doc/apache-2.0.49-r1/manual/mod/mod_auth.html.en
/usr/share/doc/apache-1.3.31/manual/mod/mod_auth.html.html
/usr/share/doc/apache-1.3.31/manual/mod/mod_auth.html.ja.jis
/usr/share/doc/apache-1.3.31/manual/mod/mod_auth.html.en
daphne mod_authn_dbi-0.9.0 #
|