[tex-live] Fwd: Lua module 'socket.url' loading problem with getmap
Akira Kakuto
kakuto at fuk.kindai.ac.jp
Sat Jul 14 01:18:15 CEST 2018
> I had to change the line
>
> local url = require("socket.url")
>
> to
>
> local url = socket.url
Windows updated binary modifies luasocket library by
changing a few lua modules and their C version by
adding lacking lines like
module("socket.url") by comparing with the good socket.http.
So probably getmapdl.lua works only on Windows now.
Thus, currently it will be best to modify the script as
local url = socket.url or require("socket.url")
Best,
Akira
More information about the tex-live
mailing list