Hello I am new to fedora 35 and I am trying to figure out how to install the c++ header files for the mysql-connector-c++. I am a c++ dev but new to fedora.
$ sudo yum install mysql-connector-c++
Last metadata expiration check: 2:44:40 ago on Tue 08 Feb 2022 07:09:07 AM CST.
Package mysql-connector-c++-8.0.28-1.fc35.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
I also had to install this file for the C++ header files which put them in this location.
/usr/src/debug/mysql-connector-c++-8.0.28-1.fc35.x86_64/jdbc/
sudo yum localinstall mysql-connector-c++-debugsource-8.0.28-1.fc35.x86_64.rpm
Now I am getting "build_config.h No such file or directory" inside the "connection.h" file.
Connection.h is a part of the mysql-connector package and it not a file that I wrote.
When i search "build_config.h" doesnt exist anywhere on my disk.
How can I correctly install the mysql c++ dev connector? Thanks in advance for helping me.
$ sudo yum install mysql-connector-c++
Last metadata expiration check: 2:44:40 ago on Tue 08 Feb 2022 07:09:07 AM CST.
Package mysql-connector-c++-8.0.28-1.fc35.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
I also had to install this file for the C++ header files which put them in this location.
/usr/src/debug/mysql-connector-c++-8.0.28-1.fc35.x86_64/jdbc/
sudo yum localinstall mysql-connector-c++-debugsource-8.0.28-1.fc35.x86_64.rpm
Now I am getting "build_config.h No such file or directory" inside the "connection.h" file.
Connection.h is a part of the mysql-connector package and it not a file that I wrote.
When i search "build_config.h" doesnt exist anywhere on my disk.
How can I correctly install the mysql c++ dev connector? Thanks in advance for helping me.