rlm_sql_oracle and instant client 11.1 rpm install
Hello, I spent the last few days fighting to get FreeRadius 2.1.3 installed on a RHEL-5 box with the Oracle Instant Client + SDK rpm install. The Oracle client version is 11.1. Every time, I issued the configure command it would skip over building the rlm_sql_oracle module. I eventually modified the configure.in file in "./src/modules/rlm_sql/ drivers/rlm_sql_oracle/" I went ahead and created a patch for the directory in question, but I am not sure where to submit it to. I tried using the bugs.freeradius.org website, but it was unable to create an account (the system never emailed me with a password). If you folks can direct me to where I can do that, it would be most appreciated. Thanks, Alok ----------------------------------------------------- Alok Vimawala Senior Network Administrator Housing Information Technology Office University of Michigan avimawal@umich.edu
hello, try to do the next thing that help me: 1. ./configure --with sql, make, make install 2. ORACLE_HOME=<path to oracle instant client> CFLAGS=-I<path to oracle instant client>/sdk/include/ LDFLAGS=-L<path to oracle instant client> ./configure --with-rlm-sql-oracle (from this directory: freeradius-server-2.1.3/src/modules/rlm_sql/drivers/rlm_sql_oracle) it helps me have a good day, ilya ________________________________ ilya vishnyov billing department baykalwestcom 68, 2-zheleznodorozhnaya str., irkutsk, 664005, russia office phone: +7 950 102 2128 gsm: +7 9025 113 992 e-mail: ilya@bwc.ru ________________________________ Вы писали 25 декабря 2008 г., 02:25:13:
Hello,
I spent the last few days fighting to get FreeRadius 2.1.3 installed on a RHEL-5 box with the Oracle Instant Client + SDK rpm install. The Oracle client version is 11.1.
Every time, I issued the configure command it would skip over building the rlm_sql_oracle module. I eventually modified the configure.in file in "./src/modules/rlm_sql/ drivers/rlm_sql_oracle/"
I went ahead and created a patch for the directory in question, but I am not sure where to submit it to. I tried using the bugs.freeradius.org website, but it was unable to create an account (the system never emailed me with a password). If you folks can direct me to where I can do that, it would be most appreciated.
Thanks,
Alok
----------------------------------------------------- Alok Vimawala Senior Network Administrator Housing Information Technology Office University of Michigan avimawal@umich.edu
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi ilya, Thanks for your help. I was able to get freeradius working previous to my email. I am just not sure where to submit code patches and/or bug fixes to freeradius. - Alok On Dec 24, 2008, at 8:46 PM, Ilya wrote:
hello,
try to do the next thing that help me: 1. ./configure --with sql, make, make install 2. ORACLE_HOME=<path to oracle instant client> CFLAGS=-I<path to oracle instant client>/sdk/include/ LDFLAGS=-L<path to oracle instant client> ./configure --with-rlm-sql-oracle (from this directory: freeradius-server-2.1.3/src/modules/rlm_sql/drivers/rlm_sql_oracle)
it helps me
have a good day, ilya ________________________________ ilya vishnyov billing department baykalwestcom 68, 2-zheleznodorozhnaya str., irkutsk, 664005, russia office phone: +7 950 102 2128 gsm: +7 9025 113 992 e-mail: ilya@bwc.ru ________________________________
Вы писали 25 декабря 2008 г., 02:25:13:
Hello,
I spent the last few days fighting to get FreeRadius 2.1.3 installed on a RHEL-5 box with the Oracle Instant Client + SDK rpm install. The Oracle client version is 11.1.
Every time, I issued the configure command it would skip over building the rlm_sql_oracle module. I eventually modified the configure.in file in "./src/modules/ rlm_sql/ drivers/rlm_sql_oracle/"
I went ahead and created a patch for the directory in question, but I am not sure where to submit it to. I tried using the bugs.freeradius.org website, but it was unable to create an account (the system never emailed me with a password). If you folks can direct me to where I can do that, it would be most appreciated.
Thanks,
Alok
----------------------------------------------------- Alok Vimawala Senior Network Administrator Housing Information Technology Office University of Michigan avimawal@umich.edu
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Alok Vimawala wrote:
I went ahead and created a patch for the directory in question, but I am not sure where to submit it to. I tried using the bugs.freeradius.org website, but it was unable to create an account (the system never emailed me with a password). If you folks can direct me to where I can do that, it would be most appreciated.
If it's small, send it to the list. Alan DeKok.
Hi Alan, Sorry for the delay in getting the patch over, but I have attached it along. The patch addresses the installation of 64-bit version of the Oracle Instant Client 11.1. The file "freeradius-server-2.1.3-rlm_sql_oracle.patch" is the diff of the whole "rlm_sql_oracle" directory which includes changes made to it after the autoconf command does its magic. The file "freeradius-server-2.1.3-rlm_sql_oracle_configure.in.patch" is the diff of just of the configure.in file in the "rlm_sql_oracle" directory. - Alok On Dec 26, 2008, at 3:03 AM, Alan DeKok wrote:
Alok Vimawala wrote:
I went ahead and created a patch for the directory in question, but I am not sure where to submit it to. I tried using the bugs.freeradius.org website, but it was unable to create an account (the system never emailed me with a password). If you folks can direct me to where I can do that, it would be most appreciated.
If it's small, send it to the list.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Alok Vimawala -
Ilya