Date: Fri, 24 Mar 2006 20:55:35 -0600 From: Eric Schuele <e.schuele@computer.org> To: Oliver Iberien <oliver-forward@charter.net> Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: Re: Gnucash takes 5+ minutes to load Message-ID: <4424B127.5010903@computer.org> In-Reply-To: <200603241843.56091.oliver-forward@charter.net> References: <200603241614.46752.oliver-forward@charter.net> <4424A96D.7000302@computer.org> <200603241843.56091.oliver-forward@charter.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Iberien wrote: > On Friday 24 March 2006 18:22, you wrote: >> Oliver Iberien wrote: >>> Here is an answered question from elsewhere which I am posting here, >>> FYI... >> A solution is available here: >> http://docs.freebsd.org/cgi/getmsg.cgi?fetch=104080+0+current/freebsd-hacke >> rs >> >> In short: >> Set libltdl_cv_sys_dlopen_deplibs=yes in the environment before building >> guile, libltdl, and gnucash. > > Thank you. But I have to admit I don't know what environment is meant. Is this > just appended to the make command, put in the makefile, or...? Here is what I did, more or less. Whether it can be done in fewer steps I don't know. Honestly, I did it a little differently... but I think below is correct. Hopefully someone will chime in if this looks too far off base. As root do the following (no warranties here, use at own risk) - deinstall gnucash (/usr/ports/finance/gnucash) - deinstall guile (/usr/ports/lang/guile) - deinstall libltdl (/usr/ports/devel/libltdl15) - set the following environment variable: libltdl_cv_sys_dlopen_deplibs=yes before the next step. - 'make configure' gnucash - 'make install' gnucash. (the others should fall into place as dependencies) Setting an environment variable is a little different depending on the shell you are using. For me (using csh): # setenv libltdl_cv_sys_dlopen_deplibs yes If you are using sh: # set libltdl_cv_sys_dlopen_deplibs=yes HTH. > > Oliver > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4424B127.5010903>