I know this has come up a few other times... But I have searched back thru all of the archives and still have not come up with a working build of freeRadius for AIX. If anyone has freeRadius working under AIX, please let me know and maybe we can trade configure scripts. The end result of what I need are: freeRadius to support WPA/EAP and or WPA/MSCHAP-V2 I would *love* to be able to use WPA on my wireless device to tunnel MSCHAPV2 back to Active Directory for user authentication. Again - If anyone has been able to get this to work, please let me know. Thanks in advance. - Reynold
"Reynold McGuire" <rmcguire@suffolk.edu> wrote:
I know this has come up a few other times... But I have searched back thru all of the archives and still have not come up with a working build of freeRadius for AIX.
I've done it in the past, but AIX is... odd.
If anyone has freeRadius working under AIX, please let me know and maybe we can trade configure scripts.
You should be able to edit the Makefiles by hand, too. What errors are you seeing? Posting those may help... Alan DeKok.
"Reynold McGuire" <rmcguire@suffolk.edu> wrote:
I know this has come up a few other times... But I have searched back thru all of the archives and still have not come up with a working build of freeRadius for AIX.
I've done it in the past, but AIX is... odd.
If anyone has freeRadius working under AIX, please let me know and maybe we can trade configure scripts.
You should be able to edit the Makefiles by hand, too. What errors are you seeing? Posting those may help... Alan DeKok. - mmm...interesting. pls post some. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.4.1/310 - Release Date: 4/12/2006
I have seen these errors posted else ware, but no real fix for them... Here is the configure line ---CUT--- ./configure --prefix=/apps/renn/freeRadius_1.1.1 --with-openssl-includes=/usr/local/ssl/include/openssl --with-openssl-libraries=/usr/local/ssl/lib --without-rlm_sql --without-rlm_eap_peap --without-rlm_eap_tls --without-rlm_eap_ttls --enable-strict-dependencies --without-rlm_krb5 --without-rlm_ldap --without-rlm_otp --without-rlm_perl ---CUT--- No errors on configure No errors on make No errors on make install (except for man, which I rem'ed out for now) ---CUT--- root@ACAD1:2:./check-radiusd-config Ignoring deprecated command-line option -pStarting - reading configuration files ... reread_config: reading radiusd.conf Config: including file: /apps/renn/freeRadius_1.1.1/etc/raddb/proxy.conf Config: including file: /apps/renn/freeRadius_1.1.1/etc/raddb/clients.conf Config: including file: /apps/renn/freeRadius_1.1.1/etc/raddb/snmp.conf Config: including file: /apps/renn/freeRadius_1.1.1/etc/raddb/eap.conf Config: including file: /apps/renn/freeRadius_1.1.1/etc/raddb/sql.conf main: prefix = "/apps/renn/freeRadius_1.1.1" main: localstatedir = "/apps/renn/freeRadius_1.1.1/var" main: logdir = "/apps/renn/freeRadius_1.1.1/var/log/radius" main: libdir = "/apps/renn/freeRadius_1.1.1/lib" main: radacctdir = "/apps/renn/freeRadius_1.1.1/var/log/radius/radacct" main: hostname_lookups = no main: max_request_time = 30 main: cleanup_delay = 5 main: max_requests = 1024 main: delete_blocked_requests = 0 main: port = 0 main: allow_core_dumps = no main: log_stripped_names = no main: log_file = "/apps/renn/freeRadius_1.1.1/var/log/radius/radius.log" main: log_auth = no main: log_auth_badpass = no main: log_auth_goodpass = no main: pidfile = "/apps/renn/freeRadius_1.1.1/var/run/radiusd/radiusd.pid" main: user = "(null)" main: group = "(null)" main: usercollide = no main: lower_user = "no" main: lower_pass = "no" main: nospace_user = "no" main: nospace_pass = "no" main: checkrad = "/apps/renn/freeRadius_1.1.1/sbin/checkrad" main: proxy_requests = yes proxy: retry_delay = 5 proxy: retry_count = 3 proxy: synchronous = no proxy: default_fallback = yes proxy: dead_time = 120 proxy: post_proxy_authorize = no proxy: wake_all_if_all_dead = no security: max_attributes = 200 security: reject_delay = 1 security: status_server = no main: debug_level = 0 read_config_files: reading dictionary read_config_files: reading naslist Using deprecated naslist file. Support for this will go away soon. read_config_files: reading clients read_config_files: reading realms radiusd: entering modules setup Module: Library search path is /apps/renn/freeRadius_1.1.1/lib radiusd.conf[1541] Failed to link to module 'rlm_exec': No such file or directory ---CUT--- -----Original Message----- From: aland@nitros9.org [mailto:aland@nitros9.org] Sent: Thursday, April 13, 2006 10:04 AM To: rmcguire@suffolk.edu; FreeRadius users mailing list Subject: Re: freeRadius vs. AIX "Reynold McGuire" <rmcguire@suffolk.edu> wrote:
I know this has come up a few other times... But I have searched back thru all of the archives and still have not come up with a working build of freeRadius for AIX.
I've done it in the past, but AIX is... odd.
If anyone has freeRadius working under AIX, please let me know and maybe we can trade configure scripts.
You should be able to edit the Makefiles by hand, too. What errors are you seeing? Posting those may help... Alan DeKok.
"Reynold McGuire" <rmcguire@suffolk.edu> wrote:
Module: Library search path is /apps/renn/freeRadius_1.1.1/lib radiusd.conf[1541] Failed to link to module 'rlm_exec': No such file or directory
The $libdir configuration entry is wrong. The short answer is to configure with --disable-shared. This is in the FAQ. Alan DeKok.
When I use '--disable shared' I get errors in make Errors attached. -----Original Message----- From: aland@nitros9.org [mailto:aland@nitros9.org] Sent: Thursday, April 13, 2006 4:50 PM To: rmcguire@suffolk.edu; FreeRadius users mailing list Subject: Re: freeRadius vs. AIX "Reynold McGuire" <rmcguire@suffolk.edu> wrote:
Module: Library search path is /apps/renn/freeRadius_1.1.1/lib radiusd.conf[1541] Failed to link to module 'rlm_exec': No such file or directory
The $libdir configuration entry is wrong. The short answer is to configure with --disable-shared. This is in the FAQ. Alan DeKok.
"Reynold McGuire" <rmcguire@suffolk.edu> wrote: ... Is there some reason you CC me, and send two messages to the list? It's annoying to get three copies of the same message. Just reply once to the list. I *am* subscribed to it.
When I use '--disable shared' I get errors in make
It's an AIX thing. I know nothing about AIX. My earlier message had another proposed solution. Alan Dekok.
participants (3)
-
Alan DeKok -
mnisay -
Reynold McGuire