From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2427 Path: news.gmane.org!not-for-mail From: Charlie Kester Newsgroups: gmane.linux.lib.musl.general Subject: Re: static linking and dlopen Date: Sat, 08 Dec 2012 15:17:09 -0800 Message-ID: <50C3CA75.8000504@comcast.net> References: <20121208225237.GV20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355008292 20875 80.91.229.3 (8 Dec 2012 23:11:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Dec 2012 23:11:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2428-gllmg-musl=m.gmane.org@lists.openwall.com Sun Dec 09 00:11:45 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ThTYe-0008PA-PS for gllmg-musl@plane.gmane.org; Sun, 09 Dec 2012 00:11:44 +0100 Original-Received: (qmail 16169 invoked by uid 550); 8 Dec 2012 23:11:32 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 16161 invoked from network); 8 Dec 2012 23:11:32 -0000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.10) Gecko/20121028 Icedove/10.0.10 In-Reply-To: <20121208225237.GV20323@brightrain.aerifal.cx> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1355008279; bh=SCx3pXrDylONyiROXptCiPnbDXN8YeysBd20kg0wQYE=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=SQtara7ocP+rtVKwnb7p7NIcK9DvIimCPdKIAx9ccNy1wpbcTNueZiEUI8G3rz3HS dRnB4t0CK3Su48NN2pAYkWH6STr4crANozJ3bZhslIP4rEHAVU/kFcUOfI0PLiPjLi 9vqfH5nwh+K9DBWc/cdSQRRD/RkZc1iYjqhWnV9cn/3SdAHCdDv3NdDx51z6zrRolN ZZ3TK39k2cFds9fUqAtHMiBtMdxXSMBt+3iMizmzjjuzjfCXktqgljBCAksNZLqap0 2ZnjKrg/eqpaEHxeg9d+1/N5lm2IMXIi71eFEGTZIPjalmaf0Mo0HzX16jwu3d9V3p vn9z19DYXmtHA== Xref: news.gmane.org gmane.linux.lib.musl.general:2427 Archived-At: I wonder if most of what people want to do with dlopen couldn't be done just as well (or better) with good old fork() and exec(), along with some suitable interprocess communication.