Open sergey-safarov opened 3 years ago
is this stuff we package and put in our repo? do you have pr to fix them ?
Here is where we store the spec file at the moment: https://github.com/freeswitch/mariadb-connector-c-packaging/tree/centos/centos
I think we need to move this ticket to freeswitch/mariadb-connector-c-packaging
project.
If this a trick, then I can reopen the ticket in another project.
PR is not created at a moment.
Technically I can port Fedora RPM to CentOS 7.
On page please make the search for mariadb-connector-c
Let's have this issue opened for the reference but create a new one in freeswitch/mariadb-connector-c-packaging
mariadb-connector-c
upgrade won't help here.
Reson - on CentOS7 server devel files and client delve files located in same devel package (mariadb-devel
).
mariadb-connector-c
is client devel files. So conflict will be by definition. Just need do not install mariadb-devel
on CentOS 7 dist.
Also created PR #1161 to simple build mod_mariadb
on CentOS7 dists.
mkdir cmbuild cd cmbuild cmake .. -DCMAKE_INSTALL_PREFIX=/opt/freeswitch make -j8;make install
Describe the bug cannot install
mariadb-connector-c-devel
on CentOS 7To Reproduce
Expected behavior
mariadb-connector-c-devel
will be installed without error