[llvm-bugs] [Bug 45909] New: libraries in libomp-*-dev package not in LD_LIBRARY_PATH
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 13 10:20:04 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45909
Bug ID: 45909
Summary: libraries in libomp-*-dev package not in
LD_LIBRARY_PATH
Product: Packaging
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: deb packages
Assignee: unassignedbugs at nondot.org
Reporter: steffen.seckler at tum.de
CC: llvm-bugs at lists.llvm.org
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!
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200513/623b7d34/attachment.html>
More information about the llvm-bugs
mailing list