Hi!
I am trying to install TurnServer in Ubuntu 7.04.
I already managed to run ./configure successfully, but make or
make-check return an error:
turnserver/turnserver-0.1$ make check
Making check in src
make[1]: Entering directory `/home/(...)/turnserver/turnserver-0.1/src'
gcc -std=c99 -Wall -Wextra -Wstrict-prototypes -Wredundant-decls
-Wshadow -Werror -pedantic -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600
-O2 -DNDEBUG -o turnserver turnserver.o protocol.o dbg.o util_sys.o
util_crypto.o tls_peer.o allocation.o account.o conf.o -lconfuse -lssl -lrt
conf.o: In function `turnserver_cfg_free':
conf.c:(.text+0x2c3): undefined reference to `cfg_yylex_destroy'
collect2: ld returned 1 exit status
make[1]: *** [turnserver] Error 1
make[1]: Leaving directory `/home/(...)/turnserver/turnserver-0.1/src'
make: *** [check-recursive] Error 1
Any idea why?
Cheers
Pedro Gonçalves
|