Home > OS >  Linux system install Git executed when make the prefix=/usr/local/Git all code error
Linux system install Git executed when make the prefix=/usr/local/Git all code error

Time:12-28

In the folder to download decompression Git


Then enter the Git folder performed make prefix=/usr/local/Git all code

An error is as follows:

CC imap - send. O
Imap - send. C: In the function 'ssl_socket_connect:
Imap - send. C: 291:3: warning: 'TLSv1_method is deprecated [- Wdeprecated - declarations]
Meth=TLSv1_method ();
^ ~ ~ ~
In the file included the from/usr/include/openssl/opensslconf. H: 42,
The from/usr/include/openssl/e_os2. H: 13,
The from/usr/include/openssl/SSL. H: 15,
The from git - compat - util. H: 280,
From the cache. H: 4,
The from imap - send. C: 25:
The/usr/include/openssl/SSL. H: 1877:1: note: declared here
DEPRECATEDIN_1_1_0 (__owur const SSL_METHOD * TLSv1_method (void))/* TLSv1.0 */
^ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Imap - send. C: the function In "cram" :
Imap - send. C: 865, 11: error: storage size of 'hmac isn' t known
HMAC_CTX hmac;
^ ~ ~ ~
Imap - send. C: 880:2: warning: 'HMAC_Init is deprecated [- Wdeprecated - declarations]
HMAC_Init (& amp; Hmac (unsigned char *) pass, strlen (pass), EVP_md5 ());
^ ~ ~ ~ ~ ~ ~ ~ ~
In the file included the from/usr/include/openssl/opensslconf. H: 42,
The from/usr/include/openssl/e_os2. H: 13,
The from/usr/include/openssl/SSL. H: 15,
The from git - compat - util. H: 280,
From the cache. H: 4,
The from imap - send. C: 25:
The/usr/include/openssl/hmac. H: spake: note: declared here
DEPRECATEDIN_1_1_0 (__owur int HMAC_Init (CTX HMAC_CTX * and const void * key, int len,
^ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Imap - send. C: 883:2: warning: implicit declaration of the function 'HMAC_CTX_cleanup; Did you mean 'HMAC_CTX_get_md'? [- Wimplicit - function - declaration]
HMAC_CTX_cleanup (& amp; Hmac);
^ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
HMAC_CTX_get_md
Imap - send. C: 865, 11: warning: unused variable 'hmac [- Wunused - variable]
HMAC_CTX hmac;
^ ~ ~ ~
Make: * * * [Makefile: 1941: imap - send. O] Error 1



Online said to install depends on:

See it says should be installed over dependence on the response..

The great spirit, this problem should be how to solve, that is to go with the project of the installation process, Git is also installed with the project should be no problem
  • Related