You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost ljdns]# make
cc -std=c99 -O2 -g -fPIC -shared src/utils.c src/murmurhash3.c -o kdns_clib.so
luajit dns.test.lua
luajit: ./dns/utils.lua:372: attempt to index field 't' (a nil value)
stack traceback:
./dns/utils.lua:372: in main chunk
[C]: in function 'require'
./dns.lua:6: in main chunk
[C]: in function 'require'
dns.test.lua:1: in main chunk
[C]: at 0x55beb4d0e580
Makefile:35: recipe for target 'dns.test' failed
make: *** [dns.test] Error 1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: