From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch] chunkd: use port xxx82 to build Date: Sat, 08 Aug 2009 00:47:02 -0400 Message-ID: <4A7D0346.1050402@garzik.org> References: <26129141.1249705484265.JavaMail.root@elwamui-ovcar.atl.sa.earthlink.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <26129141.1249705484265.JavaMail.root@elwamui-ovcar.atl.sa.earthlink.net> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Rick Peralta Cc: Project Hail List Rick Peralta wrote: > The build still fails: > > # yum install git-core libevent libevent-devel glib2-devel openssl-devel zlib-devel libxml2-devel procps cld cld-devel > $ git clone git://git.kernel.org/pub/scm/daemon/cld/cld.git > $ ./autogen.sh > $ ./configure // fail > $ CFLAGS="-O2 -Wall -g" ./configure // fail > $ cd chunkd > $ ./configure // fail > > Still fails in the same spot. Where in the config.log did you see that it was a problem with libevent? Yeah, it will continue to fail until you install the needed dependencies. Here is the relevant config.log section: [...] > configure:20418: checking for SSL_new in -lssl > configure:20453: gcc -o conftest -g -O2 conftest.c -lssl >&5 > configure:20460: $? = 0 > configure:20481: result: yes > configure:20487: checking for event_base_new in -levent > configure:20522: gcc -o conftest -g -O2 conftest.c -levent >&5 > /usr/bin/ld: cannot find -levent > collect2: ld returned 1 exit status > configure:20529: $? = 1 > configure: failed program was: [... followed by many lines of state dump ...] Regards, Jeff