You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried both v0.99.18 and v0.99.19 from #139 and both are unable to install packages on fedora, as they dont appear to exist
while without them .18 can still launch and run, it fails to extract trackir. .19 just doesnt run at all, so from here forward, all information is for 0.99.18
for the dependencies:
chaos@linux-desktop:/opt/linuxtrack-0.99.18/bin$ ldd * | grep 'not found' | sort -u
libcrypto.so.1.0.0 => not found
libcwiid.so.1 => not found
liblo.so.7 => not found
chaos@linux-desktop:/opt/linuxtrack-0.99.18/lib/linuxtrack$ ldd *.so | grep 'not found' | sort -u
libcwiid.so.1 => not found
libopencv_core.so.2.3 => not found
libopencv_imgproc.so.2.3 => not found
libopencv_objdetect.so.2.3 => not found
attached is the log file of the application when trying to load the trackir firmware (using the updated URL, it correctly downloads, just fails to extract) linuxtrack.log
Help in getting this working would be greatly appreciated, my suspicion right now is that the lack of dependencies is the culprit, but I lack anywhere to download them from as far as I am aware of.
The text was updated successfully, but these errors were encountered:
Tried both v0.99.18 and v0.99.19 from #139 and both are unable to install packages on fedora, as they dont appear to exist
while without them .18 can still launch and run, it fails to extract trackir. .19 just doesnt run at all, so from here forward, all information is for 0.99.18
for the dependencies:
chaos@linux-desktop:/opt/linuxtrack-0.99.18/bin$ ldd * | grep 'not found' | sort -u
libcrypto.so.1.0.0 => not found
libcwiid.so.1 => not found
liblo.so.7 => not found
chaos@linux-desktop:/opt/linuxtrack-0.99.18/lib/linuxtrack$ ldd *.so | grep 'not found' | sort -u
libcwiid.so.1 => not found
libopencv_core.so.2.3 => not found
libopencv_imgproc.so.2.3 => not found
libopencv_objdetect.so.2.3 => not found
attached is the log file of the application when trying to load the trackir firmware (using the updated URL, it correctly downloads, just fails to extract)
linuxtrack.log
Help in getting this working would be greatly appreciated, my suspicion right now is that the lack of dependencies is the culprit, but I lack anywhere to download them from as far as I am aware of.
The text was updated successfully, but these errors were encountered: