> Do you get any error message on the command line and/or in the trace > file, http://wiki.gnucash.org/wiki/Tracefile ? I'd guess the > libgncmod-aqbanking plugin of gnucash has been compiled (due to your > --enable-hbci) but for whatever reason gnucash refuses to load it at > compile time. In that case you should see an error message during > startup. You can try "ldd > /some-path/lib/gnucash/libgncmod-aqbanking.so" to check whether its > used libraries can actually be found. > > The version numbers look fine so far and are known to work correctly.
/tmp/gnucash.trace showed directly what's wrong! * 10:58:47 WARN <gnc.module> Failed to dlopen() '/opt/gnucash-2.3.15/lib/gnucash/libgncmod-aqbanking.so': libktoblzcheck.so.1: cannot open shared object file: No such file or directory * 10:58:58 CRIT <gnc.core-utils> gnc_uri_create_uri: assertion `path != 0' failed I added /usr/local/lib (where my libktoblzcheck.so.1 is located) to the ld.so.conf path and everything works like a charm again :-) I didn't know about the trace file until now - learned something new! Thanks a lot! Frank -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel