Re: Errors Building HTML::Parser on AIX

2001-04-17 Thread Chris Benson
On Tue, Apr 17, 2001 at 03:21:07PM +0100, Jonathan Stowe wrote: > > Is AIX one of those OS that requires you to set LD_LIBRARY_PATH or some > equivalent to load a shared library - although this shouldnt be the case > for the binary part of a module because dynaloader searches in a bunch of > plac

Re: Errors Building HTML::Parser on AIX

2001-04-17 Thread Jonathan Stowe
On Tue, 17 Apr 2001, dcross - David Cross wrote: > Sorry to drag the list off-topic, but I've a Perl question! > > I'm having trouble building HTML::Parser on an AIX box. It's the first time > I've tried to build and install an XS module, so it's quite possib

RE: Errors Building HTML::Parser on AIX

2001-04-17 Thread dcross - David Cross
From: David Cantrell <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 2:26 PM > On Tue, Apr 17, 2001 at 02:12:14PM +0100, dcross - David Cross wrote: > > > I'm having trouble building HTML::Parser on an AIX box. It's the first time > > I've tried to

Re: Errors Building HTML::Parser on AIX

2001-04-17 Thread David Cantrell
On Tue, Apr 17, 2001 at 02:12:14PM +0100, dcross - David Cross wrote: > I'm having trouble building HTML::Parser on an AIX box. It's the first time > I've tried to build and install an XS module, so it's quite possible that > it's a wider issue. > > t

Errors Building HTML::Parser on AIX

2001-04-17 Thread dcross - David Cross
Sorry to drag the list off-topic, but I've a Perl question! I'm having trouble building HTML::Parser on an AIX box. It's the first time I've tried to build and install an XS module, so it's quite possible that it's a wider issue. The 'make' seems to go

Re: HTML::Parser

2001-01-29 Thread Philip Newton
[EMAIL PROTECTED] wrote in ugly HTML: > my $h = $parser->parse_file("/export/home/gharper/0,10225,1_1547_2168,00.htm"); This smells of the "V" word :-) > $h->traverse(\&expand_urls, 1); [snip] > The output I get from this is > Can't lo