From owner-freebsd-questions@FreeBSD.ORG Wed Jun 9 13:39:25 2004 Return-Path: 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 7F9D316A4CE for ; Wed, 9 Jun 2004 13:39:25 +0000 (GMT) Received: from fwall.in.markiza.sk (fwall.in.markiza.sk [62.168.76.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C4943D41 for ; Wed, 9 Jun 2004 13:39:24 +0000 (GMT) (envelope-from corwin@aeternal.net) Received: from localhost (localhost.markiza.sk [127.0.0.1]) by fwall.in.markiza.sk (Postfix) with ESMTP id C996A23068; Wed, 9 Jun 2004 15:39:24 +0200 (CEST) Received: from fwall.in.markiza.sk ([127.0.0.1]) by localhost (fwall.in.markiza.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12984-07; Wed, 9 Jun 2004 15:39:22 +0200 (CEST) Received: from [192.168.0.7] (pleiades.in.markiza.sk [192.168.13.7]) by fwall.in.markiza.sk (Postfix) with ESMTP id 3021C23056; Wed, 9 Jun 2004 15:39:22 +0200 (CEST) Message-ID: <40C713D7.8070209@aeternal.net> Date: Wed, 09 Jun 2004 15:42:47 +0200 From: Martin Hudec User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Odhiambo Washington References: <20040609133050.GG5778@ns2.wananchi.com> In-Reply-To: <20040609133050.GG5778@ns2.wananchi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at web.markiza.sk cc: freebsd-questions@FreeBSD.org Subject: Re: Net::LibIDN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 13:39:25 -0000 Hello, Odhiambo Washington wrote: > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > /usr/bin/ld: cannot find -lidn > This module requires GNU Libidn, which could not be found. > > What am I gonna do? ;-)) and did you try this one to install as prerequisite for Net-LibIDN? amber# make search name="libidn" Port: libidn-0.4.6 Path: /usr/ports/devel/libidn Info: Internationalized Domain Names command line tool Maint: krion@FreeBSD.org Index: devel B-deps: expat-1.95.7 gengetopt-2.11 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 libtool-1.3.5_2 R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 And perhaps then try to install your wanted perl module from ports instead of CPAN: Port: p5-Net-LibIDN-0.07_1 Path: /usr/ports/devel/p5-Net-LibIDN Info: This module provides access to the libidn library Maint: domi@saargate.de Index: devel perl5 B-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 libidn-0.4.6 R-deps: expat-1.95.7 gettext-0.13.1_1 libgnugetopt-1.2 libiconv-1.9.1_3 libidn-0.4.6 Cheers, Martin