[CONC-103] Libraryes compatibelity Created: 2014-08-28 Updated: 2014-09-02 Resolved: 2014-09-02 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.0.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Joni-Pekka Kurronen | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 14.04 / bacula 7.0.5 |
||
| Description |
|
Description I'am useing mariadb-galera-server, it has all files as root@mpi1:/etc/bacula# /sbin/bacula-dir -c /etc/bacula/bacula-dir.conf -f joni@mpi1:/mpi3/S4/bacula-7.0.5$ ./configure --with-mysql=/usr/include/mysql --enable-bat configure: error: Invalid MySQL directory /usr/include/mysql - unable to find mysql.h under /usr/include/mysql Reported also: Bacula have been compiled and working whit Mysql BUT IT's THERE: joni@mpi1:/mpi3/S4/bacula-7.0.5$ ls -la /usr/include/mysql/mysql.h |
| Comments |
| Comment by Joni-Pekka Kurronen [ 2014-08-28 ] | ||
|
In think this is the issue: | ||
| Comment by Georg Richter [ 2014-09-02 ] | ||
|
Instead of expecting a path of the mysql/mariadb installation configure script should use mysql_config or mariadb_config to determine the right settings.
|