-
Notifications
You must be signed in to change notification settings - Fork 26
RPATH broken for OpenStudioApplication 1.7.0-rc2 on Ubuntu #673
Copy link
Copy link
Closed
Labels
TriageIssue needs to be assessed and labeled, further information on reported might be neededIssue needs to be assessed and labeled, further information on reported might be needed
Description
Issue overview
bin/OpenStudioApp can't find lib/libopenstudiolib.so.
Current Behavior
RPATH is broken
OpenStudioApp: error while loading shared libraries: libopenstudiolib.so: cannot open shared object file: No such file or directory
Expected Behavior
Should work
Possible Solution
sudo patchelf --set-rpath "\$ORIGIN:\$ORIGIN/../lib" OpenStudioApp
Details
Environment
Some additional details about your environment for this issue (if relevant):
- Platform (Operating system, version): Ubuntu
- Version of OpenStudioApplication (if using an intermediate build, include SHA): 1.7.0-rc2
Context
Reported during RC2 testing #669
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TriageIssue needs to be assessed and labeled, further information on reported might be neededIssue needs to be assessed and labeled, further information on reported might be needed