Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Mar 2005 02:19:16 -0800
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: Linking with CUPS Issue
Message-ID:  <200503030219.17164.ringworm01@gmail.com>
In-Reply-To: <4226E12E.7000209@users.sourceforge.net>
References:  <4226E12E.7000209@users.sourceforge.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503030219.17164.ringworm01>