Navigation and Weather Routing software

AppStore PlayStore

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

Install to Raspberry PI 4

More
10 months 1 week 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.

More
10 months 1 week 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.

More
10 months 1 week 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

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

More
10 months 1 week 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

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

More
10 months 1 week 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

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

More
10 months 2 days 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

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

Time to create page: 0.182 seconds