Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Can't install in ubuntu 16.04 #187

Open
ISQman opened this issue Dec 21, 2018 · 3 comments
Open

Can't install in ubuntu 16.04 #187

ISQman opened this issue Dec 21, 2018 · 3 comments

Comments

@ISQman
Copy link

ISQman commented Dec 21, 2018

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...

@c64cosmin
Copy link
Contributor

Make sure that openSSL-dev is installed correctly. Hopefully that will solve the problem.

@rebootit
Copy link

rebootit commented May 2, 2019

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!!

@Pernat1y
Copy link

Pernat1y commented Jun 7, 2019

Got same error on Fedora 30.
Looks like it because of compatibility issues with OpenSSL 1.1.x

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants