X-Recipient: archive-cygwin@delorie.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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=Zyx88JG
	xYZVRD8y30rYeluNCw+CtMW2rJ5+JxnqdMZFnNjkOdHtM0kWi+elq1IQ2H2Ydbnj
	etvgEogF1gytJd9nLDXXgEySyCLmaiBGed1KsHUmfzyDNlgzUbpbkoEpH1xneJ9V
	IoTdmSQT4hu7cfAGaeradJG418Bxf+Tu1wHc=
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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=TVgNeJImhVWs3
	sXpAT+r40kMH4M=; b=GfLMOCobYFQjcouSDXMcD7pYuTCV5NtFuV+1HRhktTtrz
	IKuxh2Ddvv0eSbpqkLmMCnxa/i1KnkIMxBgpIJ/UPcviPIig6LQ3mkd878DBMq9w
	CP+mgrqOM1BbMcdrbLc65+SadfyscbcCvWOua8eNYm9XAD/qk8Rc/GHWNjcwZU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-ve0-f180.google.com
X-Received: by 10.52.181.33 with SMTP id dt1mr7780381vdc.21.1391045092028; Wed, 29 Jan 2014 17:24:52 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <52E976C0.4020200@gmail.com>
References: <CAMUDzVQqZuRcsfXt4131y20Cot7QSUzpzaPMy6pTCc2htVjJRA@mail.gmail.com> <52E976C0.4020200@gmail.com>
From: Kal Sze <swordangel@gmail.com>
Date: Thu, 30 Jan 2014 09:24:11 +0800
Message-ID: <CAGZiy72BB=ty5Qn+U-AG2CRszV12aBD5As8XwKD2oQLchGh80Q@mail.gmail.com>
Subject: Re: Problem running git submodule init: "error while loading shared libraries: ?"
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On 30 January 2014 05:46, Marco Atzeri wrote:
>
>
> On 29/01/2014 22:35, jones.noamle wrote:
>>
>> Intro: If you don't know/have time to solve it, I'd still appreciate a
>> few pointers on how to debug this issue (is a library really missing?
>> what library is missing?)
>>
>> Just did a fresh install of cygwin-x86, added the packages: git,
>> openssh, ca-certificates, libsasl2. This is on Windows Server 2008 R2
>> (see attached cygcheck.out)
>>
>> I get the following error when running git submodule init:
>>
>>      $ git submodule init
>>      /usr/lib/git-core/git.exe: error while loading shared libraries:
>> ?: cannot open shared object file: No such file or directory
>>
>> Cygwin in general and other git commands (including 'git submodule
>> update') succeed without errors.
>>
>> Running cygcheck on the git executable did NOT find any missing libs:
>
>
> try
> strace -o /tmp/git.strace git submodule init
>
>>
>> Any ideas?
>>
>> Thanks!
>> Noam
>>
>
> Marco
>
>
> --
> 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
>

Is that possibly the same gettext problem that I bumped into a few
months ago? Basically gettext should be a dependency but is not marked
as such. So you need to manually install gettext to make that error go
away.

I don't use Cygwin 32-bit anymore, so I can't confirm.

Kal

--
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

