Re: dynamic ELF -> static executable?
- From: Tim Smith <reply_in_group@xxxxxxxxxxxxxxxx>
- Date: Mon, 26 Dec 2005 12:09:34 GMT
In article
<Pine.LNX.4.62.0512260031270.24322@xxxxxxxxxxxxxxxxxxxxxxxx>,
molnard@xxxxxxxxxxxxxxxxx wrote:
> Is there a way to combinbe a dynamic ELF executable with the shared
> libraries it refers to into a static (and hence more portable) version of
> the executable? The linux loader does something quite similar but I could
How about putting the executable and all the libraries it needs in one
directory, and distributing that as a tarball. Have in there a simple
install script that can be run when the tarball is unpacked. This
script would create a little wrapper script to set up LD_LIBRARY_PATH
and then execs the executable.
--
--Tim Smith
.
- Follow-Ups:
- Re: dynamic ELF -> static executable?
- From: Paul Pluzhnikov
- Re: dynamic ELF -> static executable?
- References:
- dynamic ELF -> static executable?
- From: molnard
- dynamic ELF -> static executable?
- Prev by Date: Re: signals/threads
- Next by Date: ptrace question
- Previous by thread: Re: dynamic ELF -> static executable?
- Next by thread: Re: dynamic ELF -> static executable?
- Index(es):
Relevant Pages
|