Comments - where can i download connector c which build with glibc2.11

7 years, 6 months ago Daniel Bartholomew

We currently don't build the connector on a machine with glibc2.11 or lower so your only option is to build it yourself.

The commands we use to checkout the source and build the Connector/C Linux tar.gz package on our Linux build machine are:

git clone --depth 1 -b connector_c_2.3 "https://github.com/MariaDB/mariadb-connector-c.git" build
cd build/
cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGIT_BUILD_SRCPKG=1
cmake --build . --config RelWithDebInfo --target package
make package
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.