> "jason" <[EMAIL PROTECTED]> wrote:
> > Ok, so in trying to install tonights build ( 1024 ) i ran into a few
> > problems.. the postgres configure stuff still seems to be off, but I
plugged
> > my static values into the makefile to get around that.. ( and my
postgres
> > installation is in the standard /usr/local/pgsql .. )
>
>   Do you have any ideas as to why it's wrong?

the new build seems to work properly.. must just have been the 1024 snapshot
and previous

>
> > but then afterwards when doing a "make install"
> >
> > make[7]: Entering directory
> > `/usr/src/devel/freeradius-snapshot-20011024/src/mod
> > ules/rlm_dbm'
> > /usr/src/devel/freeradius-snapshot-20011024/install-sh -c -m 755
> > rlm_dbm_parser
>
>   OK, I just updated the 'configure' script in rlm_dbm, to do things a
> bit better.  It should work now.  (i.e. NOT do install if the module
> isn't built.)
Hmm... i just checked out a new CVS build at 10:00 central time and this is
what happened with the compile phase..

rlm_unix.c: In function `unix_authenticate':
rlm_unix.c:480: `pws' undeclared (first use in this function)
rlm_unix.c:480: (Each undeclared identifier is reported only once
rlm_unix.c:480: for each function it appears in.)
make[6]: *** [rlm_unix.o] Error 1
make[6]: Leaving directory `/usr/src/devel/radiusd/src/modules/rlm_unix'

>   Which modules are you using, and what are you using them for?
>

here are the modules i'm loading, sql2 is a second postgresql instance to
replicate accounting info to a separate server .. both sql modules run with
postgresql

authorize {
        preprocess
        suffix
        files
        sql
}
authenticate {
        sql
}
preacct {
        suffix
        files
        preprocess
}

accounting {
        detail
        sql
        sql2
        unix
}

session {
}


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to