Actually, it appears that the server has libcrypto.so.0.9.8 installed. ldd $(which git-upload-pack) gives: linux-gate.so.1 => (0xffffe000) libz.so.1 => /usr/lib/libz.so.1 (0xb7f39000) libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7dff000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7ccd000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7cc9000) /lib/ld-linux.so.2 (0xb7f67000) I don't have a clue where something went wrong. Actually, it used to work but doesn't any more. Mars ---------------------------------------- > Date: Sat, 29 Dec 2007 10:50:22 -0500 > From: seanlkml@xxxxxxxxxxxx > To: hwasungmars@xxxxxxxxxxx > CC: git@xxxxxxxxxxxxxxx > Subject: Re: libcrypto error > > On Sat, 29 Dec 2007 15:05:58 +0000 > Hwasung Mars Lee 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 _________________________________________________________________ Telly addicts unite! http://www.searchgamesbox.com/tvtown.shtml- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html