in reply to Re: GnuPG package for windows
in thread GnuPG package for windows

100 was over the top, you are right! :) i am basically getting this error:

Can't locate auto/GnuPG/Interface/autosplit.ix in @INC (@INC contains: v:/perl/lib v:/perl/site/lib .) at v:/perl/lib/AutoLoader.pm line 160. at GnuPG/Interface.pm line 22

Any ideas?

Replies are listed 'Best First'.
Re^3: GnuPG package for windows
by Anonymous Monk on Jul 25, 2008 at 10:20 UTC
    Yes, show your code. Did the test suite pass? Prerequisite test suite?
      I guess this is the part where the fact that i am a newbi becomes obvious! :) The way i installed the package was by taking the perl packages from the lib directory and placing them in the apropriate structure under my working directory (without running any of the test files). Should I have done that? I do not have full access to my windows machine (only IT knows why), is the way i went about this wrong?
        Yes, thats where you went wrong. That only works in very simple cases. Read A Guide To Installing Modules, and install them in a local directory (perl Makefile.PL PREFIX=path/to/my/lib).