dyld conflict

2003-02-22 Thread Mark Freiheit
Hey... I don't know if this an appropriate place to send this... I get conflicts over the definition of _poll when attempting to use FileHandle.pm and DBI from CPAN. I wonder if anyone on this list has experience with this problem... dyld: perl multiple definitions of symbol _poll

Re: hi and axpoint

2003-02-22 Thread Marco Baroni
Thanks a lot! Finally it works (at least, it was possible to install the XML::Handler::AxPoint module, and a few simple examples generated the right kind of output...) Summarizing, in case anybody else experiences similar problems when trying to install axpoint on 10.2 w/perl5.8.0, I was able

Dependency Hell (Test::Harness)

2003-02-22 Thread hysterion
I'm running Jaguar 10.2.4 with the stock perl, which has Test::Harness 1.1604. I want to install modules like Getopt::ArgvFile (1.06), which asks me for Test::Harness = 1.25. (It also asks for Test::More, now IIUC part of Test::Simple, which requires Test::Harness = 2.03.) So it looks like I

Re: Dependency Hell (Test::Harness)

2003-02-22 Thread Ken Williams
On Saturday, February 22, 2003, at 12:19 PM, [EMAIL PROTECTED] wrote: [localhost:~/Getopt-ArgvFile-1.06] fz% make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(runtests $verbose); $verbose=0;

Re: hi and axpoint

2003-02-22 Thread Paul McCann
Marco Baroni wrote: However... Most of the rest of the dependencies are pretty much sorted these days: at least once you've got libxml2 and libxslt and have their perl wrappers installed (watch the version of XML::LibXML, as per earlier messages. It broke some time soon after 1.51 for

Re: Dependency Hell (Test::Harness)

2003-02-22 Thread hysterion
Ken Williams wrote: On Saturday, February 22, 2003, at 12:19 PM, [EMAIL PROTECTED] wrote: [localhost:~/Getopt-ArgvFile-1.06] fz% make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(runtests