[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #11 from Alex Thurgood --- FWIW, the main differences between my current build (of today) and the previous build: - previous build was dbgutl enabled - previous build was also built with lang=fr-FR -- You are receiving this

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 Alex Thurgood changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #9 from Lionel Elie Mamane --- (In reply to Julien Nabet from comment #4) > (...) I must recognize I don't know: > - if we want to migrate towards MariaDB or keep both (MariaDB and Mysql) We ship one connector (that is an SDB

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #8 from Alex Thurgood --- Having built master on Linux Mint with the native connector extension at build time, I can confirm that this doesn't affect my Linux build, i.e. the libmysqlcppconn is loaded correctly. -- You are r

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #7 from Alex Thurgood --- Hoping that this isn't a resurgence of bug 60907. -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing li

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #6 from Alex Thurgood --- My understanding of this block void MysqlCDriver::impl_initCppConn_lck_throw() 107 { 108 #ifdef SYSTEM_MYSQL_CPPCONN 109 cppDriver = get_driver_instance(); 110 #else 111 #ifdef BUNDLE_

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #5 from Alex Thurgood --- Hi Julien, I have no idea either. MariaDB for OSX only appears to be installable via HomeBrew, which is why I still use MySQL Server from Oracle and MySQL C Connector source code from the Oracle MySQL

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #4 from Julien Nabet --- Sorry Alex, with the arrival of MariaDB, I must recognize I don't know: - if we want to migrate towards MariaDB or keep both (MariaDB and Mysql) - how to configurate autogen.input - if MariaDB is still

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #3 from Alex Thurgood --- This warning appears to be thrown by this block: if ( !m_bAttemptedLoadCppConn ) 133 { 134 const rtl::OUString sModuleName(CPPCONN_LIB); 135 m_hCppConnModule = osl_loadM

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #2 from Alex Thurgood --- Tracing in lldb gives : warn:legacy.osl:89876:1:mysqlc/source/mysqlc_driver.cxx:142: MysqlCDriver::impl_initCppConn_lck_throw: could not load the libmysqlcppconn.dylib library! -- You are receiving

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 Alex Thurgood changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 --- Comment #1 from Alex Thurgood --- Note that so far, I have only been able to confirm this on OSX (10.12.4) Version: 5.4.0.0.alpha0+ Build ID: 55833ef28adb67a34a61f545219f9ba9a7c1a4e5 CPU threads: 2; OS: Mac OS X 10.12.4; UI render:

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 Alex Thurgood changed: What|Removed |Added OS|All |Mac OS X (All) -- You are recei

[Libreoffice-bugs] [Bug 107579] Native mysql connector extension fails to be loaded

2017-05-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107579 Alex Thurgood changed: What|Removed |Added Keywords||regression Priority|me