Setting up CUPS on FreeBSD-arm using Raspberry Pi 2

Tijl Coosemans tijl at FreeBSD.org
Mon Dec 5 17:38:47 UTC 2016


On Mon, 5 Dec 2016 09:25:31 -0800 bob prohaska <fbsd at www.zefox.net> wrote:
> On Mon, Dec 05, 2016 at 10:40:27AM +0100, Tijl Coosemans wrote:
> > 
> > Check that you have the following files and if not install x11/libXScrnSaver
> > 
> > /usr/local/lib/libXss.a
> > /usr/local/lib/libXss.so
> > /usr/local/lib/libXss.so.1
> > /usr/local/lib/libXss.so.1.0.0  
> 
> Re-building and installing x11/libXScrnSaver did the trick, CUPS now works.
> 
> How did you connect not finding lXss and XScrnSaver? I tried a Google
> search and found nothing that came close.... Is there a database that
> associates library names with originating source code?

I have it installed and then 'pkg which /usr/local/lib/libXss.so' tells
you the package name.  If you don't have that file you can query all
packages using 'pkg rquery '%o %b' | grep libXss'.


More information about the freebsd-ports mailing list