Re: RH 9.0 ssl compiler error

2003-06-09 Thread Richard Houston
Thanks to all that responded to my issue. The one that worked for me was setting defs in "configure" to be; DEFS="-DHAVE_CONFIG_H -DOPENSSL_NO_KRB5" Fix provided by Gareth Butt!!! Thank dude. Thanks again everyone. Rich On Mon, 2003-06-09 at 14:31, Hank Beatty wrote: > On Fri, 2003-06-06 a

Re: RH 9.0 ssl compiler error

2003-06-09 Thread Hank Beatty
On Fri, 2003-06-06 at 13:22, Jon Nelson wrote: > Richard Houston said: > > Hi all, > > > > I am trying to compile Cyrus 2.1.13 on RH 9.0 but it keeps crapping out > > I had the same problem recently. Let me know if "--without-krb" works, > but I don't think it does. A friend of mine wrote this p

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Gareth Bult
Hi, Assuming you're a normal linux user and don't use Kerberos ( ) and don't want Krb on the system, try setting defs in "configure" to be; DEFS="-DHAVE_CONFIG_H -DOPENSSL_NO_KRB5" Works fine for me... Regards, Gareth. On Fri, 2003-06-06 at 17:00, Richard Houston wrote: Hi all, I am t

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Jon Nelson
Richard Houston said: > Hi all, > > I am trying to compile Cyrus 2.1.13 on RH 9.0 but it keeps crapping out I had the same problem recently. Let me know if "--without-krb" works, but I don't think it does. A friend of mine wrote this perl script to fix it: #!/usr/bin/perl -w # FIXIT: for use i

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Patrick Morris
I'd guess you don't have the Kerberos development package installed (and I don't run Red Hat, so I couldn't tell you what it'd be called). If it's there, and configure's just not finding it, you'll need to use to use the "--with-krb=PATH" option for configure. From "./configure --help": --wi

Re: RH 9.0 ssl compiler error

2003-06-06 Thread Bennett Crowell
/usr/kerberos/include has to be added to the include path anywhere the openssl headers are used. You can probably do it by adding "-I/usr/kerberos/include" to the CFLAGS environment variable when you run configure. Bennett --On Friday, June 6, 2003 11:00 -0500 Richard Houston <[EMAIL PROTECTED]

RH 9.0 ssl compiler error

2003-06-06 Thread Richard Houston
Hi all, I am trying to compile Cyrus 2.1.13 on RH 9.0 but it keeps crapping out on ssl. I have included the ./configure and the error. Thanks all Rich ./configure --enable-netscapehack --enable-annotatemore --enable-listext --with-perl=/usr/bin/perl --with-libwrap=/usr --with-sasl=/usr --with-s