Comments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #428 (new defect)

Opened 12 months ago

Last modified 10 months ago

uhttpd missing libubox , so doing make "runhttpd" failed

Reported by: brandonhead@… Owned by:
Priority: major Milestone:
Component: LuCI Base Keywords:
Cc:

Description

while compiling uhttpd in make runhttpd, there is an error

uhttpd.h:40:26: fatal error: libubox/list.h: No such file or directory

Likely the uhttpd needed libubox in
 svn://svn.openwrt.org/openwrt/trunk/package/libubox

Both truck and branches/luci-0.10 have this problem.

Attachments

Change History

Changed 12 months ago by san@…

I got the same error while compiling luci...

make[1]: Entering directory `/opt/extra/luci/luci-0.10/contrib/uhttpd'
(cd uhttpd-src; make LUA_SUPPORT=0 TLS_SUPPORT=0 CGI_SUPPORT=1)
make[2]: Entering directory `/opt/extra/luci/luci-0.10/contrib/uhttpd/uhttpd-src'
cc -I./lua-5.1.4/src -I./cyassl-1.4.0/include -DTLS_IS_CYASSL -O0 -ggdb3 -Wall --std=gnu99 -DHAVE_SHADOW -DHAVE_CGI -c -o uhttpd.o uhttpd.c
In file included from uhttpd.c:21:0:
uhttpd.h:40:26: fatal error: libubox/list.h: No such file or directory
compilation terminated.

Changed 10 months ago by anonymous

I got the same error while compiling luci

Why not fix yet?

Add/Change #428 (uhttpd missing libubox , so doing make "runhttpd" failed)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.