From owner-freebsd-questions@FreeBSD.ORG Sat Mar 25 13:42:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A5A16A423 for ; Sat, 25 Mar 2006 13:42:48 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D0B43D45 for ; Sat, 25 Mar 2006 13:42:47 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc11) with ESMTP id <20060325134247m1100c3raoe>; Sat, 25 Mar 2006 13:42:47 +0000 Message-ID: <442548D8.6040806@computer.org> Date: Sat, 25 Mar 2006 07:42:48 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060228) MIME-Version: 1.0 To: Oliver Iberien References: <200603241614.46752.oliver-forward@charter.net> <200603241843.56091.oliver-forward@charter.net> <4424B127.5010903@computer.org> <200603242218.49327.oliver-forward@charter.net> In-Reply-To: <200603242218.49327.oliver-forward@charter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: Re: Gnucash takes 5+ minutes to load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2006 13:42:48 -0000 Oliver Iberien wrote: > Thanks very much for this. This is very thorough, leaving me practically no > possible means of screwing up. > I can't take credit for the solution. Others more adept than myself (pjeremy and joerg) on hackers@ solved the problem. It's my understanding pjeremy has submitted a patch which will avoid this problem in the future. > Oliver > > On Friday 24 March 2006 18:55, Eric Schuele wrote: >> 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-ha >>>> cke 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" > _______________________________________________ > 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