From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 21:21:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BA816A4CE for ; Mon, 29 Mar 2004 21:21:39 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-46.apple.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B52143D1D for ; Mon, 29 Mar 2004 21:21:39 -0800 (PST) (envelope-from paulbeard@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i2U5LdUM022448 for ; Mon, 29 Mar 2004 21:21:39 -0800 (PST) Received: from [192.168.2.8] (c-24-18-244-9.client.comcast.net [24.18.244.9]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 3.0) with ESMTP id i2U5LcW8023541 for ; Mon, 29 Mar 2004 21:21:38 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v613) To: FreeBSD-questions Message-Id: <1D4AE2AB-820A-11D8-802A-000A95BBCCF8@mac.com> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-29--762319039; protocol="application/pkcs7-signature" From: paul beard Date: Mon, 29 Mar 2004 21:21:34 -0800 X-Mailer: Apple Mail (2.613) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: port questions (why do I find myself fudging symlinks to make stuff work?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 05:21:39 -0000 --Apple-Mail-29--762319039 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed [ please cc me as I am not on the list] I have been trying to upgrade cups to 1.1.20 and have been running into some problems with libraries not being found (specifically jpeg.9 and tiff.4). After a few different iterations of pkg_add, portupgrade, portinstall, and accompanying pkg_delete, pkg_deinstall, make install, etc., I finally tried symlinking the .so files to the numbered versions that don't seem to exist and all seems to be well. ln -s /usr/local/lib/libjpeg.a /usr/local/lib/libjpeg.so.9 ln -s /usr/local/lib/libtiff.a /usr/local/lib/libtiff.so.4 pkgdb doesn't seem to have any problems (I have run it enough times today), cvsup has done its magic a couple of times. I thought portinstall/upgrade -rR would fix any out-of-date ports and make everything happy? What am I doing wrong to make this libraries not get installed? -- Paul Beard paulbeard [at] mac.com --Apple-Mail-29--762319039--