the patch if you like... for me 0.9.2 works very well with my FreeBSD 4.8
despite this little glitch...
but 0.9.2 having rlm_ldap problem with my FreeBSD 5.1... I'm still
troubleshooting it... anyone having same problem??
*** src/modules/rlm_ippool/Makefile.in Sat Oct 4 07:44:51 2003
--- src/modules/rlm_ippool/Makefile.in Thu Oct 16 12:21:36 2003
***************
*** 12,18 ****
$(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o $@
rlm_ippool_tool.8: rlm_ippool_tool.pod
! pod2man --release=" " --date="October 2nd,
2003" --center="FreeRADIUS Daemon" --section=8
rlm_ippool_tool.pod rlm_ippool_tool.8
$(STATIC_OBJS): $(HEADERS)
--- 12,18 ----
$(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o $@
rlm_ippool_tool.8: rlm_ippool_tool.pod
! pod2man --release=" " --date="October 2nd,
2003" --center="FreeRADIUS Daemon" --section=8
rlm_ippool_tool.pod > rlm_ippool_tool.8
$(STATIC_OBJS): $(HEADERS)
----- Original Message -----
From: "Paul Hampson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 5:54 AM
Subject: RE: error compiling 0.9.2 on FreeBSD 4.8
> > From: Jeff Palmer
> > Sent: Thursday, 23 October 2003 4:41 AM
>
> > I've been motoring along quite happily with Freeradius 0.8.1 However I
was
> > just looking at the changelog for FreeRadius 0.9.2
> > and it appears several bugs have been found/fixed along with new
features
> > and dictionaries.
>
> > ./configure works well.
> > make works well also.
> > However, there is an error with pod2man when I "make install"
>
> > Perl is version "5.005_03 built for i386-freebsd" (As in the default
> > version of perl on FreeBSD 4.8)
> >
> > The following is the output:
> >
> > gmake[6]: Entering directory
`/usr/dl/freeradius-0.9.2/src/modules/rlm_ippool'
> > pod2man --release=" " --date="October 2nd, 2003" --center="FreeRADIUS
> > Daemon" --section=8 rlm_ippool_tool.pod rlm_ippool_tool.8
> > /usr/bin/pod2man: Need one and only one podpage argument
> > usage: /usr/bin/pod2man [options] podpage
> > Options are:
> > --section=manext (default "1")
> > --release=relpatch (default "perl 5.005, patch 03")
> > --center=string (default "User Contributed Perl
Documentation")
> > --date=string (default "8/Oct/2003")
> > --fixed=font (default "CW")
> > --official (default NOT)
> > --lax (default NOT)
> > gmake[6]: *** [rlm_ippool_tool.8] Error 255
> > gmake[6]: Leaving directory
`/usr/dl/freeradius-0.9.2/src/modules/rlm_ippool'
> > gmake[5]: *** [install] Error 2
> > gmake[5]: Leaving directory
`/usr/dl/freeradius-0.9.2/src/modules/rlm_ippool'
> > gmake[4]: *** [common] Error 1
> > gmake[4]: Leaving directory `/usr/dl/freeradius-0.9.2/src/modules'
> > gmake[3]: *** [install] Error 2
> > gmake[3]: Leaving directory `/usr/dl/freeradius-0.9.2/src/modules'
> > gmake[2]: *** [common] Error 1
> > gmake[2]: Leaving directory `/usr/dl/freeradius-0.9.2/src'
> > gmake[1]: *** [install] Error 2
> > gmake[1]: Leaving directory `/usr/dl/freeradius-0.9.2/src'
> > gmake: *** [common] Error 1
> > *** Error code 2
> >
> > Stop in /usr/dl/freeradius-0.9.2.
>
> > On a similarly configured machine (FreeBSD 4.8) it works. the only
> > difference is the other machine has perl 5.8.0 compiled from ports.
> > Obviously this makes sense, because pod2man is a perl translator.
> >
> > However, if you edit src/modules/rlm_ippool/Makefile.in and change:
> > pod2man --release=" " --date="October 2nd, 2003" --center="FreeRADIUS
> > Daemon" --section=8 rlm_ippool_tool.pod rlm_ippool_tool.8
> > to:
> > pod2man --release=" " --date="October 2nd, 2003" --center="FreeRADIUS
> > Daemon" --section=8 rlm_ippool_tool.pod
> >
> > It works on both versions of perl. I'm not familiar with FreeRadius
> > enough to know if such a change would break anything else.
> > Feedback? Comments?
>
> Put a '>' infront of rlm_ippool_tool.8 and it'll work. The syntax of
> pod2man changed between perl 5.005 and perl 5.8. :-(
>
> --
> Paul "TBBle" Hampson
> Bubblesworth Pty Ltd (ABN: 51 095 284 361)
> [EMAIL PROTECTED]
>
> On a sidewalk near Portland State
> University someone wrote `Trust Jesus', and
> someone else wrote `But Cut the Cards'.
>
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
>
> [ Scanned by JARING E-Mail Virus Scanner ( http://www.jaring.my ) ]
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html