From user-return-20373-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Apr 10 09:58:36 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02089970A for ; Tue, 10 Apr 2012 09:58:35 +0000 (UTC) Received: (qmail 29524 invoked by uid 500); 10 Apr 2012 09:58:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 29493 invoked by uid 500); 10 Apr 2012 09:58:34 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 29482 invoked by uid 99); 10 Apr 2012 09:58:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 09:58:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elisiano@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bk0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 09:58:26 +0000 Received: by bkcjm19 with SMTP id jm19so5300692bkc.11 for ; Tue, 10 Apr 2012 02:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=kJK599LmmNdGtlnuB/wcvdicQ4umnaxQeZD6Fjo5sns=; b=rPvV3VKS9O3hi2/OSj5Wy8WEhQxKYsy68ibqJSt0lgyiW+XQzPMUnPgBi6eYVif0wx ZRSN+eAPFcKhVkL0ycXZDcpWvIigF70fPyfzUIfB82a/h9tHJwXuUt7amlYjOVefK7Ut UJVIHd+buZXr1DvXgGJn4io+3vJzSNjyOolneoWxuRdKCWZNbsz45Nc/HgB7BD4hsfrl 4Xc0Dj7mmaQIhUKuh9V2/JwqSXsKt39xmTm8JMejufjdXCVNhKZE2QHCDGkS+6EKkYjR whw8A+8psiBMdeXFuEQeZ9QEF04IlOZQsJU8TOdvZCLbdTQSmRWmc9r729Jn33iQLFfV jyzQ== Received: by 10.204.133.210 with SMTP id g18mr4470665bkt.107.1334051884949; Tue, 10 Apr 2012 02:58:04 -0700 (PDT) Received: from [128.141.43.173] (pb-d-128-141-43-173.cern.ch. [128.141.43.173]) by mx.google.com with ESMTPS id u5sm34942679bka.5.2012.04.10.02.58.03 (version=SSLv3 cipher=OTHER); Tue, 10 Apr 2012 02:58:04 -0700 (PDT) Message-ID: <4F840405.4060103@gmail.com> Date: Tue, 10 Apr 2012 11:57:25 +0200 From: Elisiano Petrini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120328 Thunderbird/11.0.1 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: CouchDB 1.2 will not compile on CentOS 5 References: <4F834E2E.7040101@eggycrew.com> <4F834F70.5040207@eggycrew.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi All, On 04/10/2012 11:38 AM, CGS wrote: > [...] > One way to solve this is to create a directory "js" in "/usr/include" and to link the > headers files there (or to copy them there). Otherwise, a developer should > [...] an easier work around would be (untested): # cd /usr/include # ln -s . js