Bug #2441
[3.0] build deps libraries are installed in different subdir (not found by executable)
Start date:
2021-01-11
% Done:
100%
Description
When using 'make install' command after build (with custom install prefix), almost all libraries go to lib64 subdirectory (on 64bit machine), but lib_Foundation, libassimp, libglbinding go to lib subdirectory and the executable can not find them there without explicitly setting LD_LIBRARY_PATH environment variable.
I think either those 3 libs should go to the same directory as other libs or lib subdir should also be added to runtime search path during linking.
History
#1 Updated by skyjake almost 4 years ago
Pushed bd6d6670bfa4aa35, but haven't tested it yet.
#2 Updated by skyjake almost 4 years ago
- Subject changed from Linux: build deps libraries are installed in different subdir (not found by executable) to [3.0] build deps libraries are installed in different subdir (not found by executable)
- Category set to Defect
- Status changed from New to In Progress
- Target version changed from 3.0 to Build system and tools
#3 Updated by thesourcehim almost 4 years ago
Works great with latest git now, thank you.
#4 Updated by skyjake almost 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100