PDA

View Full Version : [ubuntu] [SOLVED] Installing CUPS Windows drivers


LRT
June 3rd, 2008, 12:40 PM
i have a fresh install of ubuntu 8.04 server and i am trying to install the CUPS windows drivers (cups-windows-6.0-source.tar.gz)

i already installed cupsys (`apt-get install cupsys`)

i then downloaded cups-windows-6.0-source.tar.gz and unpacked and entered the directory

when i ran `make install` i got the error:

make: command not found

so then i ran `apt-get install make` and then ran `make install` again and got this error:

/bin/sh: cups-config: not found


anyone know what is going on??

beniwtv
June 3rd, 2008, 01:06 PM
You are missing the cups-config utility.

You can obtain it by installing the libcupsys2-dev package.

sudo apt-get install libcupsys2-dev

Cheers,

LRT
June 3rd, 2008, 01:11 PM
that was it! thanks!!

beniwtv
June 3rd, 2008, 01:12 PM
Glad we could help. Don't forget to mark your thread as solved if it is. :popcorn: