Installing the Open Source Package
- Obtain globalcache-adaptorlib-release-oe1.aarch64.tar.gz from /home/server/adaptorlib/global-cache-adaptor/package/ on the compilation server and decompress the open source package.
1tar -zxvf globalcache-adaptorlib-release-oe1.aarch64.tar.gz
- Copy adaptorlib to /opt/gcache/lib.
1 2
cd globalcache-adaptorlib-aarch64 \cp lib* /opt/gcache/lib
- Check whether the owner of the libproxy.so, libosa.so, and libglz.so files in /opt/gcache/lib is globalcache. If not, change the owner to globalcache.
cd /opt/gcache/lib chown globalcache:globalcache libosa.so chown globalcache:globalcache libproxy.so chown globalcache:globalcache libglz.so chmod 550 /opt/gcache/lib/libosa.so chmod 550 /opt/gcache/lib/libproxy.so chmod 550 /opt/gcache/lib/libglz.so
Parent topic: Server