On Nov 18, 2010, at 6:23 AM, Donald Allen wrote: > I've just obtained 2.3.16 via svn to try to test the fix to a postgres issue > John Ralls, Geert, and I have been discussing. I ran autogen.sh, configure, > make -j 3, make install and gnucash will not run, probably an oversight on > my part. The error I get is > > d...@octavian:~/Software/Gnucash/gnucash$ export > LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/gnucash > d...@octavian:~/Software/Gnucash/gnucash$ gnucash > gnucash: symbol lookup error: /usr/local/lib/gnucash/libgncmod-app-utils.so: > undefined symbol: guid_g_hash_table_equal > > That function appears to be defined in src/libqof/qof/guid.c and I verified > that that file got compiled. I also looked at /usr/local/lib/libgnc-qof.so > with nm and guid_g_hash_table_equal is defined in that library. That's as > far as I've gotten. Any idea what's going on here?
Do `ldd /usr/local/lib/gnucash/libgncmod-app-utils.so` and make sure that libgnc-qof.so is in the list. Regards, John Ralls _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel