Navigation and Weather Routing software

AppStore PlayStore

Contact us for support or information: contact@meltemus.com

Install to Raspberry PI 4

More
1 year 4 months 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.

More
1 year 4 months 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

 

Please Log in or Create an account to join the conversation.

More
1 year 4 months 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

Please Log in or Create an account to join the conversation.

More
1 year 4 months 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

Please Log in or Create an account to join the conversation.

More
1 year 4 months 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 ?

Please Log in or Create an account to join the conversation.

More
1 year 4 months ago #1546 by Jolie Fleur
Replied by Jolie Fleur on topic Install to Raspberry PI 4

I guess that after the Warning you get back the prompt ?
Yes

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

pi@joliefleur:~/qtVlm $ lsb_release -a
No LSB modules are available.
Distributor ID:    Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:    10
Codename:    buster

and

cat /etc/debian_version

pi@joliefleur:~/qtVlm $ cat /etc/debian_version
10.13

also can you confirm the file name of the .tar.gz you are trying to install ?

qtVlm-5.10.18-rpi32Bullseye.tar.gz

Please Log in or Create an account to join the conversation.

Time to create page: 0.222 seconds