Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 14:00:31 +0100
From:      Jens Rehsack <rehsack@liwing.de>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        Vivek Khera <khera@kciLink.com>, questions@FreeBSD.ORG
Subject:   Re: samba printing stopped after upgrade to 2.2.6
Message-ID:  <3DBE866F.9729ACB7@liwing.de>
References:  <15805.24521.382583.551821@onceler.kciLink.com> <20021028163736.GA7333@dan.emsphone.com> <15805.28100.402966.652950@onceler.kciLink.com> <20021028172730.GB7333@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help


Dan Nelson wrote:
> 
> In the last episode (Oct 28), Vivek Khera said:
> > >>>>> "DN" == Dan Nelson <dnelson@allantgroup.com> writes:
> > DN> When you did the install, you probably just skipped that options dialog
> > DN> that came up, right?  All the options on that page are "select to
> > DN> enable", except CUPS which is "select to _disable".  Rebuild samba, and
> > DN> select the "Without CUPS" line.  Quite annoying.  I work around it by
> > DN> adding WITHOUT_CUPS=yes in /etc/make.conf, and setting BATCH=yes in
> > DN> net/samba/Makefile.
> >
> > CUPS is linked in both 2.2.5 and 2.2.6, but in 2.2.6 it seems to want
> > to actually *use* it even though I don't configure it.
> >
> > Also, if I select the "Disable CUPS" flag, all it accomplishes is to
> > not register the dependency.  CUPS is still linked for some reason.
> 
> Ah. The port Makefile probably needs to be tweaked a bit then.  It
> looks like samba will use cups if it can find it.  Try this:
> 
> diff -u -r1.104 Makefile
> --- Makefile    17 Oct 2002 13:49:31 -0000      1.104
> +++ Makefile    28 Oct 2002 17:26:04 -0000
> @@ -123,6 +125,8 @@
>  LIB_DEPENDS+=  cups.2:${PORTSDIR}/print/cups-base
>  CONFIGURE_ENV+=        CPPFLAGS=-I${LOCALBASE}/include \
>                 LDFLAGS=-L${LOCALBASE}/lib
> +.else
> +CONFIGURE_ARGS+=       --without-cups
>  .endif
> 
>  .if defined(KRB5_HOME) && exists(${KRB5_HOME})
> 
> 
> > Does your smbd have cups linked (as reported by ldd)?

Your patch isn't required. But instead adding a line 'WITHOUT_CUPS=yes' into /etc/make.conf
adding a line 'SAMBA_OPTIONS=\"WITHOUT_CUPS\"' is recommented. Have a look into
ports/samba/scripts/configure.samba for other possible options.

Thanks for the hint with the CUPS behaviour. It should be checked ...

Jens

> No, since I don't have the cups port installed, so samba couldn't use
> it.
> 
> --
>         Dan Nelson
>         dnelson@allantgroup.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
L     i  W     W     W  i                 Jens Rehsack
L        W     W     W
L     i   W   W W   W   i  nnn    gggg    LiWing IT-Services
L     i    W W   W W    i  n  n  g   g
LLLL  i     W     W     i  n  n  g   g    Friesenstraße 2
                                  gggg    06112 Halle
                                     g
                                 g   g
Tel.:  +49 - 3 45 - 5 17 05 91    ggg     e-Mail: <rehsack@liwing.de>
Fax:   +49 - 3 45 - 5 17 05 92            http://www.liwing.de/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DBE866F.9729ACB7>