in reply to Re: static build of perl - how?
in thread static build of perl - how?
My problem is that I want a static build of perl (executable and modules) that I can send out to my clients - specifically, I need libraries such as curses, openssl and expat, but would rather include them statically in the perl executable than have to use shared objects (some clients may already have these libraries, but older/newer versions, and I don't want to trample all over them). I can live with inflated perl binary sizes.
When compiling some of the modules we need, I recall that at least one required a version 5.8.x release of perl - so 5.6.x is a non-starter, unfortuately.
Thanks for the suggestion, though ;>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: static build of perl - how?
by salva (Canon) on Jul 18, 2005 at 14:03 UTC |