Skip to content

issues with dependancies not existing #208

Open
@ChaosRifle

Description

@ChaosRifle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions