Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 5709 invoked from network); 13 Apr 2008 16:12:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2008 16:12:01 -0000 Received: (qmail 3674 invoked by uid 500); 13 Apr 2008 16:12:01 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 3640 invoked by uid 500); 13 Apr 2008 16:12:01 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 3631 invoked by uid 99); 13 Apr 2008 16:12:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 09:12:01 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of szymon.kapeniak@gmail.com designates 209.85.198.251 as permitted sender) Received: from [209.85.198.251] (HELO rv-out-0506.google.com) (209.85.198.251) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 16:11:19 +0000 Received: by rv-out-0506.google.com with SMTP id k29so425930rvb.0 for ; Sun, 13 Apr 2008 09:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=sj1FjcsmtrFessKNmrAt9rdi7pbpPgsU+NlizVpxkYs=; b=HJG8r3yc0yVjePXBJGWOkjvfTJk4odgnNmiClJg2wd86ZxEZgxoWzHje/HUeQp9MWQKhEazAML7kF58cYBEO3qHQeTrEGIJH5//5xD4k2Cbx4fVeArEuaGX9QMhk0OmGV8y0B/Py6xRWq23R0yoisLzziyv0PeJNhMxcZaY5XCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=K/XShnettPNxQO3PrYgOTKRguyres1nBdmJ17iNwagape0HEGAtCyztB6eV7iAZxmBT/Ykhxec07DJ/k6KmUFOYpiuvoQPyp94bUKACiSaTyekjKdI/pjN1DxpBX2Bd6bNu7sozkk/wNt1zI52LuyxS/K4N2VTQiReXGo4WfY7o= Received: by 10.141.180.5 with SMTP id h5mr2818884rvp.240.1208103092075; Sun, 13 Apr 2008 09:11:32 -0700 (PDT) Received: by 10.141.163.18 with HTTP; Sun, 13 Apr 2008 09:11:32 -0700 (PDT) Message-ID: <622cacf50804130911g45cbb57fw9bf974bd7fd653ec@mail.gmail.com> Date: Sun, 13 Apr 2008 18:11:32 +0200 From: "Simon Kapeniak" To: couchdb-user@incubator.apache.org Subject: Error while building from sources MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1270_426466.1208103092075" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1270_426466.1208103092075 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I'm quite a noob in that field, so please forgive me a number of silly questions may come soon from me. In general programming database is not my strongest point, but I was pointed to CouchDB as a technology we can rely in future for asset tracking system in film production studio. I'd like to simply evaluate possible usage of CouchDB as a base for handling a few hundred of TB of pictures ;) The first question is of course about building. I'm using Ubuntu 7.10 32bit and get the following error while ./boostrap: ./bootstrap Installing `COPYING' Installing `build-aux' Installing `build-aux/config.guess' Installing `build-aux/config.sub' Installing `m4' Installing `m4/ac_check_icu.m4' Generating `ChangeLog' (may take a while) xsltproc: symbol lookup error: /usr/lib/libxslt.so.1: undefined symbol: xmlXPathContextSetCache All packages according yo README are present in the system... apt refuse to install legacy version of libxslt. Any help appreciated! Cheers, Simon. ------=_Part_1270_426466.1208103092075--