On Thu, Nov 18, 2010 at 10:22 AM, John Ralls <jra...@ceridwen.us> wrote:
> > 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. > d...@octavian:~$ ldd /usr/local/lib/gnucash/libgncmod-app-utils.so | fgrep libgnc-qof libgnc-qof.so.1 => /usr/lib64/libgnc-qof.so.1 (0x00007ffbc0dcd000) d...@octavian:~$ find /usr/local -name libgnc-qof.so.1 -print /usr/local/lib/libgnc-qof.so.1 d...@octavian:~$ nm /usr/local/lib/libgnc-qof.so.1 | fgrep guid_g_hash_table_equal 0000000000014510 T guid_g_hash_table_equal d...@octavian:~$ > > Regards, > John Ralls > > _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel