Re: Problem building OpenSSL on Mac OS X with Kerberos support

2009-11-17 Thread monipol
./config alone won't enable Kerberos support, won't create a shared/ dynamic library, won't use zlib: Configuring for darwin-i386-cc no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 no-shared [default] no-zlib [default] no-zlib-dynamic

Re: Problem building OpenSSL on Mac OS X with Kerberos support

2009-11-17 Thread monipol
./config alone won't enable Kerberos support. Also, it won't create a shared/dynamic library and won't use zlib: $ ./config (...) Configuring for darwin-i386-cc no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 no-shared [default] no-zlib [defa

Re: Problem building OpenSSL on Mac OS X with Kerberos support

2009-11-17 Thread Lou Picciano
al Message - From: "monipol" To: openssl-users@openssl.org Sent: Tuesday, November 17, 2009 6:54:08 AM GMT -05:00 US/Canada Eastern Subject: Problem building OpenSSL on Mac OS X with Kerberos support Hello. I'm having the following problem when building OpenSSL with Kerberos

Problem building OpenSSL on Mac OS X with Kerberos support

2009-11-17 Thread monipol
Hello. I'm having the following problem when building OpenSSL with Kerberos support, both 0.9.8l and 1.0.0beta4, on Intel Mac OS 10.5.8. I'm able to build both versions if I use --no-krb5, though. What should I be looking for in order to fix this build problem? Any pointers a

Kerberos support

2006-03-09 Thread Prashant Kumar
Hello All,   Does OpenSsl has support for Kerberos Ciphers? Is ther any documentation or example how to use the Kerberos ciphers ?   Thank you for your help.   Regards, Prashant. Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

RE: Kerberos support?

2004-01-08 Thread Fred Crable
I tried that one, but I was linking everything with -static. I guess there are some shared object libs that will provide the Kerberos support because I removed my -static and used the OPENSSL_NO_KRB5 and it compiled OK. We'll see if it runs :) I did bring over the RTFM example C code

Re: Kerberos support?

2004-01-08 Thread Jeff Fulmer
my SSL > program w/-DOPENSSL_NO_KRB5 ? > > Thanks Again Jeff, > Fred > > > -Original Message- > > From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 08, 2004 12:36 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Kerberos support?

RE: Kerberos support?

2004-01-08 Thread Fred Crable
> Sent: Thursday, January 08, 2004 12:36 PM > To: [EMAIL PROTECTED] > Subject: Re: Kerberos support? > > > The problem is that RH9 put kerboros headers outside the include path > but they compiled openssl with kerboros support. As a result, programs > that use openssl don&

RE: Kerberos support?

2004-01-08 Thread Fred Crable
nt: Thursday, January 08, 2004 12:20 PM > To: [EMAIL PROTECTED] > Subject: RE: Kerberos support?_et_list > > > I may be a little off-topic, but I'm porting my code to > Red-Hat Enterprise 2.4 and I was wondering what libs I needed > to stop the following link errors?

Re: Kerberos support?

2004-01-08 Thread Jeff Fulmer
In function > `krb5_set_default_in_tkt_ktypes': > : undefined reference to `valid_enctype' > > Thank You, > Fred Crable > > > -Original Message- > > From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 08, 2004 9:42 AM >

RE: Kerberos support?

2004-01-08 Thread Fred Crable
m_seed' /usr/kerberos/lib/libkrb5.a(init_ctx.o)(.text+0x3d4): In function `krb5_set_default_in_tkt_ktypes': : undefined reference to `valid_enctype' Thank You, Fred Crable > -Original Message- > From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > Sent: Thursday, January

Re: Kerberos support?

2004-01-08 Thread Jeff Fulmer
On Thu, Jan 08, 2004 at 05:45:13PM +0100, Jostein Tveit wrote: > Jeff Fulmer <[EMAIL PROTECTED]> writes: > > Totally off-topic, but you should probably add a 0 to the end of > your array of ints. As far as I know, your for-loop will > otherwise read beyond the array and can cause a core dump. :-)

Re: Kerberos support?

2004-01-07 Thread Frédéric Giudicelli
- Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 1:05 PM Subject: Re: Kerberos support? > Include and check if OPENSSL_NO_KRB5 is > defined.

Re: Kerberos support?

2004-01-07 Thread Richard Levitte - VMS Whacker
ntly openssl is built with kerberos support on red jeff> hat 9.0 and it requires krb5.h which is in /usr/kerberos/include jeff> How can I detect if openssl was built with kerberos support? Include and check if OPENSSL_NO_KRB5 is defined. If it isn't, OpenSSL is compiled with Kerber

Re: Kerberos support?

2004-01-06 Thread Andrew Mann
Jeff Fulmer wrote: Hi, I'm the author of siege, an open source http regression tester. I recently started to recieve complaints from users on Red Hat 9.0 systems. Apparently openssl is built with kerberos support on red hat 9.0 and it requires krb5.h which is in /usr/kerberos/includ

Kerberos support?

2004-01-06 Thread Jeff Fulmer
Hi, I'm the author of siege, an open source http regression tester. I recently started to recieve complaints from users on Red Hat 9.0 systems. Apparently openssl is built with kerberos support on red hat 9.0 and it requires krb5.h which is in /usr/kerberos/include How can I detect if op