On Wed, 2009-07-29 at 15:24 -0300, Maurício CA wrote: > Thanks. I recompiled with ./configure --with-gnutls. > > I now get "Segmentation fault" a few seconds after running 'frm' (or > after typing my password if it's not in config file).
Could you possibly try to debug with gdb? After you install frm, you can run `gdb frm', then type "run SOME-MAILBOX-URL", and see what happens next. You should see some stacktrace, which should be quite helpful for us. > ---------- > ./bootstrap: aclocal --force -I m4 -I am ... > ./bootstrap: autoconf --force ... > configure.ac:29: error: possibly undefined macro: AM_DEFAULT_VERBOSITY > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:813: error: possibly undefined macro: AM_GNU_RADIUS > ---------- When bootstrapping, you need to copy radius.m4 to am/ from GNU Radius project. See http://lists.gnu.org/archive/html/bug-mailutils/2009-02/msg00005.html Regards, Wojciech _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
