in reply to Re^3: FTP & MD5
in thread FTP & MD5

I tried it, here's output:

Your vendor has not defined SSLeay macro randomize at C:/Perl/site/lib +/IO/Socket /SSL.pm line 34 BEGIN failed--compilation aborted at C:/Perl/site/lib/IO/Socket/SSL.pm + line 35. Compilation failed in require at (eval 1) line 3. ...propagated at C:/Perl/lib/base.pm line 85. BEGIN failed--compilation aborted at C:/Perl/site/lib/Net/FTPSSL.pm li +ne 11. Compilation failed in require at test2.pl line 1. BEGIN failed--compilation aborted at test2.pl line 1.

Any particular SSLeay/OpenSSL version I should use with it?

--------------------------------
An idea is not responsible for the people who believe in it...

Replies are listed 'Best First'.
Re^5: FTP & MD5
by kral (Monk) on Jun 22, 2005 at 14:30 UTC
    Under WinXP (where I developed the module), I use an ActiveState distribution. I installed IO::Socket::SSL and Net::SSLeay from the http://theoryx5.uwinnipeg.ca/ppms/ repository.
    I know for sure that Net::SSLeay needs two libraries for run: ssleay32.dll & libeay32.dll.
    On Mac Os X (where I code at home) I don't remember how I did it at the moment! :D

    HTH,
    ----------
    kral
    (I apologise for my english!)