uglyDwarf / linuxtrack

Headtracking for Linux/Mac
MIT License
158 stars 29 forks source link

X-Plane plugin (xlinuxtrack) doesn't find liblinuxtrack.so.0 #160

Open CyberGuerro opened 5 years ago

CyberGuerro commented 5 years ago

When X-Plane start, plugin trys to find liblinuxtrack in multiple path, but my distribution (Gentoo) has this library configuration:

32bit -> /usr/lib (no more /usr/lib32) 64bit -> /usr/lib64 (no more /usr/lib)

Compilation of sources works fine (all library file are deployed correctly, setting --with-lib32-dir to correct system path), but it seems that plugin doesn't transpose this setting and doesn't search in /usr/lib64/linuxtrack/...

attacched log where xlinuxtrack try to find library linuxtrack.log