[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: 2.0.7 on HP 11.0 with gcc/kerberos
>>>>> "turbo" == Turbo Fredriksson <turbo@bayour.com> writes:
>>>>> "Allan" == Allan E Johannesen <aej@WPI.EDU> writes:
Allan> ./configure --without-cyrus-sasl --enable-kpasswd --with-kerberos
Allan> --enable-kbind
turbo> --with-kerberos and --enable-kbind is (from what I know) only for
turbo> KerberosIV...
turbo> Other than that, I have no idea...
Thanks for the pointer. I tried:
./configure --without-cyrus-sasl --enable-kpasswd
but it still dumps core, whereas:
./configure --without-cyrus-sasl --enable-kpasswd --without-threads
works. I guess I'm back to wondering what the 'threads' situation is on HP
relative to ldap. I'm new to the platform and don't have a sense on what parts
are reliable or not.
I had noticed that --enable-kbind mentioned KerberosIV, and had removed
it in my various trials, but the --with-kerberos wasn't documented that way in
'./configure --help' (it did say "(auto)", so I was apparently in some sort of
desperation to try to make it work with kerberos by adding it).