On a fresh install and after pacman -Syu I’m trying to install a lamp stack. I need php7.4 ideally but whether I install php7 and php7-apache or just ‘php’ to get version 8, when I go ‘php --version’ I see:
‘php: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory’
On reading the related thread (Problems with libssl.so and libcrypto.so after 2022 Nov 5th updates - #5 by storm) I tried installing libssl-1.1 but get ‘target not found’. Trying ‘sudo pacman -S openssl’ I get:
:: installing openssl (1.1.1.q-1) breaks dependency ‘libcrypto.so=3-64’ required by libarchive
:: installing openssl (1.1.1.q-1) breaks dependency ‘libcrypto.so=3-64’ required by sudo
:: installing openssl (1.1.1.q-1) breaks dependency ‘libssl.so=3-64’ required by sudo
:: installing openssl (1.1.1.q-1) breaks dependency ‘libcrypto.so=3-64’ required by systemd
:: installing openssl (1.1.1.q-1) breaks dependency ‘libssl.so=3-64’ required by systemd
…and thus I’m stuck and could do with some help here. Any ideas please?
local/libevent 2.1.12-4
Event notification library
local/openssl 3.0.7-4
The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
local/pkcs11-helper 1.29.0-2
A library that simplifies the interaction with PKCS11 providers for end-user applications using a
simple API and optional OpenSSL engine
local/xmlsec 1.2.37-1
XML Security Library is a C library based on LibXML2
I used the eos-welcome --once thingy and updated the arch and endeavouros mirrors then updated the system. Tried pacman -S openssl-1.1 and get ‘target not found’ again.