From owner-freebsd-questions Mon Sep 10 23: 8:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta01.mail.mel.aone.net.au (mta01.mail.au.uu.net [203.2.192.81]) by hub.freebsd.org (Postfix) with ESMTP id 43E6D37B406 for ; Mon, 10 Sep 2001 23:08:31 -0700 (PDT) Received: from becca ([63.60.238.10]) by mta01.mail.mel.aone.net.au with SMTP id <20010911060829.YGGS3755.mta01.mail.mel.aone.net.au@becca> for ; Tue, 11 Sep 2001 16:08:29 +1000 Message-ID: <02dc01c13a87$c31035e0$0b64a8c0@becca> From: "Rob B" To: References: <021601c13a83$1dd96dc0$0b64a8c0@becca> <20010911154701.D898@k7.mavetju.org> Subject: Re: more fun & games Date: Tue, 11 Sep 2001 16:05:29 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 ----- Original Message ----- From: "Edwin Groothuis" To: "Rob B" Cc: Sent: Tuesday, September 11, 2001 3:47 PM > On Tue, Sep 11, 2001 at 03:32:14PM +1000, Rob B wrote: > > Trying to install wget on 4.3-RELEASE : > > > > erwin# cd /usr/ports/ftp/wget && make && make install && make clean > > ===> Extracting for wget-1.6_2 > > >> Checksum OK for wget-1.6.tar.gz. > > >> Checksum OK for wget-16-v6-20010111a.diff.gz. > > ===> wget-1.6_2 depends on shared library: intl.1 - not found > > ===> Verifying install for intl.1 in /usr/ports/devel/gettext > > ===> Returning to build of wget-1.6_2 > > Error: shared library "intl.1" does not exist > > *** Error code 1 > > > > Stop in /usr/ports/ftp/wget. > > > > What is this shared library (intl.1) ... and where can I get it? > > It's part of gettext. I don't understand why it doesn't install > that part, while it knows it has to install it. Perhaps going to > devel/gettext and doing a make reinstall will help? > It's actually coming to grief over libtool, since that is where intl.1 is (thanks to Phillip Murray for that pointer), I tried to make && make install libtool, and now I'm seeing this: ltconfig: unrecognized option `--disable-ltlibs' Try `ltconfig --help' for more information. configure: error: libtool configure failed I tried editing /usr/ports/Mk/bsd.port.mk and commenting the line LIBTOOLFLAGS?= --disable-ltlibs but no good. This is starting to annoy me ... I might go back to Linux ;) (hehe) Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message