http://qs321.pair.com?node_id=725988

edatawiz has asked for the wisdom of the Perl Monks concerning the following question:

I need help fixing libeay32,dll error when packing an exe file with Perl's PP utility. The problem started when I installed Crypt::SSleay package. From then any time I compile an exe and run it, it looks for libeay32.dll and ssleay32.dll. So I used -l or --link option to add the DLL file while compiling but now when I run multiple instancesof the exe file it says can't extract libeay32.dll : permission denied. The same error as described here: http://www.nntp.perl.org/group/perl.par/2008/01/msg3325.html I am not able to follow the procedure as described in the above page or make pp ignore these dll files.

Replies are listed 'Best First'.
Re: libeay32.dll error with pp
by Anonymous Monk on Nov 26, 2008 at 02:17 UTC
    Upgrade