Git development
 help / color / mirror / Atom feed
From: Sean <seanlkml@sympatico.ca>
To: Hwasung Mars Lee <hwasungmars@hotmail.com>
Cc: <git@vger.kernel.org>
Subject: Re: libcrypto error
Date: Sat, 29 Dec 2007 10:50:22 -0500	[thread overview]
Message-ID: <BAYC1-PASMTP13D19EDB82ED1407AC5886AE560@CEZ.ICE> (raw)
In-Reply-To: <BLU129-W145F3EAD72285347BFF215B3560@phx.gbl>

On Sat, 29 Dec 2007 15:05:58 +0000
Hwasung Mars Lee <hwasungmars@hotmail.com> wrote:

> I have some problems when using git remotely. When I git clone from Ubuntu or Mac to Debian, I get the following message:
> 
> git-upload-pack: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
> fatal: unexpected EOF
> fetch-pack from 'maths:~/Desktop/TeX' failed.
> 

Mars,

It appears the machine from which you're trying to clone is missing the proper libcrypto
library.  You'll need to ensure it is installed using whatever package manager is
appropriate for your Linux distribution.

The following command will show you which libraries git-upload-pack is using (and missing):

   ldd $(which git-upload-pack)

That will likely report that the libcrypto library can't be found and needs to be
installed.

Good luck,
Sean

  reply	other threads:[~2007-12-29 15:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-29 15:05 libcrypto error Hwasung Mars Lee
2007-12-29 15:50 ` Sean [this message]
2007-12-29 16:20   ` Hwasung Mars Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAYC1-PASMTP13D19EDB82ED1407AC5886AE560@CEZ.ICE \
    --to=seanlkml@sympatico.ca \
    --cc=git@vger.kernel.org \
    --cc=hwasungmars@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox