NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That sounds like what I ran into yesterday (Score:3, Informative)
Does that sound like what you were running into? And does my approach seem Wrong? I don't do a lot of C or XS
Reply to This
Re:That sounds like what I ran into yesterday (Score:2)
Re:That sounds like what I ran into yesterday (Score:1)
sky
Re:That sounds like what I ran into yesterday (Score:1)
Kill, kill them all (Score:1)
The symbol leaks over when LibXSLT.pm uses LibXML and it just magically works out.
Re:Kill, kill them all (Score:2)
dyld:
_PmmSvNode
Which is one of the functions.
(and yes, XML::LibXML is loaded before XML::LibXSLT is bootstrapped).
Re:Kill, kill them all (Score:1)
Looking at the output of perl -V for both perls their linker flags do differ, which could explain it:
Linker and Libraries: ld='cc', ldflags =''
perl5.8.0
The Dynamic Linking linker options
lddlflagsallare the same for both perls, so I suspect it's the differingldflagsthat are letting iRe:Kill, kill them all (Score:1)