It requires perl modules that are not part of VL nor are they in the repo, currently. I can take a stabe at this one, little latter on in the week.
Hello. I searched for many of the perl modules on slackfind.net, and I think I found them all. However, it still is not working. I get the same feed back as I previously received, where it states that it can't find
Killfam.pmmark:$ gscan2pdf
Can't locate Proc/Killfam.pm in @INC
But
Killfam.pm does now exist on my system:
vector:/~
mark:$ locate Killfam.pm
/usr/lib/perl5/vendor_perl/5.12.3/i486-linux-thread-multi/Proc/Killfam.pm
The problem seems to be that the machine is only looking for this file in the directory
i586-linux-thread-multi and is ignoring
i486-linux-thread-multi directory. I think it says which directories are being searched with the statement:
(@INC contains: /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/vendor_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.3 /usr/lib/perl5/5.12.3/i586-linux-thread-multi /usr/lib/perl5/5.12.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl .)
To get this Killfam.pm, I installed perl-proc-processtable (0.45-i686-1jsc), which I found from slackfind.net.
Anyway, how do I get whatever-the-hell "@INC" is to include the directory
/usr/lib/perl5/vendor_perl/5.12.3/i486-linux-thread-multi/ when it attempts to locate perl modules?