artifact_id;status_id;status_name;priority;submitter_id;submitter_name;assigned_to_id;assigned_to_name;open_date;close_date;last_modified_date;summary;details;"Hardware";"Resolution";"Severity";"Version";"Component";"Operating System";"Product";"URL"
1255;1;"Open";3;112;"Hezekiah Carty";100;"Nobody";"2013-02-07 20:56";"";"2013-02-25 18:37";"Incorrectly linked libcurl with when multiple versions are available";"Found/tested on OCaml 3.12.1 64bit, RHEL 5

ocurl's configure script cuts pieces out of the 'curl-config --libs' output.  This can result in linking against a different version of libcurl than the one curl-config points to.

For example, if you have a system libcurl under /usr and a custom version under $HOME,

  curl-config --libs | cut -d ' ' -f 2-

will drop the -L$HOME/path/to/lib flag.  This will cause the library to link against the system libcurl.so under /usr.";"None";"None";"normal";"None";"None";"None";"None";""
1264;1;"Open";3;417;"Francesco Tovagliari";100;"Nobody";"2013-03-18 17:37";"";"2013-03-18 17:37";"Build fails on Windows 7 with MSVC toolchain";"Hello, 

I tried to build ocurl-0.5.5 on Windows 7 with MSVC toolchain (curl-7.29) but
it fails because of this error:

  curl-helper.c(1544) : error C2275: 'Connection' : illegal use of this type as an expression

I solved by putting ""return"" after the declaration in file curl-helper.c:

    static void checkConnection(Connection *connection)
    {
        Connection *listIter;
        return;


Also I had to replace all ""#warning"" with ""#pragma message"", for example:

    #warning ""libcurl does not implement CURLOPT_OPENSOCKETFUNCTION""
        failwith(""libcurl does not implement CURLOPT_OPENSOCKETFUNCTION"");
        
    #pragma message (""libcurl does not implement CURLOPT_OPENSOCKETFUNCTION"")
        failwith(""libcurl does not implement CURLOPT_OPENSOCKETFUNCTION"");
    

After these changes it works fine.

Thank you for ocurl.

    ";"PC";"None";"normal";"None";"None";"Windows XP";"None";""
1265;1;"Open";3;417;"Francesco Tovagliari";100;"Nobody";"2013-03-18 17:47";"";"2013-03-18 17:47";"set_sshprivatekeyfile missing ";"In file curl.mli set_sshprivatekeyfile is missing (or is this intentional?).";"None";"None";"normal";"None";"None";"None";"None";""