Advertisement
Guest User

yle-dl asennus

a guest
Sep 18th, 2010
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.86 KB | None | 0 0
  1. planet@orbit:~/Downloads/yle/rtmpdump-yle-1.2.4$ ./configure-json-c
  2. Running configure in json-c-0.8
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking dependency style of gcc... gcc3
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking fcntl.h usability... yes
  33. checking fcntl.h presence... yes
  34. checking for fcntl.h... yes
  35. checking limits.h usability... yes
  36. checking limits.h presence... yes
  37. checking for limits.h... yes
  38. checking for strings.h... (cached) yes
  39. checking syslog.h usability... yes
  40. checking syslog.h presence... yes
  41. checking for syslog.h... yes
  42. checking for unistd.h... (cached) yes
  43. checking sys/param.h usability... yes
  44. checking sys/param.h presence... yes
  45. checking for sys/param.h... yes
  46. checking stdarg.h usability... yes
  47. checking stdarg.h presence... yes
  48. checking for stdarg.h... yes
  49. checking for an ANSI C-conforming const... yes
  50. checking for size_t... yes
  51. checking for vprintf... yes
  52. checking for _doprnt... no
  53. checking for working memcmp... yes
  54. checking for stdlib.h... (cached) yes
  55. checking for GNU libc compatible malloc... yes
  56. checking for stdlib.h... (cached) yes
  57. checking for GNU libc compatible realloc... yes
  58. checking for strndup... yes
  59. checking for strerror... yes
  60. checking for vsnprintf... yes
  61. checking for vasprintf... yes
  62. checking for open... yes
  63. checking for vsyslog... yes
  64. checking for strncasecmp... yes
  65. checking build system type... x86_64-unknown-linux-gnu
  66. checking host system type... x86_64-unknown-linux-gnu
  67. checking for a sed that does not truncate output... /bin/sed
  68. checking for fgrep... /bin/grep -F
  69. checking for ld used by gcc... /usr/bin/ld
  70. checking if the linker (/usr/bin/ld) is GNU ld... yes
  71. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  72. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  73. checking whether ln -s works... yes
  74. checking the maximum length of command line arguments... 1572864
  75. checking whether the shell understands some XSI constructs... yes
  76. checking whether the shell understands "+="... yes
  77. checking for /usr/bin/ld option to reload object files... -r
  78. checking how to recognize dependent libraries... pass_all
  79. checking for ar... ar
  80. checking for strip... strip
  81. checking for ranlib... ranlib
  82. checking command to parse /usr/bin/nm -B output from gcc object... ok
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if gcc supports -fno-rtti -fno-exceptions... no
  86. checking for gcc option to produce PIC... -fPIC -DPIC
  87. checking if gcc PIC flag -fPIC -DPIC works... yes
  88. checking if gcc static flag -static works... yes
  89. checking if gcc supports -c -o file.o... yes
  90. checking if gcc supports -c -o file.o... (cached) yes
  91. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... yes
  99. configure: creating ./config.status
  100. config.status: creating Makefile
  101. config.status: creating json.pc
  102. config.status: creating config.h
  103. config.status: config.h is unchanged
  104. config.status: executing depfiles commands
  105. config.status: executing libtool commands
  106. planet@orbit:~/Downloads/yle/rtmpdump-yle-1.2.4$ make SYS=posix
  107. make[1]: Entering directory `/home/planet/Downloads/yle/rtmpdump-yle-1.2.4/librtmp'
  108. gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c
  109. rtmp.c:40:25: error: openssl/ssl.h: No such file or directory
  110. rtmp.c:41:25: error: openssl/rc4.h: No such file or directory
  111. rtmp.c:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  112. In file included from rtmp.c:126:
  113. handshake.h:63:25: error: openssl/sha.h: No such file or directory
  114. handshake.h:64:26: error: openssl/hmac.h: No such file or directory
  115. handshake.h:67:2: error: #error Your OpenSSL is too old, need 0.9.8 or newer with SHA256
  116. In file included from rtmp.c:126:
  117. handshake.h:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  118. In file included from handshake.h:83,
  119. from rtmp.c:126:
  120. dh.h:125:24: error: openssl/bn.h: No such file or directory
  121. dh.h:126:24: error: openssl/dh.h: No such file or directory
  122. In file included from handshake.h:83,
  123. from rtmp.c:126:
  124. dh.h:128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  125. In file included from handshake.h:83,
  126. from rtmp.c:126:
  127. dh.h:155: error: expected ‘)’ before ‘y’
  128. dh.h:205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  129. dh.h:238: error: expected ‘)’ before ‘*’ token
  130. dh.h:272: error: expected ‘)’ before ‘*’ token
  131. dh.h:308: error: expected ‘)’ before ‘*’ token
  132. In file included from rtmp.c:126:
  133. handshake.h:113: error: expected declaration specifiers or ‘...’ before ‘RC4_handle’
  134. handshake.h:113: error: expected declaration specifiers or ‘...’ before ‘RC4_handle’
  135. handshake.h: In function ‘InitRC4Encryption’:
  136. handshake.h:115: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  137. handshake.h:115: error: (Each undeclared identifier is reported only once
  138. handshake.h:115: error: for each function it appears in.)
  139. handshake.h:117: error: ‘HMAC_CTX’ undeclared (first use in this function)
  140. handshake.h:117: error: expected ‘;’ before ‘ctx’
  141. handshake.h:119: error: ‘rc4keyIn’ undeclared (first use in this function)
  142. handshake.h:119: error: ‘RC4_KEY’ undeclared (first use in this function)
  143. handshake.h:120: error: ‘rc4keyOut’ undeclared (first use in this function)
  144. handshake.h:122: warning: implicit declaration of function ‘HMAC_CTX_init’
  145. handshake.h:122: error: ‘ctx’ undeclared (first use in this function)
  146. handshake.h:122: warning: implicit declaration of function ‘HMAC_Init_ex’
  147. handshake.h:122: warning: implicit declaration of function ‘EVP_sha256’
  148. handshake.h:123: warning: implicit declaration of function ‘HMAC_Update’
  149. handshake.h:124: warning: implicit declaration of function ‘HMAC_Final’
  150. handshake.h:124: warning: implicit declaration of function ‘HMAC_CTX_cleanup’
  151. handshake.h:129: warning: implicit declaration of function ‘RC4_set_key’
  152. handshake.h:115: warning: unused variable ‘digest’
  153. handshake.h: In function ‘HMACsha256’:
  154. handshake.h:266: error: ‘HMAC_CTX’ undeclared (first use in this function)
  155. handshake.h:266: error: expected ‘;’ before ‘ctx’
  156. handshake.h:268: error: ‘ctx’ undeclared (first use in this function)
  157. handshake.h: In function ‘CalculateDigest’:
  158. handshake.h:279: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  159. handshake.h:280: warning: unused variable ‘message’
  160. handshake.h: In function ‘VerifyDigest’:
  161. handshake.h:294: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  162. handshake.h:294: warning: unused variable ‘calcDigest’
  163. handshake.h: In function ‘HandShake’:
  164. handshake.h:369: error: ‘RC4_handle’ undeclared (first use in this function)
  165. handshake.h:369: error: expected ‘;’ before ‘keyIn’
  166. handshake.h:370: error: expected ‘;’ before ‘keyOut’
  167. handshake.h:438: warning: implicit declaration of function ‘DHInit’
  168. handshake.h:438: warning: assignment makes pointer from integer without a cast
  169. handshake.h:449: warning: implicit declaration of function ‘DHGenerateKey’
  170. handshake.h:456: warning: implicit declaration of function ‘DHGetPublicKey’
  171. handshake.h:472: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  172. In file included from rtmp.c:126:
  173. handshake.h:559: warning: implicit declaration of function ‘DHComputeSharedSecretKey’
  174. handshake.h:573: error: ‘keyIn’ undeclared (first use in this function)
  175. handshake.h:573: error: ‘keyOut’ undeclared (first use in this function)
  176. handshake.h:573: error: too many arguments to function ‘InitRC4Encryption’
  177. handshake.h:513: warning: unused variable ‘digestResp’
  178. handshake.h:719: warning: implicit declaration of function ‘RC4’
  179. handshake.h:651: warning: unused variable ‘digest’
  180. handshake.h:650: warning: unused variable ‘signature’
  181. handshake.h: In function ‘SHandShake’:
  182. handshake.h:747: error: ‘RC4_handle’ undeclared (first use in this function)
  183. handshake.h:747: error: expected ‘;’ before ‘keyIn’
  184. handshake.h:748: error: expected ‘;’ before ‘keyOut’
  185. handshake.h:830: warning: assignment makes pointer from integer without a cast
  186. handshake.h:865: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  187. handshake.h:947: error: ‘keyIn’ undeclared (first use in this function)
  188. handshake.h:947: error: ‘keyOut’ undeclared (first use in this function)
  189. handshake.h:947: error: too many arguments to function ‘InitRC4Encryption’
  190. handshake.h:884: warning: unused variable ‘digestResp’
  191. handshake.h:1013: warning: unused variable ‘digest’
  192. handshake.h:1012: warning: unused variable ‘signature’
  193. rtmp.c: In function ‘RTMP_TLS_Init’:
  194. rtmp.c:219: warning: implicit declaration of function ‘SSL_load_error_strings’
  195. rtmp.c:220: warning: implicit declaration of function ‘SSL_library_init’
  196. rtmp.c:221: warning: implicit declaration of function ‘OpenSSL_add_all_digests’
  197. rtmp.c:222: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
  198. rtmp.c:222: warning: implicit declaration of function ‘SSL_CTX_new’
  199. rtmp.c:222: warning: implicit declaration of function ‘SSLv23_method’
  200. rtmp.c:223: warning: implicit declaration of function ‘SSL_CTX_set_options’
  201. rtmp.c:223: error: ‘SSL_OP_ALL’ undeclared (first use in this function)
  202. rtmp.c:224: warning: implicit declaration of function ‘SSL_CTX_set_default_verify_paths’
  203. rtmp.c: In function ‘RTMP_Init’:
  204. rtmp.c:245: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
  205. rtmp.c: In function ‘RTMP_Connect1’:
  206. rtmp.c:861: warning: implicit declaration of function ‘SSL_new’
  207. rtmp.c:861: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
  208. rtmp.c:862: warning: implicit declaration of function ‘SSL_set_fd’
  209. rtmp.c:863: warning: implicit declaration of function ‘SSL_connect’
  210. rtmp.c: In function ‘RTMP_Close’:
  211. rtmp.c:3486: warning: implicit declaration of function ‘DH_free’
  212. rtmp.c: In function ‘RTMPSockBuf_Fill’:
  213. rtmp.c:3516: warning: implicit declaration of function ‘SSL_read’
  214. rtmp.c: In function ‘RTMPSockBuf_Send’:
  215. rtmp.c:3559: warning: implicit declaration of function ‘SSL_write’
  216. rtmp.c: In function ‘RTMPSockBuf_Close’:
  217. rtmp.c:3575: warning: implicit declaration of function ‘SSL_shutdown’
  218. rtmp.c:3576: warning: implicit declaration of function ‘SSL_free’
  219. make[1]: *** [rtmp.o] Error 1
  220. make[1]: Leaving directory `/home/planet/Downloads/yle/rtmpdump-yle-1.2.4/librtmp'
  221. make: *** [librtmp/librtmp.a] Error 2
  222. planet@orbit:~/Downloads/yle/rtmpdump-yle-1.2.4$ sudo make install
  223. make[1]: Entering directory `/home/planet/Downloads/yle/rtmpdump-yle-1.2.4/librtmp'
  224. gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c
  225. rtmp.c:40:25: error: openssl/ssl.h: No such file or directory
  226. rtmp.c:41:25: error: openssl/rc4.h: No such file or directory
  227. rtmp.c:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  228. In file included from rtmp.c:126:
  229. handshake.h:63:25: error: openssl/sha.h: No such file or directory
  230. handshake.h:64:26: error: openssl/hmac.h: No such file or directory
  231. handshake.h:67:2: error: #error Your OpenSSL is too old, need 0.9.8 or newer with SHA256
  232. In file included from rtmp.c:126:
  233. handshake.h:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  234. In file included from handshake.h:83,
  235. from rtmp.c:126:
  236. dh.h:125:24: error: openssl/bn.h: No such file or directory
  237. dh.h:126:24: error: openssl/dh.h: No such file or directory
  238. In file included from handshake.h:83,
  239. from rtmp.c:126:
  240. dh.h:128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  241. In file included from handshake.h:83,
  242. from rtmp.c:126:
  243. dh.h:155: error: expected ‘)’ before ‘y’
  244. dh.h:205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  245. dh.h:238: error: expected ‘)’ before ‘*’ token
  246. dh.h:272: error: expected ‘)’ before ‘*’ token
  247. dh.h:308: error: expected ‘)’ before ‘*’ token
  248. In file included from rtmp.c:126:
  249. handshake.h:113: error: expected declaration specifiers or ‘...’ before ‘RC4_handle’
  250. handshake.h:113: error: expected declaration specifiers or ‘...’ before ‘RC4_handle’
  251. handshake.h: In function ‘InitRC4Encryption’:
  252. handshake.h:115: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  253. handshake.h:115: error: (Each undeclared identifier is reported only once
  254. handshake.h:115: error: for each function it appears in.)
  255. handshake.h:117: error: ‘HMAC_CTX’ undeclared (first use in this function)
  256. handshake.h:117: error: expected ‘;’ before ‘ctx’
  257. handshake.h:119: error: ‘rc4keyIn’ undeclared (first use in this function)
  258. handshake.h:119: error: ‘RC4_KEY’ undeclared (first use in this function)
  259. handshake.h:120: error: ‘rc4keyOut’ undeclared (first use in this function)
  260. handshake.h:122: warning: implicit declaration of function ‘HMAC_CTX_init’
  261. handshake.h:122: error: ‘ctx’ undeclared (first use in this function)
  262. handshake.h:122: warning: implicit declaration of function ‘HMAC_Init_ex’
  263. handshake.h:122: warning: implicit declaration of function ‘EVP_sha256’
  264. handshake.h:123: warning: implicit declaration of function ‘HMAC_Update’
  265. handshake.h:124: warning: implicit declaration of function ‘HMAC_Final’
  266. handshake.h:124: warning: implicit declaration of function ‘HMAC_CTX_cleanup’
  267. handshake.h:129: warning: implicit declaration of function ‘RC4_set_key’
  268. handshake.h:115: warning: unused variable ‘digest’
  269. handshake.h: In function ‘HMACsha256’:
  270. handshake.h:266: error: ‘HMAC_CTX’ undeclared (first use in this function)
  271. handshake.h:266: error: expected ‘;’ before ‘ctx’
  272. handshake.h:268: error: ‘ctx’ undeclared (first use in this function)
  273. handshake.h: In function ‘CalculateDigest’:
  274. handshake.h:279: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  275. handshake.h:280: warning: unused variable ‘message’
  276. handshake.h: In function ‘VerifyDigest’:
  277. handshake.h:294: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  278. handshake.h:294: warning: unused variable ‘calcDigest’
  279. handshake.h: In function ‘HandShake’:
  280. handshake.h:369: error: ‘RC4_handle’ undeclared (first use in this function)
  281. handshake.h:369: error: expected ‘;’ before ‘keyIn’
  282. handshake.h:370: error: expected ‘;’ before ‘keyOut’
  283. handshake.h:438: warning: implicit declaration of function ‘DHInit’
  284. handshake.h:438: warning: assignment makes pointer from integer without a cast
  285. handshake.h:449: warning: implicit declaration of function ‘DHGenerateKey’
  286. handshake.h:456: warning: implicit declaration of function ‘DHGetPublicKey’
  287. handshake.h:472: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  288. In file included from rtmp.c:126:
  289. handshake.h:559: warning: implicit declaration of function ‘DHComputeSharedSecretKey’
  290. handshake.h:573: error: ‘keyIn’ undeclared (first use in this function)
  291. handshake.h:573: error: ‘keyOut’ undeclared (first use in this function)
  292. handshake.h:573: error: too many arguments to function ‘InitRC4Encryption’
  293. handshake.h:513: warning: unused variable ‘digestResp’
  294. handshake.h:719: warning: implicit declaration of function ‘RC4’
  295. handshake.h:651: warning: unused variable ‘digest’
  296. handshake.h:650: warning: unused variable ‘signature’
  297. handshake.h: In function ‘SHandShake’:
  298. handshake.h:747: error: ‘RC4_handle’ undeclared (first use in this function)
  299. handshake.h:747: error: expected ‘;’ before ‘keyIn’
  300. handshake.h:748: error: expected ‘;’ before ‘keyOut’
  301. handshake.h:830: warning: assignment makes pointer from integer without a cast
  302. handshake.h:865: error: ‘SHA256_DIGEST_LENGTH’ undeclared (first use in this function)
  303. handshake.h:947: error: ‘keyIn’ undeclared (first use in this function)
  304. handshake.h:947: error: ‘keyOut’ undeclared (first use in this function)
  305. handshake.h:947: error: too many arguments to function ‘InitRC4Encryption’
  306. handshake.h:884: warning: unused variable ‘digestResp’
  307. handshake.h:1013: warning: unused variable ‘digest’
  308. handshake.h:1012: warning: unused variable ‘signature’
  309. rtmp.c: In function ‘RTMP_TLS_Init’:
  310. rtmp.c:219: warning: implicit declaration of function ‘SSL_load_error_strings’
  311. rtmp.c:220: warning: implicit declaration of function ‘SSL_library_init’
  312. rtmp.c:221: warning: implicit declaration of function ‘OpenSSL_add_all_digests’
  313. rtmp.c:222: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
  314. rtmp.c:222: warning: implicit declaration of function ‘SSL_CTX_new’
  315. rtmp.c:222: warning: implicit declaration of function ‘SSLv23_method’
  316. rtmp.c:223: warning: implicit declaration of function ‘SSL_CTX_set_options’
  317. rtmp.c:223: error: ‘SSL_OP_ALL’ undeclared (first use in this function)
  318. rtmp.c:224: warning: implicit declaration of function ‘SSL_CTX_set_default_verify_paths’
  319. rtmp.c: In function ‘RTMP_Init’:
  320. rtmp.c:245: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
  321. rtmp.c: In function ‘RTMP_Connect1’:
  322. rtmp.c:861: warning: implicit declaration of function ‘SSL_new’
  323. rtmp.c:861: error: ‘RTMP_TLS_ctx’ undeclared (first use in this function)
  324. rtmp.c:862: warning: implicit declaration of function ‘SSL_set_fd’
  325. rtmp.c:863: warning: implicit declaration of function ‘SSL_connect’
  326. rtmp.c: In function ‘RTMP_Close’:
  327. rtmp.c:3486: warning: implicit declaration of function ‘DH_free’
  328. rtmp.c: In function ‘RTMPSockBuf_Fill’:
  329. rtmp.c:3516: warning: implicit declaration of function ‘SSL_read’
  330. rtmp.c: In function ‘RTMPSockBuf_Send’:
  331. rtmp.c:3559: warning: implicit declaration of function ‘SSL_write’
  332. rtmp.c: In function ‘RTMPSockBuf_Close’:
  333. rtmp.c:3575: warning: implicit declaration of function ‘SSL_shutdown’
  334. rtmp.c:3576: warning: implicit declaration of function ‘SSL_free’
  335. make[1]: *** [rtmp.o] Error 1
  336. make[1]: Leaving directory `/home/planet/Downloads/yle/rtmpdump-yle-1.2.4/librtmp'
  337. make: *** [librtmp/librtmp.a] Error 2
  338. planet@orbit:~/Downloads/yle/rtmpdump-yle-1.2.4$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement