On Wednesday 11 June 2008, Dian Dwi Nugraha wrote: > I've been having problem with compiling OpenSER with LDAP module on > FreeBSD 7.0-RELEASE. I have 'ldap.so' and put it under /usr/local/lib/ > openser/modules/. The problem occured when I tried to run openser. > > --- Error Message --- > > Jun 11 19:49:53 [16442] ERROR:core:sr_load_module: could not open > module </usr/local/lib/openser/modules/ldap.so>: /usr/local/lib/ > openser/modules/ldap.so: Undefined symbol "ber_sockbuf_io_debug"
Hi Dian, does ldd /usr/local/lib/openser/modules/ldap.so shows any problems? It seems to be a common problem with this library, e.g. http://www.google.de/search?q=ber_sockbuf_io_debug&ie=UTF-8&oe=UTF-8 Perhaps there is a version mismatch with the ldap and lber libraries? Cheers, Henning _______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
