Re: Compiling (was secure imap)

2002-05-22 Thread Phil Dibowitz

Luca Olivetti wrote:

> 
> You could take a look at the cyrus packages for redhat maintained by 
> Simon Matter.
> 
> http://home.teleport.ch/simix/
> 
> Since he is using his packages, the probability that these packages work 
> is much higher that some unmaintained packages from redhat.


I actually got it all compiled, installed, and ::gasp:: working.

But that's a very good resource, particularly since he has the 2.1.x series. 
If/when we upgrade, I'll probaby be heading there. Thanks.


Phil
-- 
"They that can give up essential liberty to obtain a little temporary safety 
deserve neither liberty nor safety."
-Benjamin Franklin, 1759




Re: Compiling (was secure imap)

2002-05-21 Thread Luca Olivetti

Phil Dibowitz wrote:
> Phil Dibowitz wrote:
> 
>> ./configure  ran fine
>> make depend  ran fine
>> make all CFLAGS=-O  however, gives:
> 
> 
> I was able to get around this by replacing /usr/local/share/bison.simple 
> with /usr/lib/bison.simple in the sieve/Makefile.

You could take a look at the cyrus packages for redhat maintained by 
Simon Matter.

http://home.teleport.ch/simix/

Since he is using his packages, the probability that these packages work 
is much higher that some unmaintained packages from redhat.

Bye

-- 
Luca Olivetti
Wetron Automatización S.A. http://www.wetron.es/
Tel. +34 93 5883004  Fax +34 93 5883007




RE: Compiling (was secure imap)

2002-05-21 Thread Jeff Bert

We feel... felt your pain... btw here's a pretty good
HOWTO I used back when I compiled 2.0.15... note it 
has some differences since it includes the HIERSEP patch.

http://dudle.linuxroot.org/docs/postfix_cyrus/

Jeff

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Phil Dibowitz
> Sent: Tuesday, May 21, 2002 2:28 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Compiling (was secure imap)
> 
> 
> Phil Dibowitz wrote:
> 
> > ./configure  ran fine
> > make depend  ran fine
> > make all CFLAGS=-O  however, gives:
> 
> I was able to get around this by replacing 
> /usr/local/share/bison.simple with 
> /usr/lib/bison.simple in the sieve/Makefile.
> 
> Then I got com_err.h not found from imapd.c  - I replaced 
> #include  
> with #include 
> 
> Isn't that what automake is for? Stupid autoconf
> 
> Gr. now index.c needs com_err.h I'm gonna link the damn thing.
> 
> Phil
> -- 
> "They that can give up essential liberty to obtain a little 
> temporary safety 
> deserve neither liberty nor safety."
> -Benjamin Franklin, 1759
> 
> 



Re: Compiling (was secure imap)

2002-05-21 Thread Phil Dibowitz

Phil Dibowitz wrote:

> ./configure  ran fine
> make depend  ran fine
> make all CFLAGS=-O  however, gives:

I was able to get around this by replacing /usr/local/share/bison.simple with 
/usr/lib/bison.simple in the sieve/Makefile.

Then I got com_err.h not found from imapd.c  - I replaced #include  
with #include 

Isn't that what automake is for? Stupid autoconf

Gr. now index.c needs com_err.h I'm gonna link the damn thing.

Phil
-- 
"They that can give up essential liberty to obtain a little temporary safety 
deserve neither liberty nor safety."
-Benjamin Franklin, 1759