From owner-freebsd-stable@FreeBSD.ORG Thu Mar 3 10:19:19 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289EB16A4CE for ; Thu, 3 Mar 2005 10:19:19 +0000 (GMT) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09DB643D2D for ; Thu, 3 Mar 2005 10:19:19 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0ICR00G3YU065JM2@vms046.mailsrvcs.net> for freebsd-stable@freebsd.org; Thu, 03 Mar 2005 04:19:18 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id B6DD02CE741; Thu, 03 Mar 2005 02:19:17 -0800 (PST) Date: Thu, 03 Mar 2005 02:19:16 -0800 From: "Michael C. Shultz" In-reply-to: <4226E12E.7000209@users.sourceforge.net> To: freebsd-stable@freebsd.org Message-id: <200503030219.17164.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <4226E12E.7000209@users.sourceforge.net> User-Agent: KMail/1.7.2 Subject: Re: Linking with CUPS Issue X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 10:19:19 -0000 On Thursday 03 March 2005 02:04 am, Jake Stride wrote: > I have had a look on google and the archives and although I have seen > people with a similar issue I have not been able to find an answer to > the issue I have. > > I am trying to compile the magicolor 2430DL printer dirvers and keep > running into the following error: > > root@lancelot# make > Linking rastertokmlf... > /usr/bin/ld: cannot find -lcups > *** Error code 1 try ls -l /usr/local/lib/libcups* to see if the libraries are in place if not install: /usr/ports/print/cups-base if they are try: ldconfig -m /usr/local/lib/ -Mike