Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

Linux OpenStudio can't find Qt5

asked 2017-09-28 15:38:40 -0500

Determinant's avatar

Starting OpenStudio in Linux I get the following error:

/usr/local/bin/OpenStudio-1.12.0: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory

I checked the dependencies and sure enough Qt5 was missing (and libboost). So I installed Qt5 and all the files are there but the library is in the /opt/qt5/lib subdirectory. I added that directory and it's subdirectory with

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/qt5/lib

and get the expected:

LD_LIBRARY_PATH=/lib:/usr/lib:/root/my-applications/lib:/usr/local/lib:/opt/qt5/lib:/opt/qt55/lib:/opt/qt55/lib/lib

but I still get the same error.

I'm using OS 1.12 because it's the most current package that successfully installs the PAT on Linux.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-10-21 17:40:17 -0500

Determinant's avatar

I tried tahrpup and Lubuntu minimal but finally settled on regular Lubuntu. This seems to be the lightest version that is out-of-the-box compatible with OpenStudio.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2017-09-28 15:38:40 -0500

Seen: 183 times

Last updated: Oct 21 '17