You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THIS IS NOT A BUG REPORT BUT A QUESTION ON LIBRARY USAGE ON WINDOWS
Question on issue with cohttp-lwt-unix on Windows 10 (cygwin): I am (was) using cohttp-lwt-unix to pull data from a https API. After a recent failed opam upgrade, I had to re-install cohttp-lwt-unix and some other libraries, but now my program fails with following error message:
Fatal error: exception Failure("No SSL or TLS support compiled into Conduit")
I am using 4.12.0+mingw64c on Windows 10 (cygwin). Also tried re-installing cohttp-lwt-unix,tls,cohttp and some other libraries but no luck.
SIDE NOTE: What is good practice before running opam upgrade and loosing libraries if errors? Do I make a copy of my working opam switch before upgrading? (and how?)
Many Thanks
Willem
The text was updated successfully, but these errors were encountered:
Could you try opam install tls-lwt and see if you get it working? There was a change in tls.0.16.0 to switch the subpackage needed for TLS support in Conduit into the new package, which is indeed confusing for end users of the package. Discussion on that is here mirage/ocaml-conduit#420
THIS IS NOT A BUG REPORT BUT A QUESTION ON LIBRARY USAGE ON WINDOWS
Question on issue with
cohttp-lwt-unix
on Windows 10 (cygwin): I am (was) usingcohttp-lwt-unix
to pull data from a https API. After a recent failedopam upgrade
, I had to re-installcohttp-lwt-unix
and some other libraries, but now my program fails with following error message:I am using 4.12.0+mingw64c on Windows 10 (cygwin). Also tried re-installing
cohttp-lwt-unix
,tls
,cohttp
and some other libraries but no luck.Observation on missing items:
This is
ldd
currentlyThis was results of
ldd
a few days ago when everything was working OKNote the following 3 are missing currently -- it is not helping me, but thought it might be of help.
Any idea on which opam library might be missing / what to do next.
A sample test program here: https://github.com/whoek/ocaml-https-demo
SIDE NOTE: What is good practice before running
opam upgrade
and loosing libraries if errors? Do I make a copy of my workingopam switch
before upgrading? (and how?)Many Thanks
Willem
The text was updated successfully, but these errors were encountered: