I know this is currently broken in different ways.
Anyway... What do you need it for? The only package that requires (or required) it is mysql-workbench. That brings a bundled version of mysql-connector-c++ now, so most of you can simple remove this package from system.
Search Criteria
Package Details: mysql-connector-c++ 1.1.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mysql-connector-c++.git (read-only, click to copy) |
---|---|
Package Base: | mysql-connector-c++ |
Description: | A MySQL database connector for C++ |
Upstream URL: | http://dev.mysql.com/doc/connector-cpp/en/ |
Licenses: | GPL |
Submitter: | eworm |
Maintainer: | None |
Last Packager: | rafaelff |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-20 11:55 (UTC) |
Last Updated: | 2019-04-10 15:52 (UTC) |
Dependencies (3)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4
eworm commented on 2016-02-15 07:27 (UTC)
ibizaman commented on 2016-02-14 21:44 (UTC)
Build failed for me with:
CMake Error at FindMySQL.cmake:508 (message):
MYSQL_INCLUDE_DIR given, but no "mysql.h" in "/usr/include/mysql;/usr/include/mysql/.."
Call Stack (most recent call first):
CMakeLists.txt:217 (INCLUDE)
So by diving into FindMySQL's code you understand that it failed because two include folders where given however FindMySQL can only handle one. So adding the following line to the cmake line in PKGBUILD did the trick:
-DMYSQL_INCLUDE_DIR=/usr/include/mysql
enjoyaol commented on 2016-01-24 12:16 (UTC)
oh great, thanks. I ran the gpg keys as root.
It should be ran as the user account you are using.
I ran this command :
gpg --keyserver hkp://keys.gnupg.net --recv-key 8C718D3B5072E1F5
Then it worked.
eworm commented on 2016-01-23 21:31 (UTC)
https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
enjoyaol commented on 2016-01-23 18:55 (UTC)
I have this problem too. eworm, when I run your command, it fails. I tried to reset my ~/.gnupg/ folder, and recreate the config file, to set a key server. When I add the key in my root user account, pacman still spits the same error about the key.
;(
eworm commented on 2016-01-21 08:05 (UTC)
Just run:
gpg --recv-key 8C718D3B5072E1F5
z3ntu commented on 2016-01-21 08:03 (UTC)
Also got
mysql-connector-c++-1.1.6.tar.gz ... FAILED (unknown public key 8C718D3B5072E1F5)
==> ERROR: One or more PGP signatures could not be verified!
subjectdenied commented on 2016-01-20 13:34 (UTC)
not exactly sure, i'm doing something wrong here, but i get this error when updating. already did a refresh of keys
mysql-connector-c++-1.1.6.tar.gz ... FEHLGESCHLAGEN (Unbekannter öffentlicher Schlüssel 8C718D3B5072E1F5)
Pinned Comments
rafaelff commented on 2019-04-10 16:07 (UTC)
This package can not be updated to a version higher than 1.1.9, because Oracle MySQL broke compatibility with MariaDB in newer versions. Please, do not flag this package as out-of-date unless you know a solution for this broken compatibility -- It should work as it is.