- Posts: 5
Install to Raspberry PI 4
- Claudio SUMATRA
- Offline
- New Member
Less
More
1 year 6 months ago #1946
by Claudio SUMATRA
Replied by Claudio SUMATRA on topic 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
Please Log in or Create an account to join the conversation.
- maitai
- Offline
- Administrator
Less
More
- Posts: 866
1 year 6 months ago #1947
by maitai
Replied by maitai on topic Install to Raspberry PI 4
You should start by reading the documentation (link on this site), there is a chapter about RPI installation.
Please Log in or Create an account to join the conversation.
- Claudio SUMATRA
- Offline
- New Member
Less
More
- Posts: 5
1 year 6 months ago #1948
by Claudio SUMATRA
Replied by Claudio SUMATRA on topic 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
Please Log in or Create an account to join the conversation.
- maitai
- Offline
- Administrator
Less
More
- Posts: 866
1 year 6 months ago #1949
by maitai
Replied by maitai on topic 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
Please Log in or Create an account to join the conversation.
- Claudio SUMATRA
- Offline
- New Member
Less
More
- Posts: 5
1 year 6 months ago #1952
by Claudio SUMATRA
Replied by Claudio SUMATRA on topic 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
Please Log in or Create an account to join the conversation.
- oxygen77
- Offline
- Administrator
Less
More
- Posts: 268
1 year 5 months ago #1962
by oxygen77
Replied by oxygen77 on topic 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
Please Log in or Create an account to join the conversation.
Time to create page: 0.227 seconds