<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    <p style="margin: 0px;">Hi!</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">First off: thanks for releasing 2.1.9, great job!</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">I'm trying to get the freenac check_mac perl script running and get this error:</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">freeradius: symbol lookup error: /usr/lib/perl/5.10/auto/Fcntl/Fcntl.so: undefined symbol: Perl_Istack_sp_ptr</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">Afaik this means that the embedded perl interpreter (rlm_perl) is too old</p>

    <p style="margin: 0px;">for the perl libraries that are "use"ed in the check_mac script (aka rad2vmps).</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">However I was unable to find out what version of libperl is required for rlm_perl to</p>

    <p style="margin: 0px;">work. My freeradius version is 2.1.9, just compiled it. Perl verion is v5.10.1.</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">If you tell me that I need perl v.5.8.x libraries, how can I tell freeradius to look</p>

    <p style="margin: 0px;">for the libraries in a folder like /usr/lib/perl/5.8.x instead of the default.</p>

    <p style="margin: 0px;">At least "libdir = /usr/lib/perl/5.8.x" in radiusd.conf does not do the trick,I already</p>

    <p style="margin: 0px;">tried it this way. I want the the old perl libs only to be used by freeradius, not systemwide.</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">Thanks for your help,</p>

    <p style="margin: 0px;"> </p>

    <p style="margin: 0px;">Jan<span></span></p>
  </body>
</html>