Open MarcRohrer opened 6 months ago
From error message it seems that a shared library "libev.dll" is missing. This is one of the "requirements" noted in the readme. But I do not know how to install this on Windows, maybe Pacman?
So that means, everything is downloaded? I did not even have a a look at anything yet 😳
From the looks of the downloaded Common Lisp packages it seems kinda complete. But 'libev.dll' is an additional manual install. Like installing third-party libraries. On Mac one would use 'brew' to install it. The readme only mentions UNIX, so could be it doesn't work on Windows. But then, why not.
Thanx! I will have a look, when I have time. Maybe someone knows where to get it? Maybe one has to compile from source.
Woo doesn't support Windows since it requires libev, and it doesn't run on Windows. Do you use Windows for a web server?
Hi,
yes, absolutely. I usually do not have a choice, what platform to use. Sad to hear that!
Marc
Okay..., then Woo can't help you!
I had ever used Hunchentoot on a Windows machine, but it didn't need any performance as it was a local HTTP server. If you need an asynchronous one, Wookie can be an option. It uses libuv, a portable equivalent.
@MarcRohrer If you're using a Windows machine, I recommend looking into using Windows Subsystem for Linux (WSL). Then you should be able to install the required packages to run Woo.
Thank you!
Hi Eitaro,
in the introduction to your ELS talk, I leared that you are the author of the fastest Web-Server. This is woo, right? But is it supposted to be usable under Windows also? I wanted to try it, but installing via OCICL I get this error:
Marc