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
step 1.install the uuid lib https://sourceforge.net/projects/libuuid/
step 2.if you os is linux,pls modify
pathto/openresty-china/app/libs/uuid/uuid.lua
from
--local lib = os == "OSX" and C or ffi_load "uuid"
to
local lib = C
because the os is Linux,the ffi_load run have some problem.but i don't know why.
The text was updated successfully, but these errors were encountered: