Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with dependancies not existing #208

Open
ChaosRifle opened this issue Sep 17, 2024 · 1 comment
Open

issues with dependancies not existing #208

ChaosRifle opened this issue Sep 17, 2024 · 1 comment

Comments

@ChaosRifle
Copy link

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.

@fwfa123
Copy link

fwfa123 commented Oct 13, 2024

I am not sure if this will give you any help but I posted how I was able to get this running here #206 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants