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.
1 2
echo /opt/fastdb/lib/ >> /etc/ld.so.conf ldconfig

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