> 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
