[opensuse] Anybody building mysql-connector-c for 13.1, know where it is.
All, I'm looking for mysql-connector-c for 13.1 and I cannot find it anywhere in build service. The closest I can find it the mingw version: https://build.opensuse.org/package/show?project=windows%3Amingw%3Awin64&package=mingw64-mysql-connector-c I need it and would like to check if anyone is building it so save the time for rewriting the spec. Anybody know where an openSuSE version is? I know I've usually found it in server:/database in the repositories on prior releases, but only the cpp-devel version is present now? Dependencies are minimal (boost, boost-libs, cmake, libmariadbclient), so that isn't a problem. Let me know if you know where an opensuse version is, or a spec. Otherwise, I'll rewrite one from the generic srpm and cut all the cruft out of the generic spec... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On August 5, 2014 11:56:44 PM EDT, "David C. Rankin" <drankinatty@suddenlinkmail.com> wrote:
All,
I'm looking for mysql-connector-c for 13.1 and I cannot find it anywhere in build service. The closest I can find it the mingw version:
I need it and would like to check if anyone is building it so save the time for rewriting the spec. Anybody know where an openSuSE version is?
I know I've usually found it in server:/database in the repositories on prior releases, but only the cpp-devel version is present now? Dependencies are minimal (boost, boost-libs, cmake, libmariadbclient), so that isn't a problem.
Let me know if you know where an opensuse version is, or a spec. Otherwise, I'll rewrite one from the generic srpm and cut all the cruft out of the generic spec...
Isn't it just one of the libmysqlclient packages? There are a few to choose from. The cpp-devel package says it is a wrapper for mysql-connector-c, yet it seems to wrap libmysqlclient if you look at the specfile. Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/06/2014 07:01 AM, Greg Freemyer wrote:
Isn't it just one of the libmysqlclient packages? There are a few to choose from.
The cpp-devel package says it is a wrapper for mysql-connector-c, yet it seems to wrap libmysqlclient if you look at the specfile.
Greg
Now that would be a timesaver. I'll check. Thanks Greg :). I have been tinkering with that lightweightDMS project, and miraculously using a 'find /path ..blah.. -exec cproto ..blah..' I was able create a dump of 1118 code snippet files with some 5119 functions which I now have read into a couple of nested linked-lists. Before I OD on pointer arithmetic and duplicating and rewriting each list function, I figured I would just dump it into a couple of mysql tables and use the connector to provide access to the tables. That way the connector can worry about all the search and query functionality and, unlike sqlite, I have the alter-table capabilities to add later all the stuff I'm not smart enough to think about before-hand... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
David C. Rankin
-
Greg Freemyer