diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-04 23:48:56 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-04 23:49:31 +0100 |
commit | ce980c255eeaf1e071eb529d7e8309c781bc63b2 (patch) | |
tree | f433c550558999ce9c556eb1f4c69e468f5dd04a | |
parent | 5cb475de990748a508844d3bfbdc49feeed56419 (diff) | |
download | curl-ce980c255eeaf1e071eb529d7e8309c781bc63b2.tar.gz |
KNOWN_BUGS: SMB tests fail with Python 2
Reported-by: Jay Satiro
Closes #5983
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 12fe66470..052080760 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -57,6 +57,7 @@ problems may have been fixed or changed somewhat since this was written! 5.7 Visual Studio project gaps 5.8 configure finding libs in wrong directory 5.9 Utilize Requires.private directives in libcurl.pc + 5.10 SMB tests fail with Python 2 5.11 configure --with-gssapi with Heimdal is ignored on macOS 5.12 cmake: support build with GnuTLS 5.13 cmake: unusable tool_hugehelp.c with MinGW @@ -462,6 +463,12 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/864 +5.10 SMB tests fail with Python 2 + + The error message says "TreeConnectAndX not found". + + See https://github.com/curl/curl/issues/5983 + 5.11 configure --with-gssapi with Heimdal is ignored on macOS ... unless you also pass --with-gssapi-libs |