Cisco Pix

2005-11-21 Thread Nicholas Thompson
I am new to Freeradius and have tried to search the boardsfor the answer to my question. If it has been asked and answered before I am sorry just point me in the right direction. Presently we use tacacs+ to authenicate users to all of our cisco devices. I have installed freeradius and have it

RE: Solaris Make Problems

2005-11-08 Thread Nicholas Thompson
I finally got freeradius to make without errors. However to do this I had to manually change the Makefile (in src/modules/rlm_sql/drivers/rlm_sql_mysql)and take out these options -x03 -mt and -xarch=v8, but I am not sure if this will affect the stability or useage of freeradius. -xarch=v8

Solaris 8 Make Problems

2005-11-07 Thread Nicholas Thompson
I am new to freeradius. I have a Solaris 8 machine with OpenSSL version 0.9.8 and MySQL version 5.0.15 (max). Configure completes without any problems however make fails. I have read many suggestions on the list, and tries all of them. Such as setting the LD_LIBRARY_PATH, I even tried to configure

Solaris 8 Make Problems

2005-11-07 Thread Nicholas Thompson
-xarch=v8 sounds like a Sun cc option. It's a good idea to work just withone compiler, sun or gnu. Adjust the PATH that ./configure and make justsee on compiler. I dont have the sun compiler. I am using GCC version 3.3.2 and the gnu linker version 2.14 both of these are located in /usr/local/bin