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: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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=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: <52E976C0 DOT 4020200 AT gmail DOT com> From: Kal Sze Date: Thu, 30 Jan 2014 09:24:11 +0800 Message-ID: Subject: Re: Problem running git submodule init: "error while loading shared libraries: ?" To: cygwin AT cygwin DOT 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