Opened 12 years ago

Last modified 2 months ago

#34799 closed enhancement

lua-luasocket @2.0.2 include unix domain socket support — at Version 1

Reported by: juc@… Owned by: emmett.shear@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: lua-luasocket

Description (last modified by mf2k (Frank Schima))

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

Change History (2)

Changed 12 years ago by juc@…

Attachment: fix.scrape.txt added

screen scrape of fix

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to emmett.shear@…
Port: lua-luasocket added
Version: 2.1.1

In the future, please use WikiFormatting, fill in the Port field, and Cc the port maintainer(s).

Note: See TracTickets for help on using tickets.