on Donnerstag, 14. April 2005 17:46 aaron@...476... wrote:
Lars Behrens wrote:
It's because I wanted the brandnew "drop shadow" etc. make work. But I see that I have other dependency/path problems.
The dropshadow perl script doesn't require the embedded interpreter. Just install perl and the XML::XQL::DOM module.
Hehe, this is exactly the one which is makeing me trouble. I installed these http://rpm.pbone.net/index.php3/stat/4/idpl/1772373/com/perl-XML-XQL-0.68-al... http://rpm.pbone.net/index.php3/stat/4/idpl/1771064/com/perl-XML-RegExp-0.03...
but they get installed into /usr/lib/vendor_perl/ which is obviously not in the search path: *********************************************************************************** root@...591...:/usr/local/share/inkscape/extensions# ./svg_dropshadow lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl) at /usr/lib/perl5/site_perl/XML/XQL.pm line 64. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/XML/XQL.pm line 64. Compilation failed in require at SpSVG.pm line 50. BEGIN failed--compilation aborted at SpSVG.pm line 50. Compilation failed in require at ./svg_dropshadow line 17. BEGIN failed--compilation aborted at ./svg_dropshadow line 17. ***********************************************************************************
Symlinks from /site_perl to /vendor_perl didn't help. So I have to install different packages (my favorite) or change the search path of the svg_dropshadow script (not so favorite) or move the installed files (don't like that). I can find no Slackware packages and no native packages either...
Cheerz Lars