#34799: lua-luasocket @2.0.2 include unix domain socket support -------------------------------+-------------------------------------------- Reporter: juc@… | Owner: emmett.shear@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: lua-luasocket -------------------------------+-------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => emmett.shear@… * version: 2.1.1 => * port: => lua-luasocket Old description:
I want to use http://code.google.com/p/prosody- modules/wiki/mod_auth_dovecot , but it requires unix domain support to be compiled into luasocket. The changes needed to make this happen are very small. I do not know why luasocket-2.0.2 does not by default build unix domain socket support.
Dislike$ lua -l socket.unix lua: module 'socket.unix' not found: . . .
Like$ lua -l socket.unix Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
New description: I want to use http://code.google.com/p/prosody- modules/wiki/mod_auth_dovecot , but it requires unix domain support to be compiled into luasocket. The changes needed to make this happen are very small. I do not know why luasocket-2.0.2 does not by default build unix domain socket support. {{{ Dislike$ lua -l socket.unix lua: module 'socket.unix' not found: . . . Like$ lua -l socket.unix Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio }}} -- Comment: In the future, please use WikiFormatting, fill in the Port field, and Cc the port maintainer(s). -- Ticket URL: <https://trac.macports.org/ticket/34799#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS