hi,

> compiling with mysql support?

yes.

correctly? well ... dunno about that :-/

here's what i'm doing (atm ...),

% ./bootstrap.sh

% setenv LDFLAGS "-bind_at_load -L/usr/local/ssl/lib
-L/usr/local/mysql/lib/mysql -lmysqlclient_r -L/usr/local/sqlite/lib
-lsqlite3 -L."

% setenv CPPFLAGS "-I/usr/local/ssl/include -I/usr/local/mysql/include
-I/usr/local/sqlite/include -I."

% setenv CFLAGS `echo $CPPFLAGS`

% ./configure \
--prefix=/usr/local/openpbx \
--disable-debug \
--with-openpbx-user=openpbx --with-openpbx-group=openpbx \
--enable-shared --disable-static \
--enable-ssl=yes \
--enable-optimization=yes \
--enable-jabber=no \
--enable-javascript=no \
--enable-odbc=no \
--enable-postgresql=no \
--enable-mysql=yes \
--enable-builtin-sqlite3=no \
--with-sqlite3=/usr/local/sqlite \
--with-sqlite3-incdir=/usr/local/sqlite/include \
--with-sqlite3-libdir=/usr/local/sqlite/lib \
--with-spandsp-includes=/usr/local/spandsp/include \
--with-spandsp-libs=/usr/local/spandsp/lib \
 --enable-zaptel=no \
 --with-cdr_odbc=no \
 --with-cdr_manager=yes \
 --with-cdr_mysql=yes \
 --with-res_config_odbc=no \
 --with-res_config_curl=yes \
 --with-res_config_mysql=yes \
 --with-res_jabber=no \
 --with-res_js=no \
 --with-res_odbc=no \
 --with-res_sqlite=yes \
 --with-man-pages=yes \
 --with-readme=yes \
 --with-license=yes \
 --with-credits=no \
 --with-sgml-docs=yes \
 --enable-iax-trunking=yes \
 --enable-t38=yes
_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev

Reply via email to