Logiciel de navigation et de routage

AppStore PlayStore

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

Install to Raspberry PI 4

Plus d'informations
il y a 10 mois 1 semaine #1946 par Claudio SUMATRA
Réponse de Claudio SUMATRA sur le sujet Install to Raspberry PI 4
I downloaded the raspberry file and extracted the compressed files in the temp/qvtlm folder but now I don't know what to do. sorry but I'm learning to use this operating system recently

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 mois 1 semaine #1947 par maitai
Réponse de maitai sur le sujet Install to Raspberry PI 4
You should start by reading the documentation (link on this site), there is a chapter about RPI installation.

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 mois 1 semaine #1948 par Claudio SUMATRA
Réponse de Claudio SUMATRA sur le sujet Install to Raspberry PI 4
sorry, I try to do somethings....
"pi@openplotter:~/qtVlm/qtVlm $ ./qtVlm
./qtVlm: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory
pi@openplotter:~/qtVlm/qtVlm $ ./qtVlm -platform xcb
./qtVlm: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 mois 1 semaine #1949 par maitai
Réponse de maitai sur le sujet Install to Raspberry PI 4
As stated in the documentation page 10, in that case you should try
sudo apt -y purge "pulseaudio*" and reboot

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 mois 6 jours #1952 par Claudio SUMATRA
Réponse de Claudio SUMATRA sur le sujet Install to Raspberry PI 4
Hi Maitai, thanks a lot for your time.
Now I have this problem:

/qtVlm: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 mois 2 jours #1962 par oxygen77
Réponse de oxygen77 sur le sujet Install to Raspberry PI 4
Hello,

You need in fact to install (using apt install XXX) all missing library.

To find the name of the library you should use google.

So you should:
- launch qtvlm
- see the error and name of the missing lib
/qtVlm: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory
- search it in google
libpulse-mainloop-glib.so.0
- you'll find here this name: libpulse-mainloop-glib0
- do as root (or with sudo) apt install XXXX
apt install libpulse-mainloop-glib0
- restart the process until qtVlm can launch

Please report here any error during the apt install

Connexion ou Créer un compte pour participer à la conversation.

Temps de génération de la page : 0.196 secondes