help writing business module

Bill Gribble grib@linuxdevel.com
02 Apr 2002 07:55:55 -0600


On Mon, 2001-11-12 at 12:10, Derek Atkins wrote:
> Ok, it looks like GNC_MODULE_PATH was part of the issue.  It's now
> finding all my scheme.  But it also looks like I need to reference the
> .libs directories directly in LD_LIBRARY_PATH in order to find the .so
> files properly.  Otherwise I get an error like:
> 
> ERROR: In procedure dynamic-link:
> ERROR: libgw-business-core.so: cannot open shared object file: No such file or directory

That's a bug in your version of libltdl.  libtool has an option to
install the source to libltdl in the source tree; we may want to do this
in gnucash CVS to maintain some level of version control on libltdl for
people who won't or can't upgrade.  That .libs thing is really annoying.

b.g.