Received: from emroute3.ornl.gov (emroute3.ornl.gov [160.91.4.110]) by krbdev.mit.edu (8.9.3p2) with ESMTP id KAA05355; Wed, 20 Jul 2005 10:15:02 -0400 (EDT) Received: from emroute3.ornl.gov (localhost [127.0.0.1]) by emroute3.ornl.gov (PMDF V6.2-1x9 #31038) with ESMTP id <0IJX00K19JKXME@emroute3.ornl.gov> for rt-comment@krbdev.mit.edu; Wed, 20 Jul 2005 10:14:57 -0400 (EDT) Received: from [160.91.206.61] (liolt.ccs.ornl.gov [160.91.206.61]) by emroute3.ornl.gov (PMDF V6.2-1x9 #31038) with ESMTPS id <0IJX00JB7JK3KP@emroute3.ornl.gov> for rt-comment@krbdev.mit.edu; Wed, 20 Jul 2005 10:14:27 -0400 (EDT) Date: Wed, 20 Jul 2005 10:14:26 -0400 From: Dan Million Subject: Re: [krbdev.mit.edu #2902] KBR5 1.4 kinit build on AIX 5.1 coredumps In-Reply-To: To: rt-comment@krbdev.mit.edu Message-Id: <42DE5C42.30408@ornl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) References: RT-Send-Cc: X-RT-Original-Encoding: iso-8859-1 Content-Length: 620 Tom Yu via RT wrote: > Could someone who has an AIX 5 system please try making a config.cache > containing only the line > > krb5_cv_func_res_search=no > > on a clean build tree, configuring, and then running make to see if > that solves the problem? That will trick the build system into not > using res_ninit()/res_nsearch()/etc. > > ---Tom This did not work. I built KRB5 1.4 on AIX 5.1 as before, and the config.cache now contains krb5_cv_func_res_search=${krb5_cv_func_res_search=no} But after installing the new build, the kinit command still dies immediately with an illegal instruction coredump. Dan