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

kdc_proxy RPM Package Installation

As a shared library (.so), kdc_proxy is loaded by external processes and provides C function APIs for external invocations.

Procedure

  1. Obtain the kdc_proxy RPM package from the build artifacts directory. For compilation details, see KDC Deployment and Usage Guide.
  2. Run the installation command.
    rpm -ivh kdcproxy-<version>.rpm
  3. After the installation is complete, the default installation path for the shared library is as follows.

    Type

    Installation Path

    Description

    Shared library

    /usr/lib64/libkdc_proxy.so

    Runtime shared library

  4. Verify the installation.
    1. Check whether the shared library exists.
      ls -l /usr/lib64/libkdc_proxy.so
    2. Check the exported symbols.
      nm -D /usr/lib64/libkdc_proxy.so | grep Kdc