From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 03:44:10 2009 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 D9279106566B for ; Wed, 18 Feb 2009 03:44:10 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA09.emeryville.ca.mail.comcast.net (qmta09.emeryville.ca.mail.comcast.net [76.96.30.96]) by mx1.freebsd.org (Postfix) with ESMTP id C35428FC1A for ; Wed, 18 Feb 2009 03:44:10 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by QMTA09.emeryville.ca.mail.comcast.net with comcast id HCR41b0030lTkoCA9FkBl2; Wed, 18 Feb 2009 03:44:11 +0000 Received: from localhost ([76.102.24.75]) by OMTA04.emeryville.ca.mail.comcast.net with comcast id HFkA1b00A1dCpWs8QFkAKQ; Wed, 18 Feb 2009 03:44:11 +0000 Date: Tue, 17 Feb 2009 19:44:18 -0800 From: Rem P Roberti To: prad Message-ID: <20090218034418.GM1126@bsd.remdog.net> Mail-Followup-To: prad , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: printer hp officejet pro k8600 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 03:44:11 -0000 > > > then i untar it and try ./configure and i get > > configure: error: "cannot find libjpeg support" > > > > however using make search key=libjpeg (or libjpg) i couldn't find it. > > even though this post seems to suggest that it exists somewhere > > > i seem to be a bit closer now. > according to this post: > http://markmail.org/message/4t5uh4ofneagkiuz > > libjpeg is linux-jpeg in freebsd and is already installed as > linux-jpeg-6b.34 > > now the question is whether i can use the > hplip-2.8.12 ball > which is really for linux through emulation. > > or does anyone know how to get freebsd7 to install a sufficiently > advanced hplip-2.7.10+ so that it will work with the hp officejet pro > k8600? > Is there a ppd for this printer? If there is forget about hplip. Download the ppd and plug it in via the cups localhost page. Even if there is no ppd for that specific printer you can probably find a ppd that will work. I have an HP Photosmart Pro9180 for which there are no available ppd's, but I found one that works fine. You do have to make sure that you have all of the foomatic files installed. --Rem