On 13 Jul, To: [EMAIL PROTECTED] wrote: > Well, here's what I found with strace: > > 3003 open("libgw-gnc.la", O_RDONLY) = -1 ENOENT (No such file or directory) > 3003 open("/usr/local/lib/gnucash/libgw-gnc.la", O_RDONLY) = -1 ENOENT (No such >file or directory) > 3003 open("/usr/local/lib/libgw-gnc.la", O_RDONLY) = -1 ENOENT (No such file or >directory) > 3003 open("/usr/local/lib/gnucash/libgw-gnc.la", O_RDONLY) = -1 ENOENT (No such >file or directory) > 3003 open("/usr/lib/libgw-gnc.la", O_RDONLY) = -1 ENOENT (No such file or directory) > 3003 write(2, "ERROR", 5) = 5 > 3003 write(2, ": ", 2) = 2 > 3003 write(2, "In procedure ", 13) = 13 > 3003 write(2, "dynamic-link", 12) = 12 > 3003 write(2, ":\n", 2) = 2 > 3003 write(2, "ERROR", 5) = 5 > 3003 write(2, ": ", 2) = 2 > 3003 write(2, "file not found", 14) = 14 > 3003 write(2, "\n", 1) = 1 > 3003 _exit(2) = ? >
Using strace, I managed to find all the libs that were not being installed properly and installed them manually. Now gnucash starts. Yeah! On minor nit: I usually install all my packages in a long directory path (/usr/local/soft/gnucash/run/default/i686_pc_linux_gnu for example) and then have links from /usr/local point to the correct files. It usually works well with most packages but doesn't with gnucash. Anyone know why? What happens is that gnucash can't register someof the scm file sproperly, unless I install everything directly into /usr/local. Thanks, L -- Laurent Duperval <mailto:[EMAIL PROTECTED]> "If we can't fix it, it isn't broken." Lab manager - _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel