Openssl 如何在';你不是管理员?

Openssl 如何在';你不是管理员?,openssl,building,Openssl,Building,在过去的几天里,我一直在尝试安装git,但我收到了大量错误。 我使用debian操作系统。 我不是我系统的管理员,所以我不能使用git软件包安装它(这是一台学校电脑,所以我不能搞乱它)。 我曾尝试从源代码get on GitHub手动创建它,但我得到了相同的错误 @Prompt/local/bin/git-master$ make CC credential-store.o In file included from cache.h:4:0, from credential-store.c:1:

在过去的几天里,我一直在尝试安装git,但我收到了大量错误。 我使用debian操作系统。 我不是我系统的管理员,所以我不能使用git软件包安装它(这是一台学校电脑,所以我不能搞乱它)。 我曾尝试从源代码get on GitHub手动创建它,但我得到了相同的错误

@Prompt/local/bin/git-master$ make
CC credential-store.o
In file included from cache.h:4:0,
from credential-store.c:1:
git-compat-util.h:214:25: fatal error: openssl/ssl.h:Aucun fichier ou dossier de ce type
#include <openssl/ssl.h>
                     ^
compilation terminated.
Makefile:1830: recipe for target 'credential-store.o' failed
make: *** [credential-store.o] Error 1
@Prompt/local/bin/git master$make
CC凭证存储.o
在cache.h:4:0中包含的文件中,
来自凭据存储。c:1:
git compat util.h:214:25:致命错误:openssl/ssl.h:Aucun fichier ou docsier de ce type
#包括
^
编译终止。
Makefile:1830:目标“credential store.o”的配方失败
make:**[credential store.o]错误1
我已尝试手动安装丢失的共享库,但我没有设法安装它们

有人认为这是个好主意吗

谢谢你的阅读

我不是我系统的管理员,所以我不能使用git包安装它

但是您可以让友好的系统管理员为您安装它

openssl/ssl.h:Aucun fichier ou docsier de ce type

此错误意味着未安装
libssl dev
软件包。在从源代码构建git之前,您需要收集git的所有依赖项