ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

ods/src/ods_idx.c lib*_* plugins need a plugin directory under $(libdir) #25

Open baallan opened 4 years ago

baallan commented 4 years ago

We have a large set of plugins that should live someplace like $(libdir)/sosdb instead of $(libdir). Is this on the list of things to fix? If not, would you take a patch that fixes it? Does the plugin load path need to be configurable/extendible like ldms plugins or would you prefer a hard definition that libpath is $(libdir)/sosdb?

tom95858 commented 4 years ago

sos doesn't use environment variables to find libraries, it relies on LD_LIBRARY_PATH/ldconfig. So moving the libraries is an install thing. I can take care of it.