delorie.com/archives/browse.cgi | search |
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:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
q=dns; s=default; b=dYyCSZL14VBvg0TXiGnvZXZb/MKsYSXG910TaNVYeLO | |
dNc+qtI59AJkfdOZXZ4FLKXZj553y5Isgq+eCqJkXiGJ8cwI/u1x95XFs2mhSbnS | |
exLYbqNvUBbLNW9jXbKciDjXRJP6aVWAjy246MJXXFvRPEqFn5kRVlZc1ZJHzb68 | |
= | |
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:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
s=default; bh=5W7c1fP717KBqsnFtSJ4ImD0cPk=; b=QvH7GkKRJ+zQM85MK | |
86M1qJFREVKqc/bj3Egavn2gvLyPdleI2VuM+5f8PVldL9wxjA8XI+hzeKllDVPR | |
K0pSM9OQJ/W12AtIgH8MTbJMGv9c0F47/LrP9w8YotUl5KT3EKKwRRC4Db2hyT1i | |
ksxV8DnMKfUCRUBv25rTrzCegU= | |
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=2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
X-HELO: | mail-qc0-f180.google.com |
X-Received: | by 10.224.2.194 with SMTP id 2mr17978509qak.44.1391048771856; Wed, 29 Jan 2014 18:26:11 -0800 (PST) |
Message-ID: | <52E9B842.20008@gmail.com> |
Date: | Wed, 29 Jan 2014 21:26:10 -0500 |
From: | "jones.noamle" <jones DOT noamle AT gmail DOT com> |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Problem running git submodule init: "error while loading shared libraries: ?" |
References: | <CAMUDzVQqZuRcsfXt4131y20Cot7QSUzpzaPMy6pTCc2htVjJRA AT mail DOT gmail DOT com> <52E976C0 DOT 4020200 AT gmail DOT com> <CAGZiy72BB=ty5Qn+U-AG2CRszV12aBD5As8XwKD2oQLchGh80Q AT mail DOT gmail DOT com> |
In-Reply-To: | <CAGZiy72BB=ty5Qn+U-AG2CRszV12aBD5As8XwKD2oQLchGh80Q@mail.gmail.com> |
I will try gettext - but I would also like to see how this can be debugged. I ran strace (as mentioned in the original post) but didn't know exactly what to look for. What exactly does cygwin do to load shared libs? How can I spot this in strace's output? On 1/29/2014 8:24 PM, Kal Sze wrote: > 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 > -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |