Hi, I installed 0.6 using an RPM that I built using the spec file that came with 0.6. I tried using the rlm_sqlcounter module. It said it couldn't find rlm_sqlcounter. I looked in the /user/lib directory but it wasn't there. I then went to the rlm_sqlcounter source directory and did the ./configure, make, make install.
When I tried to start radiusd, it was then able to find it. Hope this helps. Sheldon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Weiker Sent: Friday, August 09, 2002 9:27 AM To: [EMAIL PROTECTED] Subject: Re: rlm_sqlcounter : file not found Josephine wrote: >Aaron Weiker wrote : > > >>>Before compile pass --with-experimental-modules to the configure script. >>>This should compile it in. You may get other modules that fail to >>>compile, what I had to do was just remove their directory and then run >>>configure again. >>> >>> > > > >Hi Aaron, > I can't get what you mean 'remove their directory and then run >configure'. Which directory you are referring ? > > >Josephine. > Josephine, If you get errors during make, first identify where the error ocurred. If you were able to compile without any problems before doing "configure --with-experimental-modules" but afterwards you cannot run "make" without it quitting in an error it may be due to a module. So what you will need to do is look at the output from "make" to identify where the error occured. If the error occured in the ./src/modules/ directory then it is a module that couldn't compile. If you feel that this is a module that you do not need there is no harm in deleting the module directory and then re-running "configure --with-experimental-modules" then try running "make" again to see if it got all of the way. Aaron Weiker > > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
