Re: Net::LibIDN

2004-06-09 Thread Dan Nelson
In the last episode (Jun 09), Daniel Bye said: > On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote: > > > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > > > /usr/bin/ld: cannot find -lidn > > This kind of suggests that libidn

Re: Net::LibIDN

2004-06-09 Thread Bill Moran
Odhiambo Washington <[EMAIL PROTECTED]> wrote: > * Martin Hudec <[EMAIL PROTECTED]> [20040609 16:40]: wrote: > > Hello, > > > > Odhiambo Washington wrote: > > > > > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > > >

Re: Net::LibIDN

2004-06-09 Thread Odhiambo Washington
* Martin Hudec <[EMAIL PROTECTED]> [20040609 16:40]: wrote: > 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

Re: Net::LibIDN

2004-06-09 Thread Odhiambo Washington
* Daniel Bye <[EMAIL PROTECTED]> [20040609 16:41]: wrote: > On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote: > > > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > > > /usr/bin/ld: cannot find -lidn > > This kind of

Re: Net::LibIDN

2004-06-09 Thread Daniel Bye
On Wed, Jun 09, 2004 at 04:30:50PM +0300, Odhiambo Washington wrote: > > CPAN.pm: Going to build T/TH/THOR/Net-LibIDN-0.07.tar.gz > > /usr/bin/ld: cannot find -lidn This kind of suggests that libidn isn't yet in your ldconfig cache. To check, run # ldconfig -r | grep idn

Re: Net::LibIDN

2004-06-09 Thread Martin Hudec
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

Net::LibIDN

2004-06-09 Thread Odhiambo Washington
I hope there is a kind soul who could tell me what to do. I have installed the libidn port (devel/libidn) because it's required by Net::LibIDN perl module, but the module still fails to install, thusly: cpan> install Net