Gary Barnden <[EMAIL PROTECTED]> wrote: > any ideas what would be causing this? > > Starting - reading configuration files ... > Module: Loaded System > Module: Instantiated unix (unix) > Module: Loaded SQL > rlm_sql: Driver rlm_sql_postgresql loaded and linked > rlm_sql: Attempting to connect to [EMAIL PROTECTED]:/database > /usr/libexec/ld-elf.so.1: /usr/local/lib/rlm_sql.so.0: Undefined symbol > "sem_init"
Yes. You've got to figure out which library has the 'sem_init' function, and add that to the paths searched in ld.so. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
