- Posts: 268
Install to Raspberry PI 4
- oxygen77
- Offline
- Administrator
Less
More
2 years 2 weeks ago #1541
by oxygen77
Replied by oxygen77 on topic Install to Raspberry PI 4
Could you try installing libmd4c0 ?
Please Log in or Create an account to join the conversation.
- Jolie Fleur
- Offline
- New Member
Less
More
- Posts: 8
2 years 2 weeks ago #1542
by Jolie Fleur
Replied by Jolie Fleur on topic Install to Raspberry PI 4
Hi Oxygen,
Thanks for the help but it doesn't seem to work.
pi@joliefleur:~ $ cd qtVlm
pi@joliefleur:~/qtVlm $ ./qtVlm
./qtVlm: error while loading shared libraries: libmd4c.so.0: cannot open shared object file: No such file or directory
pi@joliefleur:~/qtVlm $ sudo apt install libmd4c0
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libmd4c0
Thanks for the help but it doesn't seem to work.
pi@joliefleur:~ $ cd qtVlm
pi@joliefleur:~/qtVlm $ ./qtVlm
./qtVlm: error while loading shared libraries: libmd4c.so.0: cannot open shared object file: No such file or directory
pi@joliefleur:~/qtVlm $ sudo apt install libmd4c0
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libmd4c0
Please Log in or Create an account to join the conversation.
- oxygen77
- Offline
- Administrator
Less
More
- Posts: 268
2 years 2 weeks ago #1543
by oxygen77
Replied by oxygen77 on topic Install to Raspberry PI 4
can you then list available package with:
sudo apt list | grep libmd4c
sudo apt list | grep libmd4c
Please Log in or Create an account to join the conversation.
- Jolie Fleur
- Offline
- New Member
Less
More
- Posts: 8
2 years 2 weeks ago #1544
by Jolie Fleur
Replied by Jolie Fleur on topic Install to Raspberry PI 4
I get :
pi@joliefleur:~/qtVlm $ sudo apt list | grep libmd4c
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
I googled that sentence but didn't find any solution for the apt list command
pi@joliefleur:~/qtVlm $ sudo apt list | grep libmd4c
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
I googled that sentence but didn't find any solution for the apt list command
Please Log in or Create an account to join the conversation.
- oxygen77
- Offline
- Administrator
Less
More
- Posts: 268
2 years 2 weeks ago #1545
by oxygen77
Replied by oxygen77 on topic Install to Raspberry PI 4
I guess that after the Warning you get back the prompt ?
The warning is "normal" and is always there in case of the list subcommand.
So this means that this lib is not available in the repository
can you confirm what is telling:
lsb_release -a
and
cat /etc/debian_version
also can you confirm the file name of the .tar.gz you are trying to install ?
The warning is "normal" and is always there in case of the list subcommand.
So this means that this lib is not available in the repository
can you confirm what is telling:
lsb_release -a
and
cat /etc/debian_version
also can you confirm the file name of the .tar.gz you are trying to install ?
Please Log in or Create an account to join the conversation.
- Jolie Fleur
- Offline
- New Member
Less
More
- Posts: 8
2 years 2 weeks ago #1546
by Jolie Fleur
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
10.13
Replied by Jolie Fleur on topic Install to Raspberry PI 4
YesI guess that after the Warning you get back the prompt ?
pi@joliefleur:~/qtVlm $ lsb_release -aThe warning is "normal" and is always there in case of the list subcommand.
So this means that this lib is not available in the repository
can you confirm what is telling:
lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
pi@joliefleur:~/qtVlm $ cat /etc/debian_versionand
cat /etc/debian_version
10.13
qtVlm-5.10.18-rpi32Bullseye.tar.gzalso can you confirm the file name of the .tar.gz you are trying to install ?
Please Log in or Create an account to join the conversation.
Time to create page: 0.166 seconds