Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 53866 invoked from network); 12 Nov 2008 19:34:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 19:34:23 -0000 Received: (qmail 13820 invoked by uid 500); 12 Nov 2008 19:34:25 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 13790 invoked by uid 500); 12 Nov 2008 19:34:25 -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 13774 invoked by uid 99); 12 Nov 2008 19:34:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 11:34:25 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 19:33:06 +0000 Received: from [85.247.248.19] (bl14-248-19.dsl.telepac.pt [::ffff:85.247.248.19]) (AUTH: LOGIN jan, SSL: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Wed, 12 Nov 2008 19:21:38 +0000 Message-Id: From: Jan Lehnardt To: "couchdb-user@incubator.apache.org" In-Reply-To: <409045.18058.qm@web52512.mail.re2.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5F136) Mime-Version: 1.0 (iPhone Mail 5F136) Subject: Re: Installing on Fedora /w curl 7.16.4 Date: Wed, 12 Nov 2008 19:21:03 +0000 References: <409045.18058.qm@web52512.mail.re2.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Curl does not install libcurl. But configure should catch that. Are you using trunk? Try a yum search curl. It might be something like curl-devel.x386 or so. Cheers Jan -- On 12.11.2008, at 18:34, Michael Ramirez wrote: > I am having some issues install CouchDB on my Fedora box. My make > fails with the following error. > > [root@messagedb ~]# cd couchdb > [root@messagedb couchdb]# make > make all-recursive > make[1]: Entering directory `/root/couchdb' > Making all in bin > make[2]: Entering directory `/root/couchdb/bin' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/couchdb/bin' > Making all in etc > make[2]: Entering directory `/root/couchdb/etc' > Making all in couchdb > make[3]: Entering directory `/root/couchdb/etc/couchdb' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/root/couchdb/etc/couchdb' > Making all in default > make[3]: Entering directory `/root/couchdb/etc/default' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/root/couchdb/etc/default' > Making all in init > make[3]: Entering directory `/root/couchdb/etc/init' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/root/couchdb/etc/init' > Making all in launchd > make[3]: Entering directory `/root/couchdb/etc/launchd' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/root/couchdb/etc/launchd' > Making all in logrotate.d > make[3]: Entering directory `/root/couchdb/etc/logrotate.d' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/root/couchdb/etc/logrotate.d' > make[3]: Entering directory `/root/couchdb/etc' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory `/root/couchdb/etc' > make[2]: Leaving directory `/root/couchdb/etc' > Making all in src/couchdb > make[2]: Entering directory `/root/couchdb/src/couchdb' > /bin/sh ../../libtool --tag=CC --mode=link gcc -I/usr/local/ > include -g -O2 -L/usr/local/lib -L/opt/local/lib -I/usr/local//lib/ > erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/ > erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/ > include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include - > I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js - > DXP_UNIX -lm -o couchjs couchjs-couch_js.o couchjs-curlhelper.o - > lcurl -ljs -L/usr/local/lib -L/opt/local/lib -lpthread -lcrypt > libtool: link: gcc -I/usr/local/include -g -O2 -I/usr/local//lib/ > erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/ > erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/usr/ > include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include - > I/opt/local/include -I/usr/local/include/js -I/opt/local/include/js - > DXP_UNIX -o couchjs couchjs-couch_js.o couchjs-curlhelper.o -L/usr/ > local/lib -L/opt/local/lib -lm -lcurl -ljs -lpthread -lcrypt > /usr/bin/ld: cannot find -lcurl > collect2: ld returned 1 exit status > make[2]: *** [couchjs] Error 1 > make[2]: Leaving directory `/root/couchdb/src/couchdb' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/couchdb' > make: *** [all] Error 2 > > > Here is my curl version: > > [root@messagedb couchdb]# curl --version > curl 7.16.4 (i386-redhat-linux-gnu) libcurl/7.16.4 NSS/3.11.7.1 zlib/ > 1.2.3 libidn/0.6.14 > Protocols: tftp ftp telnet dict ldap http file https ftps > Features: IDN IPv6 Largefile SSL libz > > > >