Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Par Packer can't locate loadable module

by Anonymous Monk
on Mar 06, 2013 at 19:47 UTC ( [id://1022077]=note: print w/replies, xml ) Need Help??


in reply to Re: Par Packer can't locate loadable module
in thread Par Packer can't locate loadable module

Thanks for the reply. I used: pp -l <libssh2.dll> -o abc.exe abc.pl I have tried the -X switch in the following command: pp -l <libssh2.dll> -X Time::Hires -o abc.exe abc.pl and it works. Can you please explain what the X switch does. I read that it excludes it dependency search path and uses it at runtime but how is it any different from it being part of the package.

Replies are listed 'Best First'.
Re^3: Par Packer can't locate loadable module (pp -x or pp -l or pp -x -l )
by Anonymous Monk on Mar 07, 2013 at 11:27 UTC

    Ack, I did it again!

    I actually meant to say -x not -X

    -X is considered (by me) "advanced usage", like if you're trying to cut down on file-sizes , so you create a CORE.par and DBI.par, and then

    when creating foo.exe/bar.exe/baz.exe , each loads CORE.par/DBI.par without including it inside of foo.exe bar.exe

    So you can update CORE.par and DBI.par without updating foo.exe, but if DBI.par is missing, foo.exe breaks

    An alternative to pp/PAR is http://www.cavapackager.com/appdocs/contents.htm

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1022077]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-28 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found