Displaying 1 result from an estimated 1 matches for "dbuild_mysql".
Did you mean:
build_mysql
2007 Dec 07
1
Compiling with SQL support
...with --with-sql and
--with-sql-drivers, but this however still does not compile MySQL
support, I do no wish to install MySQL on this server, as I am using a
network SQL server, but I do have the compiled source available on this
server. I have tried running:
gcc -shared -fPIC -DHAVE_CONFIG_H -DBUILD_MYSQL \
-I../.. -I../lib -I../lib-settings -I/data/mysql/include/mysql \
driver-mysql.c -o driver_mysql.so -lmysqlclient
inside the /src/lib-sql, but this just returns an error that mysqlclient
cannot be found.
I have tried running dovecot --build-options, but MySQL is not listed
here, the operating...