Date: Tue, 11 Sep 2001 02:45:56 -0400 (EDT) From: Joe Clarke <marcus@marcuscom.com> To: Rob B <rbyrnes@ozemail.com.au> Cc: <questions@FreeBSD.ORG> Subject: Re: more fun & games Message-ID: <20010911024307.G30426-100000@shumai.marcuscom.com> In-Reply-To: <021601c13a83$1dd96dc0$0b64a8c0@becca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Sep 2001, Rob B wrote: > Boy, hope I don't use up my "posting quota" too early :) > > 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? intl.1 is from gettext. What might be happening here is that .install_done has been touched in /usr/ports/devel/gettext/work, and it's not reinstalling (but it's actually not installed on this machine). You can try going to /usr/ports/devel/gettext, and doing: make clean all install clean Then try your build of wget. Don't edit the Mk scripts. They work for 99% of the people out there. Just make sure your ports are up to date. You'll probably also want to make sure libtool is installed. FreeBSD requires 1.3.4 currently. Other versions don't work. The latest FreeBSD libtool port is 1.3.4_2. Joe > > TIA > Rob > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > 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?20010911024307.G30426-100000>