Я запустил все предлагаемые обновления через YUM (не сделал этого примерно через 2 месяца)
Теперь PHP не работает.Он показывает:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/5.6/modules/curl.so' - /usr/local/firefox/libnss3.so: version `NSS_3.34' not found (required by /usr/lib64/libcurl.so.4) in Unknown on line 0
Это происходит даже с простой командой PHP, такой как php -ver
Кажется, что YUM также не работает: "
$ sudo yum update
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/local/firefox/libnss3.so: version `NSS_3.34' not found (required by /usr/lib64/libcurl.so.4)
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.15 (default, Nov 28 2018, 22:38:08)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
Какисправить?