I am new to the linux world but for the most part can find all the
information I need to configure my box the way I want it except for this
one problem. I downloaded the latest Samba Tarball 2.0.7 and every time I
attempt to install it I (i.e. make the binary files via the make command) I
encounter the following error:
Compiling printing/print_cups.c
printing_cups.c:25: cups/cups.h: No such file or directory
printing_cups.c:26: cups/language.h: No such file or directory
make : *** [printing/print_cups.o] Error 1
At that point the install stops. If I try to make the binaries by using
make -k (which ignores errors) it will finish compiling and then when I use
make install -k (again ignoring errors) it appears as though nmbd and smbd
directory and files are created (no errors with this process) but they are
not in the default directory nor can I find them by searching the HD.
I have plenty of free space available on my hard drive and am trying to run
the install logged in as root. I know that the cups packages have to do
with the printer and I have uninstalled and reinstalled all instances I can
find using RPM drake. I am completely at a loss. Nothing I can find on
www.samba.org mentions this problem. HELP.