You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/02/18 07:56:50 UTC

[Couchdb Wiki] Update of "Quirks_on_Windows" by DaveCottlehuber

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Quirks_on_Windows" page has been changed by DaveCottlehuber.
The comment on this change is: bring up to date for 1.0.2 .
http://wiki.apache.org/couchdb/Quirks_on_Windows?action=diff&rev1=8&rev2=9

--------------------------------------------------

  So you just can't wait to relax can you? The fastest route is to:
  
   * unzip [[http://curl.haxx.se/download/curl-7.19.5-win32-ssl-sspi.zip|curl]] and add to your path
-  * install the corresponding [[http://www.slproweb.com/download/Win32OpenSSL-1_0_0a.exe|win32 OpenSSL]] binaries to your system path
+  * install the corresponding [[http://www.slproweb.com/download/Win32OpenSSL-1_0_0c.exe|win32 OpenSSL]] binaries to your system path
   * run the latest [[http://couchapp.org/page/windows-python-installers|couchapp installer]]
   * sign yourself up for the current free no-guarantees [[http://www.couchone.com/get|beta cloud hosting]] to get your own couch ready to go
   * read the [[http://github.com/couchapp/couchapp/blob/master/README.md|quick start notes]] on using [[http://www.couchapp.org/|CouchApp]]
@@ -50, +50 @@

  || !PyWin32 || http://sourceforge.net/projects/pywin32/ || http://downloads.sourceforge.net/project/pywin32/pywin32/Build%20214/pywin32-214.win32-py2.7.exe ||
  || !SetupTools || http://pypi.python.org/ || http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe ||
  || !RestKit || http://pypi.python.org/ || http://pypi.python.org/packages/2.7/r/restkit/restkit-2.1.4.win32-py2.7.exe ||
- || OpenSSL || http://www.slproweb.com/products/Win32OpenSSL.html || http://www.slproweb.com/download/Win32OpenSSL-1_0_0a.exe ||
+ || OpenSSL || http://www.slproweb.com/products/Win32OpenSSL.html || http://www.slproweb.com/download/Win32OpenSSL-1_0_ca.exe ||
  || CouchApp || http://pypi.python.org/ || http://pypi.python.org/packages/2.7/C/Couchapp/Couchapp-0.7.0.win32-py2.7.exe ||
+ || CouchDB v1.0.2 on Erlang 14B01 || https://github.com/dch/couchdb/downloads/ || https://github.com/downloads/dch/couchdb/setup-couchdb-1.0.2_otp_R14B01_spidermonkey_1.8.5.exe ||
- || CouchDB v1.0.1 on Erlang 14A || http://people.apache.org/~mhammond/dist/ || http://people.apache.org/~mhammond/dist/1.0.1/setup-couchdb-1.0.1.exe ||
- || CouchDB v1.0.0 on Erlang 14A || http://couchone.com/downloads || http://dl.couchone.com/dl/2550c382c3e01df830a3525ed6000b7d/couchdb_1.00%2BerlangR14A.zip ||
  
  == Building from Source  ==
- Note the full build chain is documented in http://github.com/apache/couchdb/blob/trunk/INSTALL.Windows -- but again you don't need this for *installing* and *using* CouchDB on Windows. There are a number of blog posts on this at http://dch.posterous.com/tag/couchdb
+ Note the full build chain is [[http://github.com/apache/couchdb/blob/trunk/INSTALL.Windows|documented]] -- but again you don't need this for *installing* and *using* CouchDB on Windows. There are a number of [[http://dch.posterous.com/tag/couchdb|blog posts]]
   * use only 32-bit components even if you are building on a 64-bit architecture
   * make sure you have a clean path with your build chain first - watch out for other developer tools like git, which may have older versions of OpenSSL or ICU binaries in your path
   * Firefox is the only supported browser for running the Futon test suite - some tests still fail due to platform differences however
@@ -69, +68 @@

   * Online compaction is not supported on Windows due to differences between UX and Windows on renaming/deleting files that are open in another process/thread. This has been worked around in 1.0.1 and requires Erlang/OTP 14A. Recent installers have this built in.
   * if your installed CouchApp.exe doesn't start correctly, you may want to remove two DLLs from it's folder - KernelBase.DLL and PowrProf.DLL which were present in CouchApp.0.6.exe and should be removed.
   * Not much else really since 0.10 if you have any problems feel free to post to the list for advice.
+  * there are some issues still with the windows installer - check [[http://wiki.apache.org/couchdb/Windows_binary_installer|Windows_binary_installer]] for more details