Christian Stimming ([EMAIL PROTECTED]) said: > Am Mittwoch, 7. Dezember 2005 17:26 schrieb Englisch, Volker (NIH/NCI) [C]: > > > I've now been able to compile GnuCash on my 64-bit system > > > > Just noticed that even though I can compile GC (without the > > --enable-hbci > > option) I can not run it: > > > > [EMAIL PROTECTED] ~]$ /opt/gnucash/bin/gnucash > > ERROR: In procedure dynamic-link: > > ERROR: file: "libgw-wct", message: "/usr/lib/libgw-wct.so.0: cannot > > open > > shared object file: No such file or directory"
It's looking in the wrong place - this (in theory) should be in /usr/lib64 (assuming x86_64 - you aren't building for ia64, are you? :) ) Does that library exist in /usr/lib64? If so, there might be a misbuilt libtool .la file somewhere. Bill _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
