I'm building my own php and curl on top of CentOS 7 and in the past this always worked quite fine. Now, however, I'm getting test failures that I'm not sure how to sort :-/
I have php 7.4.29 and curl 7.83.1, built against libpsl 0.21.1. I had to update libpsl because one of curl's own tests would fail with the libpsl from epel (0.7.0), but the test failures I see for pecl_http also happen with the older libpsl (and curl 7.82.0) so that might not be it.
Hi!
I'm building my own php and curl on top of CentOS 7 and in the past this always worked quite fine. Now, however, I'm getting test failures that I'm not sure how to sort :-/
I have php 7.4.29 and curl 7.83.1, built against libpsl 0.21.1. I had to update libpsl because one of curl's own tests would fail with the libpsl from epel (0.7.0), but the test failures I see for pecl_http also happen with the older libpsl (and curl 7.82.0) so that might not be it.
I'm seeing these failures:
It's entirely possible this is a problem on my end, but I'm not sure where to start looking. If you have some pointers for me that would be great :)