node-epics-ca
Version:
EPICS Channel Access client for Node.js
21 lines (14 loc) • 623 B
Plain Text
These shared libraries were built using
Epics Base 3.16.2 on Centos 6.9 with gcc 4.4.7, glibc 2.12
Readline support was turned off by setting
COMMANDLINE_LIBRARY =
in
CONFIG_SITE.Common.linux-x86
The patchelf utility (from Anaconda Python) was used to make the shared
libraries portable with the following commands:
mv libCom.so libComPYEPICS.so
patchelf --set-soname libca.so libca.so
patchelf --set-soname libComPYEPICS.so libComPYEPICS.so
patchelf --set-rpath '$ORIGIN' libca.so
patchelf --set-rpath '$ORIGIN' libComPYEPICS.so
patchelf --replace-needed libCom.so.3.16.2 libComPYEPICS.so libca.so