Project

General

Profile

Bug #3144

build failure

Added by JP G about 9 years ago. Updated about 9 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2015-10-09
Due date:
% Done:

0%

Estimated time:
Found in version:
last of October 9
Affected Versions:

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

#1

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 ?

#2

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

#3

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

#4

Updated by Jaroslav Kysela about 9 years ago

What does print this command: grep LDFLAGS .config.mk ?

#5

Updated by JP G about 9 years ago

root@str3:/home/jp/tvheadend# grep LDFLAGS .config.mk
LDFLAGS += -ldvben50221 -ldvbapi -lucsi

#6

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 ?

#7

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

#8

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

#9

Updated by JP G about 9 years ago

THANKS A LOT , it works perfectly now
:-)

#10

Updated by Jaroslav Kysela about 9 years ago

  • Status changed from New to Invalid
#11

Updated by Jaroslav Kysela about 9 years ago

Just note: I added pkg-config check to configure to v4.1-644-g3385493 .

Also available in: Atom PDF