is there a link to know the prerequisite libraries for compiling freeradius?
Hi, I get the following warnings/error while running ./configure. is there a list of prerequisite libraries that are needed before compiling freeradius? If I dont clear of these warnings, will I end up in the install failure? These sql/oracle are essential modules right? configure: warning: snmpget not found - Simultaneous-Use and checkrad.pl may not work configure: warning: snmpwalk not found - Simultaneous-Use and checkrad.pl may not work configure: warning: iodbc headers not found. Use --with-iodbc-include-dir=<path>. configure: warning: sql submodule 'iodbc' disabled configure: warning: mysql headers not found. Use --with-mysql-include-dir=<path>. configure: warning: sql submodule 'mysql' disabled configure: warning: silently not building rlm_sql_postgresql. configure: warning: FAILURE: rlm_sql_postgresql requires: libpq-fe.h libpq. configure: warning: oracle headers not found. Use --with-oracle-home-dir=<path>. configure: warning: sql submodule 'oracle' disabled configure: warning: unixODBC headers not found. Use --with-unixodbc-include-dir=<path>. configure: warning: sql submodule 'unixodbc' disabled checking for dlerror... yes checking for error_t... yes meena __________________________________ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
MEENA SELVAM <meena_selvam@yahoo.com> wrote:
I get the following warnings/error while running ./configure. is there a list of prerequisite libraries that are needed before compiling freeradius?
No. There are *no* prerequisite libraries for FreeRADIUS. The server will build, and will do many things with just what's on your system. If you want to use MySQL (for example), you have to install MySQL, and the server will pick that up and use it. So any "prerequisite" libraries are determined by you, based on what you need to do. Alan DeKok.
participants (2)
-
Alan DeKok -
MEENA SELVAM