lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Shmuel Zeigerman wrote:
If an lrexlib rock installs pcre.dll into the same directory as rex_pcre.dll, then the rock is wrong! pcre.dll should be either somewhere on Windows PATH, or in the directory where lua.exe resides.
Alternatively, LuaRocks could specify a directory where a rock can 
supply C libraries that aren't Lua C modules, and add each such 
directory to the PATH.  However, this would require a function to set 
environment variables (that's putenv on Windows using hte MS C runtime 
library), which Lua doesn't have.
Matt