This forum has been archived. All content is frozen. Please use KDE Discuss instead.

I have a strange issue with loading providers.xml file

Tags: None
(comma "," separated)
marooz
Registered Member
Posts
1
Karma
0
I get an error everytime I try to install themes, widgets etc on kde neon. It says it cannot load xml file from https://autoconfig.kde.org/ocs/providers.xml . I manually tried to open this xml file from mozilla and chrome. It opens without any issue.
I also want to mention I had an issue while building a C++ project before, where I encountered this error:
Code: Select all
 libssl.so.1.1: cannot open shared object file: No such file or directory
which I solved by:

Code: Select all
wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz
cd openssl-1.1.1o
./config
make
make test
sudo make install
find / -name libssl.so.1.1
ln -s /usr/local/lib64/libssl.so.1.1  /usr/lib64/libssl.so.1.1
ln -s /usr/local/lib64/libssl.so.1.1  /usr/lib/libssl.so.1.1
find / -name libcrypto.so.1.1
ln -s /home/ubuntu/openssl-1.1.1o/libcrypto.so.1.1    /usr/lib64/libcrypto.so.1.1
ln -s /home/ubuntu/openssl-1.1.1o/libcrypto.so.1.1     /usr/lib/libcrypto.so.1.1


This solution is mentioned here: https://stackoverflow.com/questions/72133316/ubuntu-22-04-libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-di


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]