listmember wrote: > Just one thing --I am not sure if this is to be classified as a > bug--, while the installation goes smoothly, on running it tells me > it cannot locate pcre3.dll and terminates. > > I have worked around it by locating a copy of pcre.dll and renaming it > to pcre3.dll; then I placed it in Cherokee's installation directory and > it's running just fine. It might be a good idea to put that dll in the > installer --it's less than 60 KB uncompressed.
Cherokee source tree includes a ripped off version of the pcre library. Even if from the technical point of view it isn't the best approach, I think that it may be better if we use it rather than an external version of the library. Although it'd be enough to ship the DLL inside the installer. Philip, what do you think? > BTW, I am assuming the '-b' option turns it into a background task; > but if so, it does not seem to work now. Could it be because of that > fastcgi message thing? No, the problem is that Windows doesn't have a fork() system call. I guess we will have to wait to get Cherokee running as a service rather than as an common application. -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
