Sepp Tannhuber <[email protected]> writes: > I managed to compile 703c8f9 as well without having any trouble. The > problem is, the error message notmuch: symbol lookup error: notmuch: > undefined symbol: notmuch_database_open_verbosewhen I try to run > notmuch
Somehow you are running the new binaries with the old shared libraries. We don't promise ABI stability when running from git, so you need to make sure you install the libnotmuch shared library that matches your binaries, and that you don't have an old version of libnotmuch in your LD_LIBRARY_PATH. Your build/install commands look OK, so the latter is the only explanation I can think of at the moment. Can you give us the output of "ldd $(which notmuch) | grep notmuch" and check that against where you think the notmuch shared library should be installed (/usr/local/lib by default). _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
