Gentoo Archives: gentoo-dev

From: Sebastian Werner <sebastian@××××××××××××××××××.de>
To: gentoo-dev@g.o
Subject: AW: [gentoo-dev] php imap configuration
Date: Mon, 03 Dec 2001 01:32:29
Message-Id: 003801c17bcc$ecb90da0$6400a8c0@server
In Reply to: [gentoo-dev] php imap configuration by "Tod M. Neidt"
1 Hey,
2
3 Other question what do i need to have this header file (rfc822.h). What
4 package I must install. The auto-depend solution doesn't work here.
5
6 Sebastian Werner
7
8 -----Ursprüngliche Nachricht-----
9 Von: gentoo-dev-admin@g.o [mailto:gentoo-dev-admin@g.o] Im
10 Auftrag von Tod M. Neidt
11 Gesendet: Sonntag, 2. Dezember 2001 19:43
12 An: gentoo-dev@g.o
13 Betreff: [gentoo-dev] php imap configuration
14
15 Hi!
16
17 I tried emerging php (php-4.0.6-r3.ebuild) tonight and the build bombed
18 out during configuration. It couldn't find rfc822.h which I believe is
19 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
21 causing --with-imap to always be configured. Is there a reason for
22 this, or is it a typo. The relevant ebuild section is below.
23
24 # if [ "`use imap`" ] ; then
25 myconf="$myconf --with-imap"
26 # fi
27
28 The php-4.0.6-r2.ebuild does not have the if's commented out.
29
30 tod
31
32
33 _______________________________________________
34 gentoo-dev mailing list
35 gentoo-dev@g.o
36 http://lists.gentoo.org/mailman/listinfo/gentoo-dev

Replies

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