FreeBSD -lcups problem

Discuss issues related to installing or building
Post Reply
gh_origin
Posts: 14
Joined: Sat Jul 18 2020 4:23 pm

FreeBSD -lcups problem

Post by gh_origin »

Same as this: https://forum.copperspice.com/viewtopic.php?f=9&t=1501

Fixed with this ugly workaround:

Code: Select all

doas ln -s /usr/local/lib/libcups.so /usr/lib/libcups.so
Waiting for the actual cmake fix from you.
Post Reply