in reply to Re^4: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003
in thread ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003
$ perl -MCrypt::SSLeay -e "print 'OK'" Can't find 'boot_Crypt__SSLeay' symbol in c:/Perl/site/lib/auto/Crypt/ +SSLeay/SSL eay.dll at -e line 0 Compilation failed in require. BEGIN failed--compilation aborted.
So, I don't know how you installed Crypt::SSLeay for this version of Perl, but it didn't work. Maybe you have more than one version of Perl on this machine and for some reason they "both" think that C:/Perl/lib and C:/Perl/site/lib are fair game for them. In any case, you will have to resolve that situation and then reinstall Crypt::SSLeay.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003
by yeah (Novice) on Mar 28, 2008 at 22:00 UTC | |
by Corion (Patriarch) on Mar 28, 2008 at 22:05 UTC |