Project

General

Profile

Actions

Bug #3144

closed

build failure

Added by JP G over 9 years ago. Updated over 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

Actions #1

Updated by Jaroslav Kysela over 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 ?

Actions #2

Updated by JP G over 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

Actions #3

Updated by JP G over 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

Actions #4

Updated by Jaroslav Kysela over 9 years ago

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

Actions #5

Updated by JP G over 9 years ago

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

Actions #6

Updated by Jaroslav Kysela over 9 years ago

It seems that the ssl libraries are not detected properly in your environment. What does ./configure say ?

Actions #7

Updated by JP G over 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

Actions #8

Updated by Mark Clarkstone over 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

Actions #9

Updated by JP G over 9 years ago

THANKS A LOT , it works perfectly now
:-)

Actions #10

Updated by Jaroslav Kysela over 9 years ago

  • Status changed from New to Invalid
Actions #11

Updated by Jaroslav Kysela over 9 years ago

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

Actions

Also available in: Atom PDF