website/index.html in evdispatch-0.3.1 vs website/index.html in evdispatch-0.4.0
- old
+ new
@@ -16,11 +16,11 @@
<div id="main">
<h1>evdispatch</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/evdispatch"; return false'>
<p>Get Version</p>
- <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.3.1</a>
+ <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.4.0</a>
</div>
<h4 style="float:right;padding-right:10px;">→ ‘evdispatch’</h4>
<h2>What</h2>
@@ -138,9 +138,15 @@
<h2>F.A.Q.</h2>
<ul>
+ <li><h5>I get an error when installing the gem: <strong>ev_http.cc:411: error: ‘CURLOPT_COPYPOSTFIELDS’ was not declared in this scope</strong></h5>
+ <p>
+ The minimum version of libcurl required is 7.17.1. see the reference note
+ <a href="http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTCOPYPOSTFIELDS">here</a>
+ </p>
+ </li>
<li><h5>I get an error when installing the gem: <strong>“error: ‘curl_socket_t’ has not been
declared”</strong></h5>
<p> You need to have at least version 7.17.1 of <a href="http://curl.haxx.se/download.html">libcurl</a>. I recommend at least version: 7.18.1.</p>
</li>
<li><h5>Mac <span class="caps">OSX</span> (Darwin) Crashing on <span class="caps">HTTP POST</span> request</h5>