Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 74440 invoked from network); 30 Jun 2010 12:38:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jun 2010 12:38:33 -0000 Received: (qmail 42307 invoked by uid 500); 30 Jun 2010 12:38:33 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 41890 invoked by uid 500); 30 Jun 2010 12:38:30 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 41859 invoked by uid 99); 30 Jun 2010 12:38:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 12:38:29 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.161.173 as permitted sender) Received: from [209.85.161.173] (HELO mail-gx0-f173.google.com) (209.85.161.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 12:38:21 +0000 Received: by gxk6 with SMTP id 6so374799gxk.18 for ; Wed, 30 Jun 2010 05:38:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=+GVNB9mMORtK+edk539r/w/zB69ZVxSZJSz6eUsGtVg=; b=rzSrArmJSdcaVhxJ5npaAzLVXpGyVUkMJnmsVXpk2QjxqObC5YwLvXMQ4gSL/2Tcd0 Se9XE+PC74vXmis+w3+H//xF2djmmoMd8UZw2FiXVc/zSSGrmVUVvK0LgIjIft5PviKk 06T49ygi6ZuA8do8iE+B+yVjTfSD6N5W4dh0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CxDAJN0J70sRPxy7ElRbjijLkmWz5E6EmWvg7jEg+ixcruitshBhyOAxPHwezAs7p0 HEQP2vxJD71Fzwv5PwHw9NBPrc9xdXpSgtYfpxUy+YNasA3mqvWqKejgVgSOkRc2uOPd jm4+dxtRmU39afitx76ix3RjoBOgJC5F1VLBQ= MIME-Version: 1.0 Received: by 10.229.222.139 with SMTP id ig11mr4993098qcb.176.1277901480289; Wed, 30 Jun 2010 05:38:00 -0700 (PDT) Received: by 10.229.238.78 with HTTP; Wed, 30 Jun 2010 05:38:00 -0700 (PDT) Date: Wed, 30 Jun 2010 08:38:00 -0400 Message-ID: Subject: two C++ runtimes on Linux From: Eric Covener To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Does anyone have experience with trying to load two third-party c++ modules, that link to different versions of the C++ runtime, on Linux? I am curious if such a thing is safe/supported by the enterprise linux distros. -- Eric Covener covener@gmail.com