[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fresh installation: Segmentation fault



Hello!

I followed the instructions on http://www.pdc.kth.se/heimdal/heimdal.html to install heimdal kerberos, but when I run kinit me and enter the correct password it spits out Segmentation fault.

I am using berkeley db to store the keys.

Anyone experience this error before. I have tried compiling everything from scratch but same problem.
Here are the build options I used:
CFLAGS='-g -O2' CXXFLAGS='-g -O2' CCFLAGS="-g -O2 -D_REENTRANT" ./configure \
--prefix=/usr/local --sysconfdir=/etc --enable-shared \
--enable-pthread-support --with-openssl=/usr/local --without-readline \
--without-openldap --without-hesiod --without-ipv6

Could it me /etc/krb5.conf?  Here is what I have for that:
[libdefaults]
 default_realm = AUGUSTA.PATELSOFT.INTERNAL

[realms]
 AUGUSTA.PATELSOFT.INTERNAL = {
     kdc = kerberos1.augusta.patelsoft.internal
 }

[domain_realm]
 .augusta.patelsoft.internal = AUGUSTA.PATELSOFT.INTERNAL

The operating system is Debian.

Do you know why the Segmentation fault error could be occuring. I even tried verify_krb5_conf and got the Segmentation fault error also.

Amar




Reply to: