Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2001 16:05:29 +1000
From:      "Rob B" <rbyrnes@ozemail.com.au>
To:        <questions@freebsd.org>
Subject:   Re: more fun & games
Message-ID:  <02dc01c13a87$c31035e0$0b64a8c0@becca>
References:  <021601c13a83$1dd96dc0$0b64a8c0@becca> <20010911154701.D898@k7.mavetju.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message -----
From: "Edwin Groothuis" <edwin@mavetju.org>
To: "Rob B" <rbyrnes@ozemail.com.au>
Cc: <questions@freebsd.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02dc01c13a87$c31035e0$0b64a8c0>