Configuring FastDB
If the library files related to FastDB are not found, perform the following operations to configure the library path.
- Add the FastDB dynamic library path and make the path take effect immediately.
echo /opt/fastdb/lib/ >> /etc/ld.so.conf ldconfig

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