From owner-freebsd-questions Wed Aug 14 9:51:31 2002 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 8E96437B400 for ; Wed, 14 Aug 2002 09:51:27 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238A343E3B for ; Wed, 14 Aug 2002 09:51:27 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from heater.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id 5F16124FA4; Wed, 14 Aug 2002 11:51:32 +0000 (GMT) Subject: Re: [4.5 /usr/ports/] Eterm build errors.... From: Josh Paetzel Reply-To: friar_josh@webwarrior.net To: Bill Schoolcraft Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 14 Aug 2002 11:49:54 +0000 Message-Id: <1029325796.305.28.camel@heater.vladsempire.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-08-13 at 16:20, Bill Schoolcraft wrote: > Hello Family, > > I'm having a hell of time trying to build /usr/ports/x11/eterm/ > with consistant errors of: > > ========================= > ERROR: You need the LibAST package to build Eterm. If you > already have it, you may have it installed in a strange place, > or you may need to run /sbin/ldconfig. If you don't have it, > I can download it for you. > > Shall I retrieve and build LibAST now (y/n)? > > y > > configure: error: Fatal: libast not found. > > ========================= > > And I installed from a tarball the package called: > > libast-0.4.tar.gz > > ========================= > Then when it failed again with the same error went to search for > where anything like libast existed at and got: > > [root@yoga /usr/ports/x11/eterm]-> find /usr/ -name "libast*" > -print > /usr/local/bin/libast-config > /usr/local/bin/libast-test > /usr/local/include/libast.h > /usr/local/lib/libast.so.1 > /usr/local/lib/libast.so > /usr/local/lib/libast.la > /usr/local/lib/libast.a > /usr/local/libast-0.4.tar.gz > /usr/local/libast-0.4 > /usr/local/libast-0.4/libast-config.in > /usr/local/libast-0.4/libast.spec.in > /usr/local/libast-0.4/libast.h > /usr/local/libast-0.4/libast_internal.h > /usr/local/libast-0.4/test/.libs/libast-test > /usr/local/libast-0.4/test/libast-test > /usr/local/libast-0.4/libast-config > /usr/local/libast-0.4/libast.spec > /usr/local/libast-0.4/.libs/libast.so.1 > /usr/local/libast-0.4/.libs/libast.so > /usr/local/libast-0.4/.libs/libast.a > /usr/local/libast-0.4/.libs/libast.lai > /usr/local/libast-0.4/.libs/libast.la > /usr/local/libast-0.4/libast.la > ========================= > > So, I figured I'd try and help a little and ran the command: > > ldconfig -m /usr/local/lib > > And for the hell of it after that failed again: > > ldconfig -m /usr/local/libast-0.4 > > ========================= > > So, can anyone help out here a little as to how to get Eterm > installed on FreeBSD-4.5 ? > > TIA > > > -- > |<--------------------------------72---------------------------------->| > Bill Schoolcraft ===jpaetzel@heater ('tty') /home/jpaetzel -> locate libast | more /usr/X11R6/bin/libast-config /usr/X11R6/bin/libast-test /usr/X11R6/include/libast.h /usr/X11R6/lib/libast.a /usr/X11R6/lib/libast.so /usr/X11R6/lib/libast.so.1 Looks to me like your libast is not where Eterm expects it to be. I would recommend blowing away your current libast install, and install /usr/ports/devel/libast, then install Eterm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message