search for: userdbs_init

Displaying 4 results from an estimated 4 matches for "userdbs_init".

Did you mean: userdb_init
2009 Mar 17
2
problem with ldap
Hi, dovecot-1.2 from hg.dovecot.org openldap-2.4.11 passdb.o: In function `passdbs_init': /home/src/dovecot-1.2/src/auth/passdb.c:230: undefined reference to `passdb_ldap' userdb.o: In function `userdbs_init': /home/src/dovecot-1.2/src/auth/userdb.c:177: undefined reference to `userdb_ldap' collect2: ld returned 1 exit status -- Xueron Nee http://www.xueron.com
2018 Feb 22
0
Auth SEGV on sparc64, alignment problem?
...ster_module(&passdb_sql); > (gdb) > 315 passdb_register_module(&passdb_sia); > (gdb) > 316 passdb_register_module(&passdb_static); > (gdb) > 317 passdb_register_module(&passdb_oauth2); > (gdb) > 318 } > (gdb) > main_preinit () at main.c:186 > 186 userdbs_init(); > (gdb) > 188 password_schemes_init(); > (gdb) > 190 services = read_global_settings(); > (gdb) > > Program received signal SIGTRAP, Trace/breakpoint trap. > Cannot remove breakpoints because program is no longer writable. > It might be running in another process. &...
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
...passdbs_init () at passdb.c:314 314 passdb_register_module(&passdb_sql); (gdb) 315 passdb_register_module(&passdb_sia); (gdb) 316 passdb_register_module(&passdb_static); (gdb) 317 passdb_register_module(&passdb_oauth2); (gdb) 318 } (gdb) main_preinit () at main.c:186 186 userdbs_init(); (gdb) 188 password_schemes_init(); (gdb) 190 services = read_global_settings(); (gdb) Program received signal SIGTRAP, Trace/breakpoint trap. Cannot remove breakpoints because program is no longer writable. It might be running in another process. Further execution is probably impossible. 0...
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
Sadly, that doesn?t help either. Over the past day, I?ve built and installed a different branch of the OS (stable/11, instead of release/11.1), to see if a new compiler/libc might change things. Sadly, it does not. In the same situation now, auth fails immediately with signal 11. Running gdb on auth (from build dir, compiled -g -O2) shows something similar. - Chris # gdb