Installation of Mandrake 7.2

Dan Egli dan at frankenstein-cpu.com
Thu Apr 19 04:17:03 GMT 2001


----- Original Message -----
From: "Ray Lowe" <rlowe at B2BVideoNetwork.com>
To: <support at samba.org>; <samba at samba.org>
Sent: Wednesday, April 18, 2001 3:36 PM
Subject: Installation of Mandrake 7.2


> I don't know if this is the correct place for this, but don't know where
> else to turn:
>
>
> I have tried installing Samba 2.0.7 and 2.2.0 (with the same results) on
my
> Dell GX110 running Mandrake 7.2. gcc 2.95
>
> 1. After Untar, I run ./configure (OK)
> 2. When I run make I get
>
>
> Compiling  Printing/print_cups.c
> Printing/print_cups.c 25: cups/cups.h No such file or Directory
> Printing/print_cups.c 26: cups/language.h No such file or Directory
>
> Make: ***[Printing/Print_cups.o] Error 1
>

Well, the inital cause is easy to see. gcc cannot find cups.h or language.h.
Those files should be present if you have the libcups installed.You can try
editing config.h and undefing HAVE_LIBCUPS. Or you can install the package
that would contain those files. If configure is defining that, then you
probably have a libcups.so somewere that responded to the httpConnect()
call. Don't know why you'd have that and not the .h files, but if you undef
HAVE_LIBCUPS in config.h, then all the cups material will be skipped during
compile. I don't have the .h files, but I also don't have libcups.so
anywhere :> my copy compiled fine on RH 6.2 and 7.0.

If you want to compile with cups support, make sure you have not only the
cups rpm installed, but cups-devel also. On the mandrake 7.2 release
(acording to rpmfind.net) the files are:
cups-1.1.4-3mdk-i586.rpm and cups-devel-1.1.4-3mdk-i586.rpm







More information about the samba mailing list