Hello all, I can load the socket http library by saying local http = require("socket.http") Question: how can I load the unix module? local unix = require("socket.unix") gives a not found error. Patrick