Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2013
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.40 KB | None | 0 0
  1. root@ubuntu:/home/digidude512/Desktop/opensn0w-master# sh autogen.sh
  2. *info* running aclocal (-I m4)
  3. *info* running autoheader
  4. *info* running autoconf
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking how to run the C preprocessor... gcc -E
  15. checking for grep that handles long lines and -e... /bin/grep
  16. checking for egrep... /bin/grep -E
  17. checking for ANSI C header files... yes
  18. checking for sys/types.h... yes
  19. checking for sys/stat.h... yes
  20. checking for stdlib.h... yes
  21. checking for string.h... yes
  22. checking for memory.h... yes
  23. checking for strings.h... yes
  24. checking for inttypes.h... yes
  25. checking for stdint.h... yes
  26. checking for unistd.h... yes
  27. checking minix/config.h usability... no
  28. checking minix/config.h presence... no
  29. checking for minix/config.h... no
  30. checking whether it is safe to define __EXTENSIONS__... yes
  31. checking for special C compiler options needed for large files... no
  32. checking for _FILE_OFFSET_BITS value needed for large files... no
  33. checking build system type... x86_64-unknown-linux-gnu
  34. checking host system type... x86_64-unknown-linux-gnu
  35. checking target system type... x86_64-unknown-linux-gnu
  36. checking for library containing strerror... none required
  37. checking for gcc... (cached) gcc
  38. checking whether we are using the GNU C compiler... (cached) yes
  39. checking whether gcc accepts -g... (cached) yes
  40. checking for gcc option to accept ISO C89... (cached) none needed
  41. checking whether ln -s works... yes
  42. checking for a BSD-compatible install... /usr/bin/install -c
  43. checking for rm... /bin/rm
  44. checking for mv... /bin/mv
  45. checking for cp... /bin/cp
  46. checking for ln... /bin/ln
  47. checking for tar... /bin/tar
  48. checking for ar... /usr/bin/ar
  49. checking for ranlib... /usr/bin/ranlib
  50. checking for xargs... /usr/bin/xargs
  51. checking for find... /usr/bin/find
  52. checking for uname... /bin/uname
  53. checking for inline... inline
  54. checking whether byte ordering is bigendian... no
  55. checking whether make sets $(MAKE)... yes
  56. checking how to generate dependency info... assuming gcc -MM
  57. checking for link.h... yes
  58. checking dlfcn.h usability... yes
  59. checking dlfcn.h presence... yes
  60. checking for dlfcn.h... yes
  61. checking for tput... /usr/bin/tput
  62. checking for shared library system... GNU
  63. checking whether we need an implib... no
  64. checking for strftime... yes
  65. checking for strdup... yes
  66. checking for inet_pton... yes
  67. checking for inet_ntop... yes
  68. checking for gettimeofday... yes
  69. checking for umask... yes
  70. checking for mmap... yes
  71. checking for arc4random... no
  72. checking for getrlimit... yes
  73. checking for fork... yes
  74. checking for getpid... yes
  75. checking for execve... yes
  76. checking for socket... yes
  77. checking for gethostbyname... yes
  78. checking for inflate... no
  79. checking for inflate in -lz... yes
  80. checking for dlsym in -ldl... yes
  81. checking for dlsym in -lelf... no
  82. checking for pthread_join in -lpthread... yes
  83. checking for libusb_init in -lusb-1.0... yes
  84. checking for readline in -lreadline... yes
  85. checking for curl_free in -lcurl... yes
  86. checking for curl_free in -lcurldll... no
  87. checking for SHA1_Init in -lcrypto... yes
  88. checking for SHA1_Init in -lssl... yes
  89. checking for stdbool.h that conforms to C99... yes
  90. checking for _Bool... yes
  91. checking for an ANSI C-conforming const... yes
  92. checking for uid_t in sys/types.h... yes
  93. checking for inline... (cached) inline
  94. checking whether byte ordering is bigendian... (cached) no
  95. checking for int16_t... yes
  96. checking for int32_t... yes
  97. checking for int8_t... yes
  98. checking for mode_t... yes
  99. checking for off_t... yes
  100. checking for pid_t... yes
  101. checking for size_t... yes
  102. checking for ssize_t... yes
  103. checking whether time.h and sys/time.h may both be included... yes
  104. checking for uint16_t... yes
  105. checking for uint32_t... yes
  106. checking for uint64_t... yes
  107. checking for uint8_t... yes
  108. checking for working volatile... yes
  109. checking for gcc option to accept ISO C99... -std=gnu99
  110. checking if you want to use absolute paths when building... #
  111. checking if you want FHS-like pathnames... no
  112. checking GCC flag(s) -std=gnu99... ok
  113. checking GCC flag(s) -Werror-implicit-function-declaration... ok
  114. checking if we should compile contrib modules... no
  115. no
  116. configure: touching .deps files
  117. configure: creating ./config.status
  118. config.status: creating buildsys.mk
  119. config.status: creating extra.mk
  120. config.status: creating include/config.h
  121. config.status: include/config.h is unchanged
  122.  
  123. Configuration:
  124. opensn0w version : 2.0.0
  125. Installation prefix : /usr/local/opensn0w
  126. Module root directory: /usr/local/opensn0w
  127. Config directory : ${prefix}/etc
  128. Contrib modules : no
  129. Stacktrace : no
  130. CFLAGS : -g -O2
  131.  
  132. Type make to build opensn0w, and make install to install it.
  133. root@ubuntu:/home/digidude512/Desktop/opensn0w-master# ./configure --prefix='/home/digidude512/opensn0w'
  134. checking for gcc... gcc
  135. checking whether the C compiler works... yes
  136. checking for C compiler default output file name... a.out
  137. checking for suffix of executables...
  138. checking whether we are cross compiling... no
  139. checking for suffix of object files... o
  140. checking whether we are using the GNU C compiler... yes
  141. checking whether gcc accepts -g... yes
  142. checking for gcc option to accept ISO C89... none needed
  143. checking how to run the C preprocessor... gcc -E
  144. checking for grep that handles long lines and -e... /bin/grep
  145. checking for egrep... /bin/grep -E
  146. checking for ANSI C header files... yes
  147. checking for sys/types.h... yes
  148. checking for sys/stat.h... yes
  149. checking for stdlib.h... yes
  150. checking for string.h... yes
  151. checking for memory.h... yes
  152. checking for strings.h... yes
  153. checking for inttypes.h... yes
  154. checking for stdint.h... yes
  155. checking for unistd.h... yes
  156. checking minix/config.h usability... no
  157. checking minix/config.h presence... no
  158. checking for minix/config.h... no
  159. checking whether it is safe to define __EXTENSIONS__... yes
  160. checking for special C compiler options needed for large files... no
  161. checking for _FILE_OFFSET_BITS value needed for large files... no
  162. checking build system type... x86_64-unknown-linux-gnu
  163. checking host system type... x86_64-unknown-linux-gnu
  164. checking target system type... x86_64-unknown-linux-gnu
  165. checking for library containing strerror... none required
  166. checking for gcc... (cached) gcc
  167. checking whether we are using the GNU C compiler... (cached) yes
  168. checking whether gcc accepts -g... (cached) yes
  169. checking for gcc option to accept ISO C89... (cached) none needed
  170. checking whether ln -s works... yes
  171. checking for a BSD-compatible install... /usr/bin/install -c
  172. checking for rm... /bin/rm
  173. checking for mv... /bin/mv
  174. checking for cp... /bin/cp
  175. checking for ln... /bin/ln
  176. checking for tar... /bin/tar
  177. checking for ar... /usr/bin/ar
  178. checking for ranlib... /usr/bin/ranlib
  179. checking for xargs... /usr/bin/xargs
  180. checking for find... /usr/bin/find
  181. checking for uname... /bin/uname
  182. checking for inline... inline
  183. checking whether byte ordering is bigendian... no
  184. checking whether make sets $(MAKE)... yes
  185. checking how to generate dependency info... assuming gcc -MM
  186. checking for link.h... yes
  187. checking dlfcn.h usability... yes
  188. checking dlfcn.h presence... yes
  189. checking for dlfcn.h... yes
  190. checking for tput... /usr/bin/tput
  191. checking for shared library system... GNU
  192. checking whether we need an implib... no
  193. checking for strftime... yes
  194. checking for strdup... yes
  195. checking for inet_pton... yes
  196. checking for inet_ntop... yes
  197. checking for gettimeofday... yes
  198. checking for umask... yes
  199. checking for mmap... yes
  200. checking for arc4random... no
  201. checking for getrlimit... yes
  202. checking for fork... yes
  203. checking for getpid... yes
  204. checking for execve... yes
  205. checking for socket... yes
  206. checking for gethostbyname... yes
  207. checking for inflate... no
  208. checking for inflate in -lz... yes
  209. checking for dlsym in -ldl... yes
  210. checking for dlsym in -lelf... no
  211. checking for pthread_join in -lpthread... yes
  212. checking for libusb_init in -lusb-1.0... yes
  213. checking for readline in -lreadline... yes
  214. checking for curl_free in -lcurl... yes
  215. checking for curl_free in -lcurldll... no
  216. checking for SHA1_Init in -lcrypto... yes
  217. checking for SHA1_Init in -lssl... yes
  218. checking for stdbool.h that conforms to C99... yes
  219. checking for _Bool... yes
  220. checking for an ANSI C-conforming const... yes
  221. checking for uid_t in sys/types.h... yes
  222. checking for inline... (cached) inline
  223. checking whether byte ordering is bigendian... (cached) no
  224. checking for int16_t... yes
  225. checking for int32_t... yes
  226. checking for int8_t... yes
  227. checking for mode_t... yes
  228. checking for off_t... yes
  229. checking for pid_t... yes
  230. checking for size_t... yes
  231. checking for ssize_t... yes
  232. checking whether time.h and sys/time.h may both be included... yes
  233. checking for uint16_t... yes
  234. checking for uint32_t... yes
  235. checking for uint64_t... yes
  236. checking for uint8_t... yes
  237. checking for working volatile... yes
  238. checking for gcc option to accept ISO C99... -std=gnu99
  239. checking if you want to use absolute paths when building... #
  240. checking if you want FHS-like pathnames... no
  241. checking GCC flag(s) -std=gnu99... ok
  242. checking GCC flag(s) -Werror-implicit-function-declaration... ok
  243. checking if we should compile contrib modules... no
  244. no
  245. configure: touching .deps files
  246. configure: creating ./config.status
  247. config.status: creating buildsys.mk
  248. config.status: creating extra.mk
  249. config.status: creating include/config.h
  250. config.status: include/config.h is unchanged
  251.  
  252. Configuration:
  253. opensn0w version : 2.0.0
  254. Installation prefix : /home/digidude512/opensn0w
  255. Module root directory: /home/digidude512/opensn0w
  256. Config directory : ${prefix}/etc
  257. Contrib modules : no
  258. Stacktrace : no
  259. CFLAGS : -g -O2
  260.  
  261. Type make to build opensn0w, and make install to install it.
  262. root@ubuntu:/home/digidude512/Desktop/opensn0w-master# make
  263. Entering directory libsn0wcore.
  264. Leaving directory libsn0wcore.
  265. Entering directory modules.
  266. Entering directory limera1n.
  267. Leaving directory limera1n.
  268. Entering directory steaks4uce.
  269. Leaving directory steaks4uce.
  270. Leaving directory modules.
  271. Entering directory src.
  272. Entering directory opensn0w_cli.
  273. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_open'
  274. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_set_interface_alt_setting'
  275. ../../libsn0wcore/libsn0wcore.so: undefined reference to `AES_set_decrypt_key'
  276. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_get_device_list'
  277. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_control_transfer'
  278. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_clear_halt'
  279. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_reset_device'
  280. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_exit'
  281. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_free_device_list'
  282. ../../libsn0wcore/libsn0wcore.so: undefined reference to `AES_set_encrypt_key'
  283. ../../libsn0wcore/libsn0wcore.so: undefined reference to `AES_cbc_encrypt'
  284. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_get_string_descriptor_ascii'
  285. ../../libsn0wcore/libsn0wcore.so: undefined reference to `SHA1_Init'
  286. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_get_device_descriptor'
  287. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_claim_interface'
  288. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_bulk_transfer'
  289. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_close'
  290. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_release_interface'
  291. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_init'
  292. ../../libsn0wcore/libsn0wcore.so: undefined reference to `SHA1_Update'
  293. ../../libsn0wcore/libsn0wcore.so: undefined reference to `SHA1_Final'
  294. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_set_configuration'
  295. ../../libsn0wcore/libsn0wcore.so: undefined reference to `libusb_get_configuration'
  296. collect2: ld returned 1 exit status
  297. Failed to link opensn0w_cli!
  298. make[5]: *** [opensn0w_cli] Error 1
  299. make[4]: *** [all] Error 2
  300. make[3]: *** [subdirs] Error 2
  301. make[2]: *** [all] Error 2
  302. make[1]: *** [subdirs] Error 2
  303. make: *** [all] Error 2
  304. root@ubuntu:/home/digidude512/Desktop/opensn0w-master#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement