Rate This Document
Findability
Accuracy
Completeness
Readability

Configuring FastDB

If the library files related to FastDB are not found, perform the following operations to configure the library path.

  1. Add the FastDB dynamic library path and make the path take effect immediately.
    echo /opt/fastdb/lib/ >> /etc/ld.so.conf
    ldconfig

  2. Check the operation result.
    ldconfig -v | grep "fastdb"