Gary Barnden <[EMAIL PROTECTED]> wrote:
> /usr/libexec/ld-elf.so.1: /usr/local/lib/rlm_sql.so.0: Undefined symbol 
> "sem_init"

  You don't have a sem_init() function on your system?

  The SQL 'configure' script SHOULD link to the semaphore library if
it exists, OR use a work-around which doesn't require semaphores.

  Somehow, you've managed to get a module which is built using
sem_init(), but which can't find it at run time.  I'm not really sure
how this happened, so I'm not sure how to fix it, sorry.

  Try going to src/modules/rlm_sql/, and poking at things until it
builds *without* using sem_init.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to