Gentoo Archives: gentoo-dev

From: "Tod M. Neidt" <tneidt@××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] php imap configuration
Date: Sun, 02 Dec 2001 18:38:58
Message-Id: 1007318588.21147.0.camel@Q.neidt.net
1 Hi!
2
3 I tried emerging php (php-4.0.6-r3.ebuild) tonight and the build bombed
4 out during configuration. It couldn't find rfc822.h which I believe is
5 related to imap support. I do not have imap is my USE variable.
6 Looking at the ebuild the condition "if" and "fi" are commented out
7 causing --with-imap to always be configured. Is there a reason for
8 this, or is it a typo. The relevant ebuild section is below.
9
10 # if [ "`use imap`" ] ; then
11 myconf="$myconf --with-imap"
12 # fi
13
14 The php-4.0.6-r2.ebuild does not have the if's commented out.
15
16 tod

Replies

Subject Author
Re: [gentoo-dev] php imap configuration "Damon M. Conway" <damon@×××××.net>
AW: [gentoo-dev] php imap configuration Sebastian Werner <sebastian@××××××××××××××××××.de>