我要评分
获取效率
正确性
完整性
易理解

Installing the Open Source Package

  1. 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.
    1
    tar -zxvf globalcache-adaptorlib-release-oe1.aarch64.tar.gz
    
  2. Copy adaptorlib to /opt/gcache/lib.
    1
    2
    cd globalcache-adaptorlib-aarch64
    \cp lib* /opt/gcache/lib
    
  3. 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