-
Notifications
You must be signed in to change notification settings - Fork 13.5k
libraries in libomp-*-dev package not in LD_LIBRARY_PATH #45254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
what do you recommend here? |
@SteffenSeckler this is still pending ? |
No idea, I didn't use this in the last 3 years... |
@SteffenSeckler Ohh okay!, i had subscribed to code triage and they sent this ticket! |
no activity for a while and probably not happening anymore, closing. |
@llvm/issue-subscribers-openmp Author: Steffen Seckler (SteffenSeckler)
| | |
| --- | --- |
| Bugzilla Link | [45909](https://llvm.org/bz45909) |
| Version | unspecified |
| OS | Linux |
Extended DescriptionHi, I have noticed that the libraries provided by the libomp-*-dev (e.g. libomp-11-dev) packages are not in the LD_LIBRARY_PATH and thus cannot be found by dlopen. This mainly affects the dynamic loading of these libraries, e.g., libarcher.so through TSan. System: Repositories: Thanks in advance! |
Extended Description
Hi,
I have noticed that the libraries provided by the libomp-*-dev (e.g. libomp-11-dev) packages are not in the LD_LIBRARY_PATH and thus cannot be found by dlopen.
I would have expected these to either be placed somewhere they can be found or that the LD_LIBRARY_PATH is modified.
This mainly affects the dynamic loading of these libraries, e.g., libarcher.so through TSan.
System:
ubuntu 20.04
Repositories:
deb http://apt.llvm.org/focal/ llvm-toolchain-focal main
deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal main
Thanks in advance!
The text was updated successfully, but these errors were encountered: