CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
175 stars 63 forks source link

libQt5Positioning.so.5: version `Qt_5' not found #276

Closed surrsurus closed 5 years ago

surrsurus commented 5 years ago

Describe the bug While running certain CaPTk applications from the CLI, the error:


 /usr/lib/x86_64-linux-gnu/libQt5Positioning.so.5: version `Qt_5' not found (required by /home/gray/CBICA/git/dmitri/CaPTk/bin/install/appdir/usr/bin/GreedyRegistration)```

Appears for various applications

**To Reproduce**
Steps to reproduce the behavior:
1. Run `./captk PerfusionDerivatives -u` for example

**Expected behavior**
Application behaves normally, displaying usage or version

**CaPTk Version**
1.6.1

**Desktop (please complete the following information):**
 - OS: Ubuntu 16.04
surrsurus commented 5 years ago

A fix has been implemented for this in my fork, waiting for PR now.

surrsurus commented 5 years ago

Ok fixed this issue, now LD_LIBRARY_PATH is set properly.