Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

shared library http.so

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
maxbre
Posts: 76
Joined: 2014-11-08 16:44

shared library http.so

#1 Post by maxbre »

tryung to connect to a remote db (mariadb) I've got the following error message

Code: Select all

Error: Failed to connect: Plugin http could not be loaded: /usr/lib/x86_64-linux-gnu/mariadb19/plugin/http.so: cannot open shared object file: No such file or directory
does anyone know how I can install that library which indeed exists into my system but in a different location...

Code: Select all

sudo apt-file search http.so
...
kio: /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so
....
may be a soft link a viable solution for such a problem?
how can I find the right package to install that library?
or am I completely wrong?

my system is

Code: Select all

uname -a
Linux max-debian 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
thnx

mlok
Posts: 1
Joined: 2021-02-25 06:41

Re: shared library http.so

#2 Post by mlok »

I have absolutely same problem on remote connection.

Code: Select all

Linux 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux
have you any solution?

reinob
Posts: 1189
Joined: 2014-06-30 11:42
Has thanked: 97 times
Been thanked: 47 times

Re: shared library http.so

#3 Post by reinob »

how are you connecting to the database? why do you need http?

trinidad
Posts: 290
Joined: 2016-08-04 14:58
Been thanked: 14 times

Re: shared library http.so

#4 Post by trinidad »

Generally, stuff like this usually happens (mostly with KDE) when offline updates are run from previous downloads and the system requires reboot and the user didn't reboot. Object pointers don't line up because system is still using the old library. Make sure you're updated and just reboot.

TC
You can't believe your eyes if your imagination is out of focus.

Post Reply