delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/04/04/20:26:59

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=gi/DFia6+Us10tu+
6g4L8xJpSITTunFncX6fxWOt22yMmOg69Tn/NQNfP9tyg0Oi7mmdK1GGQaYu/270
bOLh0zmcm9GnEF3jVEsugpgqHKnPuPL2Aq/Je5Bqmb7gqX5qwT7e51U+yw8MxF3P
HPOFwIQs3Sc+kfmxXeq5FxUD18w=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=WQwBtEId7seuXoRLbKsJVL
O3CJ4=; b=pd9/fgKXKc6ocFTfM6nPrliepzClFjuVh5Lo29dI6Sw1rm93gS/sn4
ipHhTywCHtUx6otT18fUtyHfyWW+/D/E0piivbUiEJlQ7qITDsS/7PdW80qJBRsQ
zUQlqP3QvI0nCIGJ2QxmoGD04lUOP9DPQn+sHvQWC9uFfcT/q0YgQ=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_SHORT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Brian, brian, H*RU:!192.168.1.100!, H*r:ip*192.168.1.100
X-HELO: smtp-out-so.shaw.ca
X-Authority-Analysis: v=2.3 cv=cav8UELM c=1 sm=1 tr=0 a=MVEHjbUiAHxQW0jfcDq5EA==:117 a=MVEHjbUiAHxQW0jfcDq5EA==:17 a=IkcTkHD0fZMA:10 a=Gz7s5_CCAAAA:8 a=w_pzkKWiAAAA:8 a=b4eMD0GmHX_ZvWjD-W0A:9 a=woL8W6VvmhbmObH7:21 a=T-sqdWkEZlbaHc3L:21 a=QEXdDO2ut3YA:10 a=sRI3_1zDfAgwuvI8zelB:22
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
Subject: Re: How is libgssapi_krb5_2 built on cygwin?
To: cygwin AT cygwin DOT com
References: <94CC0760-7645-4BB2-982B-4CE3BFAB8FD1 AT oracle DOT com>
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Message-ID: <ab4e6bdd-f8c5-dd5d-43ba-853c0baa8d08@SystematicSw.ab.ca>
Date: Wed, 4 Apr 2018 18:26:41 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0
MIME-Version: 1.0
In-Reply-To: <94CC0760-7645-4BB2-982B-4CE3BFAB8FD1@oracle.com>
X-CMAE-Envelope: MS4wfL+d0Tixn0KmZSJD7rigeRTDj9gsWbIru2hbEsQmJM6eWYvmbdST3Eq+D1hlS0N02RGHRelf8jl3wchsxhMUwmauMXBoV4klMdFqo72dXXhItxTOOFTE JufxmMEG7DUdaRKIWlGkybtAmbhU24K6/snVx6v26T+5dqOO/rx65jqtsNjsZSzDdG2vdI1rif3VnA==
X-IsSubscribed: yes

On 2018-04-04 17:13, Weijun Wang wrote:
> I am thinking about building MIT krb5 on Windows with cygwin but using the 
> source distribution from MIT [1] shows this error:
>   configure: error: Shared libraries are not yet supported on this platform.
> I'd like to know how cygwin compiles the libgssapi_krb5_2 packgae. Do you
> have a patch I can apply?
> [1] https://web.mit.edu/KERBEROS/dist/index.html

Cygwin supplies a number of ...krb5... packages from MIT reference sources.
Search packages from the link on the Cygwin home page e.g.
https://cygwin.com/cgi-bin2/package-grep.cgi?grep=krb5&arch=x86_64
which looks like there is only one krb5 source package krb5-1.15.2-2-src
viewable as:
https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fkrb5%2Fkrb5-1.15.2-2-src&grep=krb5
which shows a number of patches, including Cygwin specific patches, and another
source package for krb5-auth-dialog.

Almost all Cygwin packages now use cygport for building (and packaging).
Download the krb5 source package, have a look at it, and how the packages are
built from the .cygport file.
Install the cygport package, maybe libkrb5-devel and sources, try a build, then
look at adapting that package build for your sources, if different.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019