On Tue, 23 Aug 2011 09:17:11 -0400 Richard Hipp <[email protected]> wrote:
> > when I run fossil with an Apache web server on Windows, it > > complains the following message when I click on "Files" > > SQLITE_CANTOPEN: os_win.c:33680: (5) > > winOpen(C:\WINDOWS\etilqs_eNlkUH8yb3Zl1PU) - 拒绝访问。(access deny) > > > > SQLITE_CANTOPEN: os_win.c:33680: (2) > > winOpen(C:\WINDOWS\etilqs_Kt1JdjkQhGT5Grj) - 系统找不到指定的文件。 > > (can not find system file) [...] > The processes run by Apache appear to not be able to locate and/or > open files in the c:\temp folder. > > One possible workaround - recompile Fossil using > -DSQLITE_TEMP_STORE=3 which will cause Fossil to use RAM for all of > its temporary files, rather than writing to disk. I'd also look at a possibility to manually specify the TEMP environment variable for the apache process (or making it use the system default one). _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

