in reply to Installing ppd package from a local repository

Ad 5.: You should NOT touch the <ARCHITECTURE ...>. If the architecture specified in the .ppd doesn't match your Perl, the module was compiled for a different Perl and most likely will not work correctly. You may only do this safely if the module is pure Perl, as soon as the .tar.gz contains any .DLLs you are going to run into problems. Also if you put the .ppd and the .tar.gz into the same folder, you may use "relative" path to the .tar.gz in the .ppd. Which means that quite often you actually do not need to touch the .ppd at all.

P.S.: "Documents and Settings"? Bleargh. As if "Program", space, "Files" was not stupid enough.

Jenda
We'd like to help you learn to help yourself
Look around you, all you see are sympathetic eyes
Stroll around the grounds until you feel at home
   -- P. Simon in Mrs. Robinson

  • Comment on Re: Installing ppd package from a local repository