From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 02:39:30 2011 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 018A21065675 for ; Tue, 22 Mar 2011 02:39:30 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id B31BE8FC1E for ; Tue, 22 Mar 2011 02:39:29 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.186]) by mail.unitedinsong.com.au (Postfix) with ESMTP id BDC915C22 for ; Tue, 22 Mar 2011 12:47:12 +1000 (EST) Message-ID: <4D880BE2.1020907@herveybayaustralia.com.au> Date: Tue, 22 Mar 2011 12:39:30 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20110204 Thunderbird/3.0.11 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: linux_compat libcups 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: Tue, 22 Mar 2011 02:39:30 -0000 Hi guys. Another minor issue is getting printers recognised in linux programs. For user functionality cups is the key- so avoiding it is impossible. I dumped libcups.so.2 from a F10 rpm, but this didn't work; aside from the fact it was an older library which I wasn't entirely sure would be a close enough hack. Do I need to install a complete cups client to make this work? Does the library need to match the client? The latter I ask because the programs appear to create a system call to lp/lpr, so I would assume the libraries don't need to be an exact match. The libraries seem to only query cups for available printers. Cheers