Client Library
The shared library that powers all Regatta drivers, providing the core API for communicating with your Regatta database.
The Regatta client library is a core component required by all Regatta drivers. It provides the underlying communication layer that enables your applications to interact with the Regatta database. Before installing any language-specific driver or tool, the client library must be installed on your system.
Regatta Drivers are available in two modes:
- Bundled with the Regatta client library for a simplified all-in-one setup.
- Standalone, allowing dynamic linking to the Regatta client at runtime for greater flexibility.
Installation
Copy the client RPM package to your target Linux machine and install it:
Once installed, the shared library will be placed in the system library path, typically:
You can verify installation with:
This confirms that the client library is now available for linking by the drivers.
Copy the client RPM package to your target Linux machine and install it:
Once installed, the shared library will be placed in the system library path, typically:
You can verify installation with:
This confirms that the client library is now available for linking by the drivers.