Guest User

Luci compile failed

a guest
May 3rd, 2012
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.04 KB | None | 0 0
  1. touch .running-sdk
  2. make -C libs/lmo CC="cc" CFLAGS="" LDFLAGS="" SDK="1" host-install
  3. make[1]: Entering directory `/home/martin/luci/libs/lmo'
  4. rm -f src/*.o src/lookup src/po2lmo src/lmo.so
  5. rm -f ../../build/po2lmo
  6. cc --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_core.o src/lmo_core.c
  7. cc --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_hash.o src/lmo_hash.c
  8. cc --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_po2lmo.o src/lmo_po2lmo.c
  9. cc -o src/po2lmo src/lmo_core.o src/lmo_hash.o src/lmo_po2lmo.o
  10. cp src/po2lmo ../../build/po2lmo
  11. make[1]: Leaving directory `/home/martin/luci/libs/lmo'
  12. for i in contrib/* applications/* libs/* modules/* themes/* i18n/*; do \
  13. make -C$i SDK="1" compile || { \
  14. echo "*** Compilation of $i failed!"; \
  15. exit 1; \
  16. }; \
  17. done
  18. make[1]: Entering directory `/home/martin/luci/contrib/fwd'
  19. make[1]: Nothing to be done for `compile'.
  20. make[1]: Leaving directory `/home/martin/luci/contrib/fwd'
  21. make[1]: Entering directory `/home/martin/luci/contrib/lar'
  22. make[1]: Nothing to be done for `compile'.
  23. make[1]: Leaving directory `/home/martin/luci/contrib/lar'
  24. make[1]: Entering directory `/home/martin/luci/contrib/luadoc'
  25. make[1]: Nothing to be done for `compile'.
  26. make[1]: Leaving directory `/home/martin/luci/contrib/luadoc'
  27. make[1]: Entering directory `/home/martin/luci/contrib/luasrcdiet'
  28. make[1]: Nothing to be done for `compile'.
  29. make[1]: Leaving directory `/home/martin/luci/contrib/luasrcdiet'
  30. make[1]: Entering directory `/home/martin/luci/contrib/package'
  31. make[1]: Nothing to be done for `compile'.
  32. make[1]: Leaving directory `/home/martin/luci/contrib/package'
  33. make[1]: Entering directory `/home/martin/luci/contrib/uci'
  34. make -C uci.git CC=gcc CFLAGS="-O2" LDFLAGS="" OS="Linux"
  35. make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git'
  36. make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git'
  37. mkdir -p dist/usr/lib dist/usr/bin
  38. make -C uci.git install DESTDIR=../dist prefix=/usr
  39. make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git'
  40. mkdir -p ../dist/usr/lib
  41. install -m0755 libuci.so.0.8 ../dist/usr/lib/
  42. ln -sf libuci.so.0.8 ../dist/usr/lib/libuci.so
  43. mkdir -p ../dist/usr/bin
  44. install -m0755 uci ../dist/usr/bin/
  45. mkdir -p ../dist/usr/lib
  46. mkdir -p ../dist/usr/include
  47. install -m0644 libuci.a ../dist/usr/lib/
  48. install -m0644 uci_config.h uci.h ucimap.h ../dist/usr/include/
  49. make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git'
  50. make -C uci.git/lua CC=gcc CFLAGS="-O2" LDFLAGS="" OS="Linux"
  51. make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git/lua'
  52. make[2]: Nothing to be done for `all'.
  53. make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git/lua'
  54. make -C uci.git/lua install DESTDIR=../../dist luadir=/usr/lib/lua
  55. make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git/lua'
  56. mkdir -p ../../dist/usr/lib/lua
  57. install -m0644 uci.so ../../dist/usr/lib/lua/
  58. make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git/lua'
  59. make[1]: Leaving directory `/home/martin/luci/contrib/uci'
  60. make[1]: Entering directory `/home/martin/luci/contrib/uhttpd'
  61. (cd uhttpd-src; make LUA_SUPPORT=0 TLS_SUPPORT=0 CGI_SUPPORT=1)
  62. make[2]: Entering directory `/home/martin/luci/contrib/uhttpd/uhttpd-src'
  63. cc -o uhttpd -L./lua-5.1.4/src uhttpd.o uhttpd-file.o uhttpd-utils.o uhttpd-cgi.o -Wl,--export-dynamic -lcrypt -ldl
  64. make[2]: Leaving directory `/home/martin/luci/contrib/uhttpd/uhttpd-src'
  65. mkdir -p dist/usr/sbin
  66. cp uhttpd-src/uhttpd dist/usr/sbin
  67. make[1]: Leaving directory `/home/martin/luci/contrib/uhttpd'
  68. make[1]: Entering directory `/home/martin/luci/applications/freifunk-community'
  69. make[1]: Nothing to be done for `compile'.
  70. make[1]: Leaving directory `/home/martin/luci/applications/freifunk-community'
  71. make[1]: Entering directory `/home/martin/luci/applications/luci-ahcp'
  72. make[1]: Nothing to be done for `compile'.
  73. make[1]: Leaving directory `/home/martin/luci/applications/luci-ahcp'
  74. make[1]: Entering directory `/home/martin/luci/applications/luci-ddns'
  75. make[1]: Nothing to be done for `compile'.
  76. make[1]: Leaving directory `/home/martin/luci/applications/luci-ddns'
  77. make[1]: Entering directory `/home/martin/luci/applications/luci-diag-core'
  78. make[1]: Nothing to be done for `compile'.
  79. make[1]: Leaving directory `/home/martin/luci/applications/luci-diag-core'
  80. make[1]: Entering directory `/home/martin/luci/applications/luci-diag-devinfo'
  81. make[1]: Nothing to be done for `compile'.
  82. make[1]: Leaving directory `/home/martin/luci/applications/luci-diag-devinfo'
  83. make[1]: Entering directory `/home/martin/luci/applications/luci-firewall'
  84. make[1]: Nothing to be done for `compile'.
  85. make[1]: Leaving directory `/home/martin/luci/applications/luci-firewall'
  86. make[1]: Entering directory `/home/martin/luci/applications/luci-freifunk-policyrouting'
  87. make[1]: Nothing to be done for `compile'.
  88. make[1]: Leaving directory `/home/martin/luci/applications/luci-freifunk-policyrouting'
  89. make[1]: Entering directory `/home/martin/luci/applications/luci-hd-idle'
  90. make[1]: Nothing to be done for `compile'.
  91. make[1]: Leaving directory `/home/martin/luci/applications/luci-hd-idle'
  92. make[1]: Entering directory `/home/martin/luci/applications/luci-lqtapifoss'
  93. make[1]: Nothing to be done for `compile'.
  94. make[1]: Leaving directory `/home/martin/luci/applications/luci-lqtapifoss'
  95. make[1]: Entering directory `/home/martin/luci/applications/luci-meshwizard'
  96. make[1]: Nothing to be done for `compile'.
  97. make[1]: Leaving directory `/home/martin/luci/applications/luci-meshwizard'
  98. make[1]: Entering directory `/home/martin/luci/applications/luci-mmc-over-gpio'
  99. make[1]: Nothing to be done for `compile'.
  100. make[1]: Leaving directory `/home/martin/luci/applications/luci-mmc-over-gpio'
  101. make[1]: Entering directory `/home/martin/luci/applications/luci-multiwan'
  102. make[1]: Nothing to be done for `compile'.
  103. make[1]: Leaving directory `/home/martin/luci/applications/luci-multiwan'
  104. make[1]: Entering directory `/home/martin/luci/applications/luci-ntpc'
  105. make[1]: Nothing to be done for `compile'.
  106. make[1]: Leaving directory `/home/martin/luci/applications/luci-ntpc'
  107. make[1]: Entering directory `/home/martin/luci/applications/luci-olsr'
  108. make[1]: Nothing to be done for `compile'.
  109. make[1]: Leaving directory `/home/martin/luci/applications/luci-olsr'
  110. make[1]: Entering directory `/home/martin/luci/applications/luci-olsr-services'
  111. make[1]: Nothing to be done for `compile'.
  112. make[1]: Leaving directory `/home/martin/luci/applications/luci-olsr-services'
  113. make[1]: Entering directory `/home/martin/luci/applications/luci-olsr-viz'
  114. make[1]: Nothing to be done for `compile'.
  115. make[1]: Leaving directory `/home/martin/luci/applications/luci-olsr-viz'
  116. make[1]: Entering directory `/home/martin/luci/applications/luci-openvpn'
  117. make[1]: Nothing to be done for `compile'.
  118. make[1]: Leaving directory `/home/martin/luci/applications/luci-openvpn'
  119. make[1]: Entering directory `/home/martin/luci/applications/luci-p2pblock'
  120. make[1]: Nothing to be done for `compile'.
  121. make[1]: Leaving directory `/home/martin/luci/applications/luci-p2pblock'
  122. make[1]: Entering directory `/home/martin/luci/applications/luci-p910nd'
  123. make[1]: Nothing to be done for `compile'.
  124. make[1]: Leaving directory `/home/martin/luci/applications/luci-p910nd'
  125. make[1]: Entering directory `/home/martin/luci/applications/luci-pbx'
  126. make[1]: Nothing to be done for `compile'.
  127. make[1]: Leaving directory `/home/martin/luci/applications/luci-pbx'
  128. make[1]: Entering directory `/home/martin/luci/applications/luci-pbx-voicemail'
  129. make[1]: Nothing to be done for `compile'.
  130. make[1]: Leaving directory `/home/martin/luci/applications/luci-pbx-voicemail'
  131. make[1]: Entering directory `/home/martin/luci/applications/luci-polipo'
  132. make[1]: Nothing to be done for `compile'.
  133. make[1]: Leaving directory `/home/martin/luci/applications/luci-polipo'
  134. make[1]: Entering directory `/home/martin/luci/applications/luci-qos'
  135. make[1]: Nothing to be done for `compile'.
  136. make[1]: Leaving directory `/home/martin/luci/applications/luci-qos'
  137. make[1]: Entering directory `/home/martin/luci/applications/luci-radvd'
  138. make[1]: Nothing to be done for `compile'.
  139. make[1]: Leaving directory `/home/martin/luci/applications/luci-radvd'
  140. make[1]: Entering directory `/home/martin/luci/applications/luci-samba'
  141. make[1]: Nothing to be done for `compile'.
  142. make[1]: Leaving directory `/home/martin/luci/applications/luci-samba'
  143. make[1]: Entering directory `/home/martin/luci/applications/luci-siitwizard'
  144. make[1]: Nothing to be done for `compile'.
  145. make[1]: Leaving directory `/home/martin/luci/applications/luci-siitwizard'
  146. make[1]: Entering directory `/home/martin/luci/applications/luci-splash'
  147. make[1]: Nothing to be done for `compile'.
  148. make[1]: Leaving directory `/home/martin/luci/applications/luci-splash'
  149. make[1]: Entering directory `/home/martin/luci/applications/luci-statistics'
  150. make[1]: Nothing to be done for `compile'.
  151. make[1]: Leaving directory `/home/martin/luci/applications/luci-statistics'
  152. make[1]: Entering directory `/home/martin/luci/applications/luci-tinyproxy'
  153. make[1]: Nothing to be done for `compile'.
  154. make[1]: Leaving directory `/home/martin/luci/applications/luci-tinyproxy'
  155. make[1]: Entering directory `/home/martin/luci/applications/luci-upnp'
  156. make[1]: Nothing to be done for `compile'.
  157. make[1]: Leaving directory `/home/martin/luci/applications/luci-upnp'
  158. make[1]: Entering directory `/home/martin/luci/applications/luci-ushare'
  159. make[1]: Nothing to be done for `compile'.
  160. make[1]: Leaving directory `/home/martin/luci/applications/luci-ushare'
  161. make[1]: Entering directory `/home/martin/luci/applications/luci-vnstat'
  162. make[1]: Nothing to be done for `compile'.
  163. make[1]: Leaving directory `/home/martin/luci/applications/luci-vnstat'
  164. make[1]: Entering directory `/home/martin/luci/applications/luci-voice-core'
  165. make[1]: Nothing to be done for `compile'.
  166. make[1]: Leaving directory `/home/martin/luci/applications/luci-voice-core'
  167. make[1]: Entering directory `/home/martin/luci/applications/luci-voice-diag'
  168. make[1]: Nothing to be done for `compile'.
  169. make[1]: Leaving directory `/home/martin/luci/applications/luci-voice-diag'
  170. make[1]: Entering directory `/home/martin/luci/applications/luci-wol'
  171. make[1]: Nothing to be done for `compile'.
  172. make[1]: Leaving directory `/home/martin/luci/applications/luci-wol'
  173. make[1]: Entering directory `/home/martin/luci/applications/luci-wshaper'
  174. make[1]: Nothing to be done for `compile'.
  175. make[1]: Leaving directory `/home/martin/luci/applications/luci-wshaper'
  176. make[1]: Entering directory `/home/martin/luci/applications/myapplication'
  177. make[1]: Nothing to be done for `compile'.
  178. make[1]: Leaving directory `/home/martin/luci/applications/myapplication'
  179. make[1]: Entering directory `/home/martin/luci/libs/core'
  180. make[1]: Nothing to be done for `compile'.
  181. make[1]: Leaving directory `/home/martin/luci/libs/core'
  182. make[1]: Entering directory `/home/martin/luci/libs/fastindex'
  183. mkdir -p dist/usr/lib/lua/luci
  184. gcc -shared -o dist/usr/lib/lua/luci/fastindex.so src/fastindex.o -llua5.1
  185. make[1]: Leaving directory `/home/martin/luci/libs/fastindex'
  186. make[1]: Entering directory `/home/martin/luci/libs/httpclient'
  187. make[1]: Nothing to be done for `compile'.
  188. make[1]: Leaving directory `/home/martin/luci/libs/httpclient'
  189. make[1]: Entering directory `/home/martin/luci/libs/ipkg'
  190. make[1]: Nothing to be done for `compile'.
  191. make[1]: Leaving directory `/home/martin/luci/libs/ipkg'
  192. make[1]: Entering directory `/home/martin/luci/libs/json'
  193. make[1]: Nothing to be done for `compile'.
  194. make[1]: Leaving directory `/home/martin/luci/libs/json'
  195. make[1]: Entering directory `/home/martin/luci/libs/lmo'
  196. rm -f src/*.o src/lookup src/po2lmo src/lmo.so
  197. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_core.o src/lmo_core.c
  198. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_hash.o src/lmo_hash.c
  199. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_po2lmo.o src/lmo_po2lmo.c
  200. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_lookup.o src/lmo_lookup.c
  201. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_lualib.o src/lmo_lualib.c
  202. gcc -shared -o src/lmo.so \
  203. src/lmo_core.o src/lmo_hash.o src/lmo_lualib.o
  204. gcc -o src/po2lmo src/lmo_core.o src/lmo_hash.o src/lmo_po2lmo.o
  205. gcc -o src/lookup src/lmo_core.o src/lmo_hash.o src/lmo_lookup.o
  206. mkdir -p dist/usr/lib/lua
  207. cp src/lmo.so dist/usr/lib/lua/lmo.so
  208. make[1]: Leaving directory `/home/martin/luci/libs/lmo'
  209. make[1]: Entering directory `/home/martin/luci/libs/lucid'
  210. make[1]: Nothing to be done for `compile'.
  211. make[1]: Leaving directory `/home/martin/luci/libs/lucid'
  212. make[1]: Entering directory `/home/martin/luci/libs/lucid-http'
  213. make[1]: Nothing to be done for `compile'.
  214. make[1]: Leaving directory `/home/martin/luci/libs/lucid-http'
  215. make[1]: Entering directory `/home/martin/luci/libs/lucid-rpc'
  216. make[1]: Nothing to be done for `compile'.
  217. make[1]: Leaving directory `/home/martin/luci/libs/lucid-rpc'
  218. make[1]: Entering directory `/home/martin/luci/libs/nixio'
  219. gcc -shared -lcrypt -lssl -lcrypto -o src/nixio.so src/nixio.o src/socket.o src/sockopt.o src/bind.o src/address.o src/protoent.o src/poll.o src/io.o src/file.o src/splice.o src/process.o src/syslog.o src/bit.o src/binary.o src/fs.o src/user.o src/tls-crypto.o src/tls-context.o src/tls-socket.o
  220. mkdir -p dist/usr/lib/lua
  221. cp src/nixio.so dist/usr/lib/lua/nixio.so
  222. make[1]: Leaving directory `/home/martin/luci/libs/nixio'
  223. make[1]: Entering directory `/home/martin/luci/libs/px5g'
  224. gcc -shared -o src/px5g.so src/px5g.o src/library/bignum.o src/library/havege.o src/library/rsa.o src/library/sha1.o src/library/timing.o src/library/x509write.o
  225. mkdir -p dist/usr/lib/lua
  226. cp src/px5g.so dist/usr/lib/lua/px5g.so
  227. make[1]: Leaving directory `/home/martin/luci/libs/px5g'
  228. make[1]: Entering directory `/home/martin/luci/libs/rpcc'
  229. make[1]: Nothing to be done for `compile'.
  230. make[1]: Leaving directory `/home/martin/luci/libs/rpcc'
  231. make[1]: Entering directory `/home/martin/luci/libs/sgi-cgi'
  232. make[1]: Nothing to be done for `compile'.
  233. make[1]: Leaving directory `/home/martin/luci/libs/sgi-cgi'
  234. make[1]: Entering directory `/home/martin/luci/libs/sgi-luci'
  235. make[1]: Nothing to be done for `compile'.
  236. make[1]: Leaving directory `/home/martin/luci/libs/sgi-luci'
  237. make[1]: Entering directory `/home/martin/luci/libs/sgi-uhttpd'
  238. make[1]: Nothing to be done for `compile'.
  239. make[1]: Leaving directory `/home/martin/luci/libs/sgi-uhttpd'
  240. make[1]: Entering directory `/home/martin/luci/libs/sgi-wsapi'
  241. make[1]: Nothing to be done for `compile'.
  242. make[1]: Leaving directory `/home/martin/luci/libs/sgi-wsapi'
  243. make[1]: Entering directory `/home/martin/luci/libs/sys'
  244. make[1]: Nothing to be done for `compile'.
  245. make[1]: Leaving directory `/home/martin/luci/libs/sys'
  246. make[1]: Entering directory `/home/martin/luci/libs/web'
  247. rm -f src/*.o src/parser.so
  248. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/template_parser.o src/template_parser.c
  249. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/template_utils.o src/template_utils.c
  250. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/template_lualib.o src/template_lualib.c
  251. gcc -shared -o src/parser.so \
  252. src/template_parser.o src/template_utils.o src/template_lualib.o
  253. mkdir -p dist/usr/lib/lua/luci/template
  254. cp src/parser.so dist/usr/lib/lua/luci/template/parser.so
  255. make[1]: Leaving directory `/home/martin/luci/libs/web'
  256. make[1]: Entering directory `/home/martin/luci/modules/admin-core'
  257. make[1]: Nothing to be done for `compile'.
  258. make[1]: Leaving directory `/home/martin/luci/modules/admin-core'
  259. make[1]: Entering directory `/home/martin/luci/modules/admin-full'
  260. rm -f src/*.o src/luci-bwc
  261. gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/luci-bwc.o src/luci-bwc.c
  262. src/luci-bwc.c: In function ‘iwinfo_update’:
  263. src/luci-bwc.c:268:14: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  264. src/luci-bwc.c:270:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  265. src/luci-bwc.c:271:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  266. src/luci-bwc.c:272:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  267. src/luci-bwc.c:274:19: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  268. src/luci-bwc.c:276:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  269. src/luci-bwc.c:277:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  270. src/luci-bwc.c:278:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  271. src/luci-bwc.c:280:19: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  272. src/luci-bwc.c:282:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  273. src/luci-bwc.c:283:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  274. src/luci-bwc.c:284:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  275. src/luci-bwc.c: In function ‘iwinfo_close’:
  276. src/luci-bwc.c:303:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  277. src/luci-bwc.c:304:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  278. src/luci-bwc.c:305:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  279. src/luci-bwc.c:306:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  280. src/luci-bwc.c:307:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
  281. src/luci-bwc.c: In function ‘writepid’:
  282. src/luci-bwc.c:121:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  283. gcc -ldl -o src/luci-bwc src/luci-bwc.o
  284. src/luci-bwc.o: In function `iwinfo_update':
  285. luci-bwc.c:(.text+0x370): undefined reference to `dlsym'
  286. luci-bwc.c:(.text+0x391): undefined reference to `dlsym'
  287. luci-bwc.c:(.text+0x3b5): undefined reference to `dlsym'
  288. luci-bwc.c:(.text+0x3da): undefined reference to `dlsym'
  289. luci-bwc.c:(.text+0x3f3): undefined reference to `dlsym'
  290. src/luci-bwc.o:luci-bwc.c:(.text+0x409): more undefined references to `dlsym' follow
  291. src/luci-bwc.o: In function `run_daemon':
  292. luci-bwc.c:(.text+0x74c): undefined reference to `dlopen'
  293. luci-bwc.c:(.text+0xac0): undefined reference to `dlsym'
  294. luci-bwc.c:(.text+0xad6): undefined reference to `dlsym'
  295. luci-bwc.c:(.text+0xaec): undefined reference to `dlsym'
  296. luci-bwc.c:(.text+0xb02): undefined reference to `dlsym'
  297. luci-bwc.c:(.text+0xb18): undefined reference to `dlsym'
  298. luci-bwc.c:(.text+0xb27): undefined reference to `dlclose'
  299. collect2: ld returned 1 exit status
  300. make[1]: *** [compile] Error 1
  301. make[1]: Leaving directory `/home/martin/luci/modules/admin-full'
  302. *** Compilation of modules/admin-full failed!
  303. make: *** [gccbuild] Error 1
Advertisement
Add Comment
Please, Sign In to add comment