m0wfo / cups

Ruby bridge to CUPS API
http://cups.rubyforge.org/
59 stars 58 forks source link

Couldn't find CUPS libraries on your system. Check they're installed and in your path. (CentOS 6.5) #22

Closed bigtunacan closed 5 years ago

bigtunacan commented 9 years ago

I'm getting the "Couldn't find CUPS libraries on your system. Check they're installed and in your path." error on CentOS 6.5. Does anyone know what yum packages or other setup is required for CentOS 6.5?

So far I have tried installing the cups and cups-libs packages.

rafaeldbernardes commented 8 years ago

You should install required cups libraries as mentioned in cups installation : sudo apt-get install libcups-dev

m0wfo commented 8 years ago

@bigtunacan as you can tell I haven't looked at this for a while; if this fixes the issue, let me know

medexdev commented 7 years ago

on centos 6.5, you need to install the following three. cups cups-devel cups-libs