Linking with CUPS Issue

Michael C. Shultz ringworm01 at gmail.com
Thu Mar 3 10:19:19 GMT 2005


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 at 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


More information about the freebsd-stable mailing list