Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 1139 invoked from network); 7 Oct 2009 16:11:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Oct 2009 16:11:41 -0000 Received: (qmail 48542 invoked by uid 500); 7 Oct 2009 16:11:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 48467 invoked by uid 500); 7 Oct 2009 16:11:40 -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 48457 invoked by uid 99); 7 Oct 2009 16:11:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2009 16:11:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.211.188 as permitted sender) Received: from [209.85.211.188] (HELO mail-yw0-f188.google.com) (209.85.211.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2009 16:11:31 +0000 Received: by ywh26 with SMTP id 26so4424422ywh.12 for ; Wed, 07 Oct 2009 09:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=nB6twPYgeNRIHhefG/se4HtJbwmAzhWoKXOYsMCz9uA=; b=O+EgsFJVKf9f3gO8cYmCPfnALs5u41j2Vu3szI8anPvezVHbCX/c1iYgx1lcZ/9utW PNbzRbub5NgavB4pIYe7sepgG7r6pMG+Owle3Sr5PsBt+dHNnQmJ7K028H7WTjc/j11L s/FBUkutqUtp0aC6Pq6DDDUDS4VBDn92UnZxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hWsQT5y8w2F3WWiSPA4kKcv3ilFDFSwYg1QSBphDKMrBA6rjOor/YOCrF5JRSR74JA g/eX+W5ia6cOBzFsScaibjY+kvT8Vd+sSwh2XBx8PUXp0LRgenip0oOEybIeW/NElRvj 0RvjRPUQcdKTfsSBEAbdJJxETOjSZdkPcnUc4= MIME-Version: 1.0 Received: by 10.101.6.38 with SMTP id j38mr65209ani.138.1254931870392; Wed, 07 Oct 2009 09:11:10 -0700 (PDT) In-Reply-To: References: <6865AD3D-040E-4578-A563-110B37B0CA9B@tumbolia.org> Date: Wed, 7 Oct 2009 12:11:10 -0400 Message-ID: Subject: Re: Symbol not found: __cg_jpeg_resync_to_restart From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org This is a weirdness in HFS because of a case insensinitive filesystem its picking up the JPEG library in your ports installation instead of the Apple one (which doesn't have anything to do with images). I just uninstalled libjpeg and libtiff and a couple others IIRC. You could try unsetting LD_LIBRARY_PATH when you build couchdb. Paul On Wed, Oct 7, 2009 at 12:01 PM, Ken McCarthy wrote: > yes, upper case in the error message. > > in /opt/local/lib the library is lower case > > -rwxr-xr-x =A02 root =A0admin =A0139616 =A06 Oct 19:47 libjpeg.62.0.0.dyl= ib > lrwxr-xr-x =A01 root =A0admin =A0 =A0 =A020 =A06 Oct 19:47 libjpeg.62.dyl= ib -> > libjpeg.62.0.0.dylib > -rw-r--r-- =A02 root =A0admin =A0161120 =A06 Oct 19:47 libjpeg.a > lrwxr-xr-x =A01 root =A0admin =A0 =A0 =A020 =A06 Oct 19:47 libjpeg.dylib = -> > libjpeg.62.0.0.dylib > -rwxr-xr-x =A02 root =A0admin =A0 =A0 654 =A06 Oct 19:47 libjpeg.la > > I did a new install of couchdb and it's dependencies using macports: > >> port install couchdb > > The only thing that went wrong was that when port tried to build 'erlang'= I > was told to upgrade xcode from V3.0 to v3.1 - which I did, then I re-ran >> port install couchdb > > (and to compile erlang I had to comment out a couple lines, @line 909 ...= if > (debug) .... ) > > I've also tried uninstalling components and re-installing in case there i= s > some incompatibilities between pieces compiled with xcode 3.0 and 3.1 > > > On 7-Oct-09, at 11:41 AM, Noah Slater wrote: > >> >>> KM-3:~ kmccarthy$ couchdb -i >>> dyld: Symbol not found: __cg_jpeg_resync_to_restart >>> Referenced from: >>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fra= meworks/ImageIO.framework/Versions/A/ImageIO >>> Expected in: /opt/local/lib/libJPEG.dylib >> >> JPEG!? > >