LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-06-2022, 10:29 AM   #1
kleinde66
Member
 
Registered: Nov 2008
Location: Mid Atlantic
Distribution: debian cbpp11 mabox.22.09
Posts: 96
Blog Entries: 9

Rep: Reputation: 2
mpv libldb.so.2: version `LDB_2.2.4' not found


good morning all

i tried to run mpv, and it would not start, nothing happened.

so i uninstalled it and reinstalled it still same thing.
Code:
mpv -version
mpv: /lib/x86_64-linux-gnu/libldb.so.2: version `LDB_2.2.4' not found (required by /usr/lib/x86_64-linux-gnu/samba/libsamdb-common.so.0)
samba is not installed, does this mean i have to install it to update this file?
Attached Thumbnails
Click image for larger version

Name:	2022-09-06-.png
Views:	13
Size:	11.1 KB
ID:	39549  

Last edited by kleinde66; 09-06-2022 at 10:32 AM.
 
Old 09-06-2022, 03:57 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
I think that it depends on what flags mpv was compiled with.

How did you install mpv? With your package manager? From your distros repo? So that everything matches.

Are you running debian? What version? Or, what flavor of linux is this?
 
Old 09-06-2022, 05:26 PM   #3
kleinde66
Member
 
Registered: Nov 2008
Location: Mid Atlantic
Distribution: debian cbpp11 mabox.22.09
Posts: 96

Original Poster
Blog Entries: 9

Rep: Reputation: 2
good day teckk

debian 11, openbox, crunchbangplusplus11
apt install mpv

on further research:
Code:
/usr/lib/x86_64-linux-gnu/samba/libsamdb-common.so.0)
the file libsamdb-common.so.0 does not exist.
below is the closest in that dir:
Code:
lrwxrwxrwx  1 root root       17 Aug  9 17:19 libsamdb.so.0 -> libsamdb.so.0.0.1
-rw-r--r--  1 root root   109304 Aug  9 17:19 libsamdb.so.0.0.1
googling libsamdb-common.so.0 does not help.

inxi -r
Code:
Repos:
  Active apt repos in: /etc/apt/sources.list 
  1: deb http://deb.debian.org/debian/ bullseye main
  2: deb-src http://deb.debian.org/debian/ bullseye main
  3: deb http://security.debian.org/debian-security bullseye-security main contrib non-free
  4: deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
  5: deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
  6: deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
  7: deb http://liveusb.info/multisystem/depot all main
  Active apt repos in: /etc/apt/sources.list.d/cbpp.list 
  1: deb https://packages.crunchbangplusplus.org/bullseye bullseye main

Last edited by kleinde66; 09-06-2022 at 05:27 PM.
 
Old 09-06-2022, 05:52 PM   #4
kleinde66
Member
 
Registered: Nov 2008
Location: Mid Atlantic
Distribution: debian cbpp11 mabox.22.09
Posts: 96

Original Poster
Blog Entries: 9

Rep: Reputation: 2
so i went into synaptic package manger, and removed mpv, files and everything, rebooted, logged back in, terminal mpv:
and it spit this out:
Code:
mpv
mpv: /lib/x86_64-linux-gnu/libldb.so.2: version `LDB_2.2.4' not found (required by /usr/lib/x86_64-linux-gnu/samba/libsamdb-common.so.0)
it shouldn't know what mpv is right so some of the files are still there right?

i updated it twice today and it updated libldb.so.2 and libldb.os.2.2.4 finally.
Attached Thumbnails
Click image for larger version

Name:	2022-09-06--1662504356.png
Views:	13
Size:	4.4 KB
ID:	39552  
 
Old 09-06-2022, 07:28 PM   #5
kleinde66
Member
 
Registered: Nov 2008
Location: Mid Atlantic
Distribution: debian cbpp11 mabox.22.09
Posts: 96

Original Poster
Blog Entries: 9

Rep: Reputation: 2
so doing:
Code:
sudo apt remove mpv
and
Code:
sudo apt purge mpv
i get
Code:
mpv
bash: /usr/bin/mpv: No such file or directory
just for giggles
Code:
sudo apt install mpv
Code:
mpv: /lib/x86_64-linux-gnu/libldb.so.2: version `LDB_2.2.4' not found (required by /usr/lib/x86_64-linux-gnu/samba/libsamdb-common.so.0)
my thoughts are samba has updated something and mpv hasn't caught up yet?
 
Old 09-07-2022, 05:27 AM   #6
lvm_
Member
 
Registered: Jul 2020
Posts: 935

Rep: Reputation: 338Reputation: 338Reputation: 338Reputation: 338
If a required library is not found, install the package containing this library. Use package finder to learn the package name, for debian it is https://www.debian.org/distrib/packages#search_packages
 
Old 09-07-2022, 08:17 AM   #7
kleinde66
Member
 
Registered: Nov 2008
Location: Mid Atlantic
Distribution: debian cbpp11 mabox.22.09
Posts: 96

Original Poster
Blog Entries: 9

Rep: Reputation: 2
thank you lvm_

libsamdb-common.so.0
You have searched for packages that names contain libsamdb-common.so.0 in all suites, all sections, and all architectures.


libldb.so.2 = nothing

libldb .os = nothing

libldb:
libldb-dev (2:2.5.2+samba4.16.4-2) dep:
libldb2 (= 2:2.5.2+samba4.16.4-2)

like before all roads lead to samba, and samba, i didn't install it, i use sftp or filezilla .
 
Old 02-10-2023, 12:56 PM   #8
kleinde66
Member
 
Registered: Nov 2008
Location: Mid Atlantic
Distribution: debian cbpp11 mabox.22.09
Posts: 96

Original Poster
Blog Entries: 9

Rep: Reputation: 2
so after how ever long this has been, i ended up renaming libldb.so.2.2.3 to libldb.so.2.2.4 .
and it works, i don't use samba, i use filezilla. but now mpv works for me.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
[SOLVED] [INF] Still recommending mpv-0.27 after new mpv release and -current update 1337_powerslacker Slackware 16 12-31-2017 01:17 AM
LXer: MPlayer-Based MPV Video Player Reaches Version 0.13.0 with Multivolume Support LXer Syndicated Linux News 0 11-12-2015 01:10 AM
Directory not found; -xzvf not found; Makefile not found RealGomer Linux - Software 4 09-20-2010 10:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration