On 21.02.2012, at 15:31, Ad Hoc IT wrote:
> I've spend most of my day trying to get the latest beta working om a net6501. I've got a "pulse",
but I'm having some problems with captive portal. When a log-in request i sent, clients get this
response:
>
> "Fatal error: Call to undefined function: radius_auth_open() in /etc/inc/radius.inc on line 697"
>
> My guess is, that radius support was not included at php compile-time. Please check this when
releasing next beta version.
Correct, something was missing in the build scripts, and so the compilation proceeded but the RADIUS
module didn't really get compiled in. Fixed in b499. Thanks for the report!
> In the mean time I'd like to set up a development environment. The development handbook is
somewhat outdated. I'm hoping that someone has an updated VMware image or similar, which could speed
up the process?
You can ignore the development handbook; see here instead:
<http://svn.m0n0.ch/wall/branches/freebsd8/build/scripts/README>. No VMware image available though,
but that shouldn't be necessary - a plain vanilla FreeBSD 8.2 installation (with source tree and
ports) does the job now.
Regards,
Manuel |