-
Notifications
You must be signed in to change notification settings - Fork 83
Description
When I visit openwrt in the browser, the following status appears:
Bad Gateway
The process did not produce any response
Then I also tried under the terminal.
root@OpenWrt:/# /www/cgi-bin/luci
/usr/bin/lua: error loading module 'luci.template.parser' from file '/usr/lib/lua/5.1/luci/template/parser.so':
/usr/lib/lua/5.1/luci/template/parser.so: undefined symbol: pluralParseAlloc
stack traceback:
[C]: ?
[C]: in function 'require'
/usr/lib/lua/5.1/luci/util.lua:11: in main chunk
[C]: in function 'require'
/usr/lib/lua/5.1/luci/config.lua:4: in main chunk
[C]: in function 'require'
/usr/lib/lua/5.1/luci/cacheloader.lua:5: in main chunk
[C]: in function 'require'
/www/cgi-bin/luci:2: in main chunk
[C]: ?
Disassemble parser.so can find the pluralParseAlloc function
Please take a look at what's going on