Curl 7.81.0

@smtalk @fln After install of a new curl version PHP still recognises the previous version:

Code:
custombuild]# curl -V
curl 7.81.0 (x86_64-pc-linux-gnu)

PHP reports:

Code:
cURL versie
7.80.0 OpenSSL/1.1.1k-fips

Maybe a good idea to automatically reload php-fpm after curl install?
 
It gives the same error as the PureFTPD update. Version of OpenSSL on older devices isn't working with this update.
 
Version of OpenSSL on older devices isn't working with this update.
Are you sure ? I am not sure which OS/Device you are mentioning but we have just upgraded an old Centos 6.10 box without problems:

[root@srv1 admin]# curl -V
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/1.0.1e-fips zlib/1.2.3 zstd/1.5.1 nghttp2/1.46.0
Release-Date: 2022-01-05
 
I have a broken OpenSSL install .. and can't get rid of it :/
Installed 1.1.1m last week for that PureFTPD issue and now everything seems broken.
 
Aagh that is pity, manual installation of OpenSSL can be tricky.
Tried in the past few times and sometimes it was problematically.
Since then only using the (back ported) version of the OS itself
 
Back
Top