sumory / openresty-china

OpenResty China Community
MIT License
284 stars 78 forks source link

500 error_log #6

Open ruziyi opened 7 years ago

ruziyi commented 7 years ago

image

0ct0cat commented 7 years ago

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.