Hi, Having just compiled cyrus-sasl and cyrus-imapd from CVS (with Berkeley DB 4.0.14), I have a segfault when trying to run the master process. I followed instructions in help files (creation of right user/group, and directory structure with correct rights attributes).
Using GDB I have the following results : pegase:~# gdb /usr/cyrus/bin/master GNU gdb 19990928 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)... (gdb) r Starting program: /usr/cyrus/bin/master (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x0 in ?? () (gdb) where #0 0x0 in ?? () #1 0x401abb32 in __db_err () from /lib/libdb.so.3 #2 0x401a527d in db_open () from /lib/libdb.so.3 #3 0x4018ed0a in _nss_db_getprotobynumber_r () from /lib/libnss_db.so.2 #4 0x4018eefa in _nss_db_endservent () from /lib/libnss_db.so.2 #5 0x4018f181 in _nss_db_getservbyname_r () from /lib/libnss_db.so.2 #6 0x40160151 in getservbyname_r () from /lib/libc.so.6 #7 0x40160011 in getservbyname () from /lib/libc.so.6 #8 0x8049596 in resolve_port () #9 0x80497bc in service_create () #10 0x804b28e in main () #11 0x400c8a42 in __libc_start_main () from /lib/libc.so.6 (gdb) q The program is running. Exit anyway? (y or n) y pegase:~# Did I missed something ?