You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
1st way:
in sources.list i have deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_16.04 ./
key i import from http://download.opensuse.org/repositories/home:/felfert/xUbuntu_16.04/Release.key
after apt update i have error key expired: W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1525593553
2nd way:
i cloned git, and installed by install_prereqs.sh, so now i try to install, but i got error: [ 18%] Building C object winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/NTLM/ntlm_compute.c.o /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c: In function ‘ntlm_compute_message_integrity_check’: /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:649:11: error: storage size of ‘hmac_ctx’ isn’t known HMAC_CTX hmac_ctx; ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:656:2: warning: implicit declaration of function ‘HMAC_CTX_init’ [-Wimplicit-function-declaration] HMAC_CTX_init(&hmac_ctx); ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:662:2: warning: implicit declaration of function ‘HMAC_CTX_cleanup’ [-Wimplicit-function-declaration] HMAC_CTX_cleanup(&hmac_ctx); ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:649:11: warning: unused variable ‘hmac_ctx’ [-Wunused-variable] HMAC_CTX hmac_ctx; ^ make[2]: *** [winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/NTLM/ntlm_compute.c.o] Error 1 make[1]: *** [winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/all] Error 2 make: *** [all] Error 2 Unable to build FreeRDP package. Exiting...
The text was updated successfully, but these errors were encountered:
with libssl1.0-dev installed and some modifications to the sources (some cmake flags, a github url to change and and indentation problem), I manged to compile (and use ;) ) it under ubuntu 18.04!!
1st way:
in sources.list i have
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_16.04 ./
key i import from http://download.opensuse.org/repositories/home:/felfert/xUbuntu_16.04/Release.key
after apt update i have error key expired:
W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1525593553
2nd way:
i cloned git, and installed by install_prereqs.sh, so now i try to install, but i got error:
[ 18%] Building C object winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/NTLM/ntlm_compute.c.o /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c: In function ‘ntlm_compute_message_integrity_check’: /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:649:11: error: storage size of ‘hmac_ctx’ isn’t known HMAC_CTX hmac_ctx; ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:656:2: warning: implicit declaration of function ‘HMAC_CTX_init’ [-Wimplicit-function-declaration] HMAC_CTX_init(&hmac_ctx); ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:662:2: warning: implicit declaration of function ‘HMAC_CTX_cleanup’ [-Wimplicit-function-declaration] HMAC_CTX_cleanup(&hmac_ctx); ^ /root/prereqs/FreeRDP/winpr/libwinpr/sspi/NTLM/ntlm_compute.c:649:11: warning: unused variable ‘hmac_ctx’ [-Wunused-variable] HMAC_CTX hmac_ctx; ^ make[2]: *** [winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/NTLM/ntlm_compute.c.o] Error 1 make[1]: *** [winpr/libwinpr/sspi/CMakeFiles/winpr-sspi.dir/all] Error 2 make: *** [all] Error 2 Unable to build FreeRDP package. Exiting...
The text was updated successfully, but these errors were encountered: