This is a discussion on Re: Question about Building Freeradius within the FreeRADIUS Users forums, part of the Networking and Network Related category; Sarkis Gabriel wrote: >Just wondering when i build the RPM with SPEC file, does it enable --with-experimental- >...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Sarkis Gabriel wrote:
>Just wondering when i build the RPM with SPEC file, does it enable --with-experimental- >modules? or is there a specific command to make the extra modules? >I have compiled the RPMS no problem there but the modules are not included and if i >compiled from .tar.gz when i run radiusd -X i get an error rlm_exec no found. > >Thank you >Sarky > >- >List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > > See my earlier email about the 'invalid ELF header'. To find the modules you need to set LD_LIBRARY_PATH, in your run environment, to the directory containing your module libraries. Which I did but then they I got the ELF error, which I presume means that all the libraries (in th SUSE package) are all compiled as statics (.a) and not shared (.so) which basically means the official SUSE package does not run! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |