D. Hageman wrote: > I am having some issues utilizing XML::LibXSLT into a mod_perl application > I am working on. The problem displays itself as a segfault on server > startup. The setup I have is a standard RedHat 7.2 box with the following > updated packages: > > apache 1.3.23 > mod_perl 1.26 > libxml2 2.4.21 > libxslt 1.0.17 > perl 5.6.1 > > The CPAN modules are all the latest as of today. The test is just a > simple perl section with: > > <Perl> > use XML::LibXSLT; > </Perl >
It's probably something to do with the BOOT section in LibXSLT. Just don't load it that way - you're not winning much by trying to make it shared anyway (because it's mostly XS/C code, rather than perl code). Matt.