yes there are two version of zopenssl
/etc/ld.so.conf.d/zopenssl.conf
/etc/ld.so.conf.d/zopenssl111.conf
/usr/local/openssl111/bin/openssl version
OpenSSL 1.1.1o 3 May 2022
/usr/local/openssl/bin/openssl version
OpenSSL 1.0.2u 20 Dec 2019
the php cli seems running successfully
php --version
PHP 8.2.26 (cli) (built: Sep 27 2024 08:59:18) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.12, Copyright (c) Zend Technologies
but the php fpm service were failed to start when i'm trying to running it both on the panel and on the terminal
sudo /etc/init.d/php-fpm-82 start
[sudo] password for yasmu:
Starting php-fpm /www/server/php/82/sbin/php-fpm: symbol lookup error: /www/server/php/82/sbin/php-fpm: undefined symbol: EVP_md2, version OPENSSL_1_1_0
failed
when running sudo ldconfig -v
...
/usr/local/openssl/lib: (from /etc/ld.so.conf.d/zopenssl.conf:1)
libssl.so.1.0.0 -> libssl.so.1.0.0
libcrypto.so.1.0.0 -> libcrypto.so.1.0.0
/usr/local/openssl111/lib: (from /etc/ld.so.conf.d/zopenssl111.conf:1)
libssl.so.1.1 -> libssl.so.1.1
libcrypto.so.1.1 -> libcrypto.so.1.1
...