From owner-freebsd-questions@FreeBSD.ORG Sun Oct 26 20:21:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C67A9106566C for ; Sun, 26 Oct 2008 20:21:34 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id A587B8FC1B for ; Sun, 26 Oct 2008 20:21:34 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id C7A575C77 for ; Sun, 26 Oct 2008 16:22:26 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= x-virus-scanned:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date: received; s=aegis; t=1225052545; bh=X/akx9jynQt13jdp+NodPhTJ/N3d A5UO7QzN9h1rrSY=; b=ikHu4Vwfv8vtTS0/QfX3sJn9kqdMpnJ4YexJ/xyd9WkB j/qmnrmROF+gpHTKYCF+//OLrWR92AeZl9xiQqab9hb/QC91Smd5P8E1MOVT1Nw8 XOA8Tad+Kbf+0MMfe7UJf6WvYZhaSIgZ++vw5a/l02+ox/CHfGiRflgZE77Ty80= Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id pV-rkCCNcJcl for ; Sun, 26 Oct 2008 16:22:25 -0400 (EDT) Date: Sun, 26 Oct 2008 16:21:31 -0400 From: Sahil Tandon To: freebsd-questions@freebsd.org Message-ID: <20081026202130.GA784@shepherd> References: <678939.2091.qm@web56804.mail.re3.yahoo.com> <4904CDF5.7060400@holgerdanske.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4904CDF5.7060400@holgerdanske.com> X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94 on aegis.hamla.org X-Virus-Status: Clean Subject: Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2008 20:21:34 -0000 David Christensen wrote: > mdh wrote: >> The answer is to upgrade your devel/glib20 port to the latest version, >> then try to install or upgrade libgiofam, then install the other software. >> > > Thank you for your response. :-) > > Here's my attempt to carry out your suggestions: > > 20081026-122203 root@p43400e ~ > # portsnap fetch update > Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found. > ... > Building new INDEX files... done. > > 20081026-122344 root@p43400e ~ > # cd /usr/ports/devel/glib20 > > 20081026-122615 root@p43400e /usr/ports/devel/glib20 > # make > ... Do these ellipses include a 'make install'? Otherwise, that is likely your problem; devel/glib20 is not actually installed. -- Sahil Tandon