I found my problem; it wasn't with the build, but with how I was 'installing' my libraries.
I needed to run ldconfig -n /usr/local/lib/ sorry for the spam. MV On Mon, 2003-01-13 at 12:10, Mike Varley wrote: > I am attempting to build a module outside the context of the FreeRADIUS > source tree. I am using libtool, and the libraries seem to be compiling > fine. (version 0.8) > > My problem comes at runtime; when FR tries to run my code, it SEGV's > because I'm doing a 'vp = pairfind(request->packet->vps, PW_REALM)', and > (according to GDB) request->packet == NULL. > > however, when I compile the exact same code under the freeradius > sturcture, everything works fine. > > I know I'm doing something outside the scope of the FreeRADIUS project, > but if anyone could shed some light on why this might be happening, or > some details on how the modules are built and linked etc... with > libtool, it would be greatly appreciated. > > Thanks in advance. > > MV > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Mike Varley -= SOMA Networks =- > Tel: 416.977.1414 x1578 > email: [EMAIL PROTECTED] > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mike Varley -= SOMA Networks =- Tel: 416.977.1414 x1578 email: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
