> ld: fatal: file /usr/oracle/9205/lib/libclntsh.so: wrong ELF class: ELFCLASS64 > ld: fatal: File processing errors. No output written to .libs/rlm_sql_oracle-1.0.1.so You're trying to link against the 64 bit oracle library, but compiling freeRADIUS as 32 bit. You need to fix the path to the library to point to the 32 bit libraries. Also, configure/make seems to get confused between $ORACLE_HOME and the --with-blah directives sent to configure. Takes a bit of sorting out, and unfortunately I'm not using oracle anymore, so I can't tell you exactly what to do... Not sure if all the ltdl warnings are significant for you. Maybe Alan or someone else can answer that. regards, Michael
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

