Re[2]: FreeBSD 8.0 port + perl hook problem

2010-01-11 Thread Коньков Евгений
Title: Re[2]: FreeBSD 8.0 port + perl hook problem , Nick. You do wrong. this is right way. Ugly, but FreeRadius have not config option for that cd /usr/ports/freeradius2 make fetch make extract make patch make config cd work/freeradius-server-2.1.8/src/main add '#define

Re: FreeBSD 8.0 port + perl hook problem

2010-01-08 Thread Nick Rogers
Thank's, I'll take a look. I was able to get things working by using libtool 1.5 instead of 2.2, but given that libtool and libltdl 1.5 are no longer in the latest FreeBSD ports tree, its a major PITA to get this going. On Thu, Jan 7, 2010 at 11:39 PM, Alan DeKok al...@deployingradius.comwrote:

Re: FreeBSD 8.0 port + perl hook problem

2010-01-08 Thread Nick Rogers
FYI. I got it to work with libltdl/libtools 2.2 by enabling the function that uses the new libltdl API as you suggested. Thanks again . If anyone has the same problem, I had to add a patch to the FreeBSD port and upgrade it to FreeRADIUS 2.1.8. The following is the patch I added to the port in

Re: FreeBSD 8.0 port + perl hook problem

2010-01-08 Thread Alan DeKok
Nick Rogers wrote: FYI. I got it to work with libltdl/libtools 2.2 by enabling the function that uses the new libltdl API as you suggested. Thanks again . If anyone has the same problem, I had to add a patch to the FreeBSD port and upgrade it to FreeRADIUS 2.1.8. The following is the patch I

Re[2]: FreeBSD 8.0 port + perl hook problem

2010-01-08 Thread Коньков Евгений
Здравствуйте, Alan. Вы писали 8 января 2010 г., 20:48:23: AD Nick Rogers wrote: FYI. I got it to work with libltdl/libtools 2.2 by enabling the function that uses the new libltdl API as you suggested. Thanks again . If anyone has the same problem, I had to add a patch to the FreeBSD port

Re: FreeBSD 8.0 port + perl hook problem

2010-01-08 Thread Alan DeKok
Коньков Евгений wrote: vpn# make Make.inc, line 83: Missing dependency operator Use gmake. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

FreeBSD 8.0 port + perl hook problem

2010-01-07 Thread Nick Rogers
I'm having problems getting the latest FreeBSD port of freeradius2 to work with a perl hook that requires the IO perl module. I realize this is likely a FreeBSD ports compilation problem but I am hoping someone here can shed some light. There seems to be some kind of shared library linking issue

Re: FreeBSD 8.0 port + perl hook problem

2010-01-07 Thread Alan DeKok
Nick Rogers wrote: I'm having problems getting the latest FreeBSD port of freeradius2 to work with a perl hook that requires the IO perl module. I realize this is likely a FreeBSD ports compilation problem but I am hoping someone here can shed some light. It's likely a problem resolving