Are you getting the same error message (at splitext)? That is very
odd, as it would indicate that WSAPI is getting mangled path... please
try this test script:

----
#!/usr/bin/env lua
print("Content-type: text/plain\n\n")
print("PARAMS: ", (...) or "none")
----

--
Fabio Mascarenhas


On Wed, Dec 8, 2010 at 12:25 PM, McClure, Timothy J        UTCFS
<tim.mccl...@fs.utc.com> wrote:
> The package built automatically by placed the wsapi.cgi in /usr/local/bin.
> I checked and the files were built there.  I changed the hello.lua to
> execute the wsapi.cgi directly.  I still have the same issue.  If I can just
> get by this issue I will be alright, despite my issues I feel this can be a
> great solution for us for the embedded side.  The common.lua I am using is
> the latest also.
>
>
>
> Here is what I did exactly:
>
> Downloaded LuaRocks
> Downloaded Cgilua
> Downloaded wsapi
> I was able to successfully build LuaRocks per the instructions
> I tried to run “luarocks install cgilua) – this failed with a query issue
> I tried to run “Luarocks install wsiapi” – this failed with a query issue
> I then ran wsapi.install – this worked – it did a wget (I assume it retrieve
> the run versions) and built many projects (all dependencies).
> I then ran the hello.lua and experienced the same issue – even when pointing
> directly to the wsapi.cgi that was built.
>
>
>
> Thx
>
> _______________________________________________
> Kepler-Project mailing list
> Kepler-Project@lists.luaforge.net
> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
> http://www.keplerproject.org/
>

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to