Hey all,
ahhh...so here I am, all ready to go and prepared for a couple of hours to program my Paypal validation script using Business::Paypal::IPN. Nevertheless, when trying to install using ActiveState PPM, it gives me a error saying "Error: 'Crypt-SSLeay' not found. Please 'Search' for it first." And so I tried searching for it on PPM, and just my luck it has no results (hate how PPM can be so outdated ;( ).
So I sit and think about what I can do to get this done. I have two options, manually program the validation script instead of using the module -or- try using CPAN.pm to install Cyrpt::SSLeay.
When trying to use CPAN.pm on Windows, its hectic. I can't seem to get this working at alllll. When trying to configure CPAN.pm, im basically clueless. I tried looking for referrences to help me through this horrid step and I come to the page
http://perlmonks.thepen.com/14036.html. As so it turns out, I read this part on the page:
RE: RE: My Favorite Module: CPAN
by Nodecam on May 25, 2000 at 14:07 GMT+8
Yup, unfortunately it doesn't work exactly like that on Windows. If I
+could figure it out, I'd tell you all the differences, but unfortunat
+ely I can't get it to do anything :( Anyone have any tips for a novic
+e? Nodecam
[reply]
RE: RE: RE: My Favorite Module: CPAN
by splinky on Jul 05, 2000 at 14:23 GMT+8
AFAIK, CPAN.pm doesn't work under windows, at least for modules with X
+SUB components. That's why ActiveState gives you ppm (Perl Package Ma
+nager).
*Woof*
One question came to my head right away after reading this-Is it really true you can't use the CPAN shell on windows? To me, I just couldn't think that was true and that there has to be a way to use it on Windows, and afterall it has to be my configuring skills that made CPAN.pm not working for me in the first place.
With this confusion, I decided just to forget about CPAN.pm and maybe install Crypt::SSLeay manually. But then again I do not even have a make on my windows, and I'm pretty sure this module needs to be compiled.
http://search.cpan.org/~chamas/Crypt-SSLeay-0.51/MANIFEST - Or am I wrong about this since the tar file does not include any .c or .h files??
After a hour and a half of reading and trying to find my way to install these two modules, I give up. I know I can try installing it manually, but being me, I never had ANY LUCK installing any modules manually. So I might as well try to program the paypal validation script manually. But then again going through these problems to install modules will help me in the long run...so I may just sit here for another hour or two to get what I wanted to get accomplished in the first place. In reality, If I just decided to embrace on fixing up the paypal validation code manually instead of having the module do it for me, it probably would have taken the same amount of time.
If anyone has any useful referrence to configure CPAN.pm (that is if it works on Windows) or to bypass the error Active state gives me when trying to install the Business::Paypal::IPN module. Basically the module requires CRYPT::SSLeay for the LWP to connect to Paypals secure server, but if I can bypass this part, I can just change the https to http. Basically if I have no luck in carrying out these two simple installs of modules, I'm just going to forget about it and fix up the paypal validation code manually. =)
Thanks,
Anthony