uglyDwarf / linuxtrack

Headtracking for Linux/Mac
MIT License
156 stars 30 forks source link

Older libraries #140

Open ghost opened 7 years ago

ghost commented 7 years ago

hello,

i've some issues using linuxtrack 0.99.18 (and linuxtrack-0.99.19hid), universal package for linux, or building it (i'm with debian buster): With universal package ldd *|grep 'not found' | sort -u reply libcrypto.so.1.0.0 => not found after checking, i found libcrypto.so.1.0.2. I try to ln -s to libcrypto.so.1.0.0, but it result a new error ./ltr_extractor: /usr/lib/i386-linux-gnu/libcrypto.so.1.0.0: versionOPENSSL_1.0.0' not found (required by ./ltr_extractor)`

When i try to build it (https://github.com/uglyDwarf/linuxtrack/wiki/New-Build-Linux-(Debian-based)), it works, but there is no 'ltr_gui'... I have forgotten something?

uglyDwarf commented 7 years ago

Hello, the libcrypto is used only by the ltr_extractor; most of the work that ltr_extractor does is done by the ltr_gui (except for the update of the game definitions, but that is "experimental" at best). As for the build instructions, I'll have to update them; to build the ltr_gui, you need Qt (QtWebkit, QtOpenGL) and mxml... Kind regards, Michal

ghost commented 7 years ago

Ok for that. I try to use ltr_gui, universal package. All seems to works, but when i start webcam, nothing happened. In log file: [Thu 2017-09-07 21:38:50 CEST] Loading library 'libft' [Thu 2017-09-07 21:38:50 CEST] Couldn't load library '/opt/linuxtrack-0.99.18/lib/linuxtrack/libft.so.0' - libopencv_core.so.2.3: cannot open shared object file: No such file or directory! it needs libopencv2.3, in debian, i found only libopencv2.4 in current version. For the 2.3, it's in wheezy, old old stable. I finaly install successfully, but perhaps, one day, hum, if you want, with a lot of spare time... :)

uglyDwarf commented 7 years ago

Hello, please take a look here: https://github.com/uglyDwarf/linuxtrack/issues/139 I'm aware of the problem, I just have too much to do in the real life I didn't get to make a new release yet... Sorry!

Michal

ghost commented 7 years ago

Don't be sorry, it's a wonderfull job, yet, and i think we can understand you have a life, too... I've read this, before, and forget, my bad...