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=GUKJP4gKcAjSbwghHI8D7TeLdBbLJDNY1DuHaAZKkql +FurPeTs+J/PqYZ3zAYuaBfg/Ewp0QfsKJXER2G8cLn/n44//drtBT1EfRIxpHwZ hs3y9Bchg72zv1rTLJyJy1sSgNVIspVYBtyyUp4cHiUfDukL4T0cKeKscr8/IobQ = 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=78NVk0zzRJFcpGCyI3XdoSQoAFU=; b=IqMnsb2zEmHDW75Gj asg1kJnhGNppEVAG3p0AclQsYInjMRZdYKikQH0/FzXnr54DlfWxtr75W0VcMR/A 4TsswWH8sz/Loy9vl/6H0b+g5hZmAarM0VsxWsaOkQaHArVIOGxPULfiaj6g63J1 wijDazy5lCKKCVD+lEjb+VmJsg= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f43.google.com X-Received: by 10.14.194.131 with SMTP id m3mr12711551een.2.1391032011324; Wed, 29 Jan 2014 13:46:51 -0800 (PST) Message-ID: <52E976C0.4020200@gmail.com> Date: Wed, 29 Jan 2014 22:46:40 +0100 From: Marco Atzeri 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: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 29/01/2014 22:35, jones.noamle(at)gmail.com 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