Bug #3144
build failure
0%
Description
Dear,
Under ubuntu 14.04, after git clone https://github.com/tvheadend/tvheadend.git of october 9th
I try ./configure and make
but make fail with this error
any ideas ?
Thanks a lot
JP
/home/jp/tvheadend/build.linux/src/descrambler/libaesdec/libaesdec.o: In function `aes_set_even_control_word':
/home/jp/tvheadend/src/descrambler/libaesdec/libaesdec.c:25: undefined reference to `AES_set_decrypt_key'
/home/jp/tvheadend/build.linux/src/descrambler/libaesdec/libaesdec.o: In function `aes_set_odd_control_word':
/home/jp/tvheadend/src/descrambler/libaesdec/libaesdec.c:30: undefined reference to `AES_set_decrypt_key'
/home/jp/tvheadend/build.linux/src/descrambler/libaesdec/libaesdec.o: In function `aes_set_control_words':
/home/jp/tvheadend/src/descrambler/libaesdec/libaesdec.c:37: undefined reference to `AES_set_decrypt_key'
collect2: error: ld returned 1 exit status
make: *** [/home/jp/tvheadend/build.linux/tvheadend] Error 1
History
Updated by Jaroslav Kysela about 9 years ago
U AES_ecb_encrypt@@libcrypto.so.10 U AES_set_decrypt_key@@libcrypto.so.10
Do you have installed libcrypto in your system ?
Updated by JP G about 9 years ago
HI ,
libssl-dev & libcrypto++ are installed
is there any additional lib to be installed ?
Thanks in advance for your precious help
JP
Updated by JP G about 9 years ago
REsult of : root@str3:/lib/x86_64-linux-gnu# ls libcrypt*
is : libcrypt-2.19.so libcrypto.so.1.0.0 libcrypt.so.1
Updated by Jaroslav Kysela about 9 years ago
What does print this command: grep LDFLAGS .config.mk ?
Updated by JP G about 9 years ago
root@str3:/home/jp/tvheadend# grep LDFLAGS .config.mk
LDFLAGS += -ldvben50221 -ldvbapi -lucsi
Updated by Jaroslav Kysela about 9 years ago
It seems that the ssl libraries are not detected properly in your environment. What does ./configure say ?
Updated by JP G about 9 years ago
checking for pkg openssl ... /home/jp/tvheadend/support/configure.inc: line 215: pkg-config: command not found
fail (detected <none>)
checking for pkg libssl ... /home/jp/tvheadend/support/configure.inc: line 215: pkg-config: command not found
fail (detected <none>
any idea to solve ?
THANKS
JP
Updated by Mark Clarkstone about 9 years ago
JP G wrote:
checking for pkg openssl ... /home/jp/tvheadend/support/configure.inc: line 215: pkg-config: command not found
fail (detected <none>)
checking for pkg libssl ... /home/jp/tvheadend/support/configure.inc: line 215: pkg-config: command not found
fail (detected <none>any idea to solve ?
THANKS
JP
You're missing pkg-config, install it using
sudo apt-get install pkg-config
Updated by Jaroslav Kysela about 9 years ago
Just note: I added pkg-config check to configure to v4.1-644-g3385493 .