-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I have apache server installed my home computer. I tried install this to get apache-websocket. While installing general error c1010070 occur. Does anyone know how to solve this issue?
c:\users...>scons
scons: Reading Sconscript files ...
scons: done reading Sconscript files.
scons: Building targets ...
link /nologo /dll /out:mod_websocket.so "/LIBPATH:C:\Program Files\Apache Software Foundation\Apache2.2\lib" libapr-1.lib libaprutil-1.lib libhttpd.lib mod_websocket.obj
Creating library mod_websocket.lib and object mod_websocket.exp
mt.exe -nologo -manifes mod_websocket.so.manifest -outputresource:mod_websocket.so;2
mod_websocket.so.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
scons: *** [mod_websocket.so] Error 31
scons: building terminated because of errors..