Derick Rethans Continue reading...
Updating from 7.4.5 i noticed a warning: Code: /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicuuc.so.50, needed by /lib64/libpsl.so.0, may conflict with libicuuc.so.62 /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicudata.so.50, needed by /lib64/libpsl.so.0, may conflict with libicudata.so.62 Generating phar.php /bin/sh /svr-setup/php-7.4.6/fpm-build/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /svr-setup/php-7.4.6/fpm-build/modules Generating phar.phar PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled. directorygraphiterator.inc directorytreeiterator.inc invertedregexiterator.inc pharcommand.inc clicommand.inc phar.inc /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicuuc.so.50, needed by /lib64/libpsl.so.0, may conflict with libicuuc.so.62 /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicudata.so.50, needed by /lib64/libpsl.so.0, may conflict with libicudata.so.62 Is it ok? Should we adjust anything related? Latest Centminod (updated before the upgrade) and latest Centos 7. Thank you !!!
nice eye, yes I have seen that and should be ok from what others who require newer libicu 62 version in intl PHP extension have reported. But still researching the implications.
FYI, libpsl is only installed if you decide to optionally install newer curl via curl addons/customcurl.sh Code (Text): ls -lah addons | grep curl -rwxrwxr-x 1 root root 8.4K Sep 25 2019 customcurl.sh Code (Text): yum -y update --disablerepo=* --enablerepo=city-fan.org --disableplugin=priorities curl -V curl 7.70.0 (x86_64-redhat-linux-gnu) libcurl/7.70.0 NSS/3.44 zlib/1.2.7 libpsl/0.7.0 (+libicu/50.1.2) libssh2/1.9.0 nghttp2/1.31.1 Release-Date: 2020-04-29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL UnixSockets
Yes i installed newest Curl as Invision forum needed According to above description seems to be something simple and hard to conflict with anything.... At least it looks like that for me...