When opening PHP, you need to use libssl.so.1.0.0 or libcrypto.so.1.0.0 , but since most of them do not have the 1.0.0 version, I solved it based on the link, taking libcrypto.so.1.0.0 as an example
1. First check what versions of libcrypto.so are in the current system files
ll /usr/lib64/libcrypto.so.*
2. It is true that there is no such thing libcrypto.so.1.0.0
, but there is this/usr/lib64/libcrypto.so.1.0.2k,so you can create the connection
sudo ln -s /usr/lib64/libcrypto.so.1.0.2k /usr/lib64/libcrypto.so.1.0.0
Read More:
- [Solved] PHP -v Error: error while loading shared libraries: libonig.so.5:cannot open share directory
- [Solved] Centos7 xmapp Install Error: error while loading shared libraries: libc.so.6
- Error during session start; please check your PHP and/or webserver log file and configure your PHP
- PHP file download, download failed, nginx open() nginx / fastcgi_ temp/2/10/0000000102“ failed (13: Permission denied)
- Mac installs the php Swoole extension and appears Enable openssl support, require openssl library or fatal error:’openssl/ssl.h’ file not found
- PHP: How to parse MHT file into HTML
- [Solved] PHP Error: Warning: file_get_contents(): Failed to enable crypto
- composer Error: The requested PHP extension ext-bcmath * is missing from your system. Install or enable
- PHP large file upload error 413: request entity too large [How to Solve]
- PHP use __Sleep() and __wakeup() method serializes the object
- PHP encryption 3DES error Call to undefined function: mcrypt_module_open() solution
- PHP Error Object of class mysqli could not be converted to string in
- laravel The Process class relies on proc_open, which is not available on your PHP installation.
- [Solved] PHP Fatal error: Uncaught Elasticsearch\Common\Exceptions\NoNodesAvailableException: No alive nodes
- How to Solve PHP Error: no package’oniguruma’ found
- PHP error in Windows: class’ mysqli ‘not found
- [Solved] tp6.0 open_basedir Error: Warning: require(): open_basedir restriction in effect.
- [Solved] WordPress Upgrade PHP 5.6 to 7.x Fatal error: Uncaught Error: Call to undefined function mysql_connect()
- [Solved] PHP installation Phalcon expansion error
- [Solved] Laravel Upload Files Verificate Error: The file failed to upload.