You should read the pp pod which has a lot of useful options, infact if you have a few minutes then there is some fantastic documentation in the PAR-Packer tarball contrib folder by Alan Stewart. It's some of the best documentation I've read on PAR-Packer, which makes me wonder why it's hidden away in the tarball :-? I liked it so much that I've copied the whole tarball for safe keeping so that I can take a look at it when required.
Is it anywhere else in more accessible location? On Wed, 09 Jun 2010 18:17:55 +0200 smuel...@cpan.org (Steffen Mueller) wrote: > Hi Ulli, > > Ulli Horlacher wrote: > > My application (*) does https communication. How can I tell pp to include > > this > > libeay32_.dll? > > pp has the -l option for this purpose: > > -l, --link=FILE|LIBRARY > Add the given shared library (a.k.a. shared object or DLL) into the > packed file. Also accepts names under library paths; i.e. "-l ncurses" > means the same thing as "-l libncurses.so" or "-l > /usr/local/lib/libncurses.so" in most Unixes. May be specified multiple > times. > > Maybe it's sufficient to add "-l eay32_" to the pp invocation? If not, > you can try with the explicit path. Funny dll name, by the way. > > Cheers, > Steffen