On Monday 06 May 2002 14:37, Alan DeKok wrote:
> Nick Davis <[EMAIL PROTECTED]> wrote:
> > That is what makes sense to me, but here is
> > what happens when I run configure with those flags:
> >
> > *** from the Make.inc.in ***
> >
> > # Location of files.
> > prefix = /usr/local
> > exec_prefix = ${prefix}
> > sysconfdir = ${prefix}/etc
>
> Uh, NO.
>
> The 'Make.inc.in' file is a file which is processed by 'configure',
> to generate 'Make.inc'. The distribution version of Make.inc.in says:
>
> # Location of files.
> prefix = @prefix@
> exec_prefix = @exec_prefix@
> sysconfdir = @sysconfdir@
>
>
> Where the @prefix@, etc. are edited by configure, to generate
> Make.inc.
>
> Look at Make.inc. It SHOULD be correct.
>
> Alan DeKok.
>
Oops, I wrote Make.inc.in above when I meant Make.inc
Here is a head of each file.
hostname:~/work/freeradius-snapshot-20020503# head -20 Make.inc.in
#
# Make.inc.in
#
# Version: $Id: Make.inc.in,v 1.39 2002/04/24 20:15:17 aland Exp $
#
# Location of files.
prefix = @prefix@
exec_prefix = @exec_prefix@
sysconfdir = @sysconfdir@
localstatedir = @localstatedir@
libdir = @libdir@
bindir = @bindir@
sbindir = @sbindir@
mandir = @mandir@
logdir = @logdir@
raddbdir = @raddbdir@
radacctdir = @radacctdir@
top_builddir = @top_builddir@
hostname:~/work/freeradius-snapshot-20020503# head -20 Make.inc
#
# Make.inc.in <---- says Make.inc.in eventhough the file is Make.inc??
#
# Version: $Id: Make.inc.in,v 1.39 2002/04/24 20:15:17 aland Exp $
#
# Location of files.
prefix = /usr/local
exec_prefix = ${prefix}
sysconfdir = ${prefix}/etc
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
mandir = ${prefix}/man
logdir = ${localstatedir}/log/radius
raddbdir = ${sysconfdir}/raddb
radacctdir = ${logdir}/radacct
top_builddir = /root/work/freeradius-snapshot-20020503
Any ideas?
Nick
--
Nick Davis
Associate Systems Administrator
[EMAIL PROTECTED]
Internet Exposure, Inc.
http://www.iexposure.com
(612)676-1946
Web Development-Web Marketing-ISP Services
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html