From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <sebastian@werner-productions.de>
X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_ADSP_NXDOMAIN,
	DMARC_MISSING,MAILING_LIST_MULTI autolearn=unavailable
	autolearn_force=no version=4.0.0
Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149])
	by chiba.3jane.net (Postfix) with ESMTP id 174B0150F8
	for <gentoo-dev@gentoo.org>; Mon,  3 Dec 2001 01:32:29 -0600 (CST)
Received: from [195.20.224.208] (helo=mrvdom01.schlund.de)
	by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2)
	id 16AnZt-0007Yt-00
	for gentoo-dev@gentoo.org; Mon, 3 Dec 2001 08:31:49 +0100
Received: from p3ee3f60d.dip.t-dialin.net ([62.227.246.13] helo=server)
	by mrvdom01.schlund.de with esmtp (Exim 2.12 #2)
	id 16AnZs-0001fr-00
	for gentoo-dev@gentoo.org; Mon, 3 Dec 2001 08:31:49 +0100
From: "Sebastian Werner" <sebastian@werner-productions.de>
To: <gentoo-dev@gentoo.org>
Subject: AW: [gentoo-dev] php imap configuration
Date: Mon, 3 Dec 2001 08:34:21 +0100
Message-ID: <003801c17bcc$ecb90da0$6400a8c0@server>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2616
In-Reply-To: <1007318588.21147.0.camel@Q.neidt.net>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Importance: Normal
Sender: gentoo-dev-admin@gentoo.org
Errors-To: gentoo-dev-admin@gentoo.org
X-BeenThere: gentoo-dev@gentoo.org
X-Mailman-Version: 2.0.6
Precedence: bulk
Reply-To: gentoo-dev@gentoo.org
List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help>
List-Post: <mailto:gentoo-dev@gentoo.org>
List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@gentoo.org?subject=subscribe>
List-Id: Developer discussion list <gentoo-dev.gentoo.org>
List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe>
List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/>
X-Archives-Salt: 36aabb52-0d12-4cc1-b3e0-c21ca5f2caa0
X-Archives-Hash: f681319eda150f96a14b634a98a59ef7

Hey,

Other question what do i need to have this header file (rfc822.h). What
package I must install. The auto-depend solution doesn't work here.

Sebastian Werner

-----Urspr=FCngliche Nachricht-----
Von: gentoo-dev-admin@gentoo.org [mailto:gentoo-dev-admin@gentoo.org] Im
Auftrag von Tod M. Neidt
Gesendet: Sonntag, 2. Dezember 2001 19:43
An: gentoo-dev@gentoo.org
Betreff: [gentoo-dev] php imap configuration

Hi!

I tried emerging php (php-4.0.6-r3.ebuild) tonight and the build bombed
out during configuration.  It couldn't find rfc822.h which I believe is
related to imap support.  I do not have imap is my USE variable.=20
Looking at the ebuild the condition "if" and "fi" are commented out
causing --with-imap to always be configured.  Is there a reason for
this, or is it a typo.  The relevant ebuild section is below.

#    if [ "`use imap`" ] ; then
      myconf=3D"$myconf --with-imap"=20
#    fi

The php-4.0.6-r2.ebuild does not have the if's commented out.

tod


_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev