Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-02-02 Thread Roar Pettersen
Hi Nick ! upgrade the freeradius2 port to version 2.1.8 and add the following diff to the port. I also had to manually update the pkg-plist file. --- src/main/modules.c 2010-01-08 06:43:51.0 -0800 +++ src/main/modules.c 2010-01-08 07:48:12.0 -0800 @@ -207,9 +207,6 @@ * Solve

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-02-02 Thread Wesley Shields
On Tue, Feb 02, 2010 at 11:19:55AM +0100, Roar Pettersen wrote: Hi Nick ! upgrade the freeradius2 port to version 2.1.8 and add the following diff to the port. I also had to manually update the pkg-plist file. --- src/main/modules.c 2010-01-08 06:43:51.0 -0800 +++

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-02-02 Thread Nick Rogers
I just replied to a similar thread on this list and included my private copy of the port. It doesn't seem like the maintainer is responding or has upgraded to 2.1.8. On Tue, Feb 2, 2010 at 2:19 AM, Roar Pettersen roar.petter...@uib.nowrote: Hi Nick ! upgrade the freeradius2 port to version

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-02-02 Thread Nick Rogers
Please see the second patch in ports/140897. The maintainer has not responded so I will be committing that shortly. -- WXS Thanks a bunch. I've also just filed PR ports/143493 to try and address a problem with rlm_perl. ___

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-01-08 Thread Nick Rogers
One of the FreeRADIUS maintainers pointed out to me that there is a problem with freeradius + rlm_perl module + libltdl/libtools 2.2, in that they are still using the old libltdl API. You can fix this by either using libtools 1.5 (which is difficult since its been removed from the ports tree) or

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-01-07 Thread Nick Rogers
I've tried using portupgrade to build and install the freeradius2 package on a fresh 8.0-RELEASE install with latest ports tree and that did not seem to change anything. On Tue, Jan 5, 2010 at 2:04 PM, Jerry ges...@yahoo.com wrote: On Tue, 5 Jan 2010 15:21:04 -0500 Nick Rogers

Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-01-05 Thread Nick Rogers
I'm having the same problem as outlined in this thread... http://forums.freebsd.org/showthread.php?t=9280 In short, using the freeradius perl module in conjunction with a perl script that requires perl modules that use shared libraries seems to be problematic. Identical setup worked fine under

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-01-05 Thread Garrett Cooper
Sent from my iPhone On Jan 5, 2010, at 10:12 AM, Nick Rogers ncrog...@gmail.com wrote: I'm having the same problem as outlined in this thread... http://forums.freebsd.org/showthread.php?t=9280 ... BEGIN failed--compilation aborted at /space/rxg/rxgd/Rxg/ActiveRecord/RadiusServer.pm line

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-01-05 Thread Nick Rogers
I installed FreeBSD 8.0-RELEASE from official ISO and used pkg_add -r to install the packages. I also tried building my own packages from ports tree and got the same result. On Tue, Jan 5, 2010 at 12:52 PM, Garrett Cooper yanef...@gmail.com wrote: Sent from my iPhone On Jan 5, 2010, at 10:12

Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

2010-01-05 Thread Jerry
On Tue, 5 Jan 2010 15:21:04 -0500 Nick Rogers ncrog...@gmail.com articulated: I installed FreeBSD 8.0-RELEASE from official ISO and used pkg_add -r to install the packages. I also tried building my own packages from ports tree and got the same result. You might try using something like