- Messages : 5
Install to Raspberry PI 4
- Claudio SUMATRA
- Hors Ligne
- Nouveau membre
Moins
Plus d'informations
il y a 1 an 6 mois #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.
- maitai
- Hors Ligne
- Administrateur
Moins
Plus d'informations
- Messages : 866
il y a 1 an 6 mois #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.
- Claudio SUMATRA
- Hors Ligne
- Nouveau membre
Moins
Plus d'informations
- Messages : 5
il y a 1 an 6 mois #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
"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.
- maitai
- Hors Ligne
- Administrateur
Moins
Plus d'informations
- Messages : 866
il y a 1 an 6 mois #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
sudo apt -y purge "pulseaudio*" and reboot
Connexion ou Créer un compte pour participer à la conversation.
- Claudio SUMATRA
- Hors Ligne
- Nouveau membre
Moins
Plus d'informations
- Messages : 5
il y a 1 an 6 mois #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
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.
- oxygen77
- Hors Ligne
- Administrateur
Moins
Plus d'informations
- Messages : 268
il y a 1 an 5 mois #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
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.163 secondes