I followed the directions running Raspbian Stretch and saw the following Error:
Code: Select all
cd ~
tar xzvf ~/Downloads/qDslrDashboard_V3.5.7_RPI.tar.gz
cd qDslrDashboard_V3.5.7_RPI
sudo ./qDslrDashboard.sh
/home/pi/qDslrDashboard_V3.5.7_RPI/./qDslrDashboard: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory
I tried add soft-links for new libs to old libs
Code: Select all
cd ~/qDslrDashboard_V3.5.7_RPI/Qt_Libraries
sudo ln -s /opt/vc/lib/libbrcmEGL.so libEGL.so
sudo ln -s /opt/vc/lib/libbrcmGLESv2.so libGLESv2.so
sudo ln -s /opt/vc/lib/libbrcmOpenVG.so libOpenVG.so
sudo ln -s /opt/vc/lib/libbrcmWFC.so libWFC.so
After adding the softlinks I got a different Error
Code: Select all
cd ~/qDslrDashboard_V3.5.7_RPI/Qt_Libraries
sudo ./qDslrDashboard.sh
pi@raspberrypi:~/qDslrDashboard_V3.5.7_RPI.LibSoftLinksAdded$ QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
qt.qpa.input: X-less xkbcommon not available, not performing key mapping
glGetError 0x500
I am running Raspbian Stretch:
Code: Select all
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
Anyone else seen these problems with running qDslrDashboard_V3.5.7_RPI on Raspbian Strech. Will there be another version of qDslrDashboard_V3.5_7 Raspian that is compiled for the newer libbrcm* Libraryies?
thanks
Rob