Cyrus sasl with mysql compile issues

From: Steve Rieger (steve.rieger@tbwachiat.com)
Date: Wed Dec 08 2004 - 15:40:56 EST


Hi all

Am trying to compile cyrus-sasl-2.20 to use the passwds in a mysql db, for
authentication, but mysql (from source) is not compiled as shared, as the
mysql.com site says

MYSQL recommends that for a Solaris 9 machine, compile using

CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 \
-fno-omit-frame-pointer -felide-constructors -fno-exceptions \
-fno-rtti" ./configure --prefix=/usr/local/mysql \
--with-extra-charsets=complex --enable-thread-safe-client \
--enable-local-infile --enable-assembler \
--with-named-curses-libs=-lcurses --disable-shared
Here is my config for cyrus-sasl-2.20

./configure \
--enable-shared=yes \
--enable-static=no \
--enable-sample=yes \
--with-pam=no \
--with-saslauthd=no \
--disable-alwaystrue \
--disable-checkapop \
--with-des=no \
--with-openssl=/usr/local/ssl \
--disable-krb4 \
--enable-plain \
--disable-anon \
--enable-sql \
--with-mysql=/usr/local/mysql \
--with-plugindir=/usr/local/cyrus-sasl-2.20/plugins \
--with-rc4 \
--without-dmalloc \
--disable-cram \
--with-degest=no

And now for the errors
configure: WARNING: OpenSSL not found -- NTLM will be disabled
checking NTLM... disabled
checking SQL... enabled
checking for mysql_select_db in -lmysqlclient... (cached) no
Any pointers would be appreciated

--
Steve Rieger
Direct 212-804-1131
Cell 646-335-8915
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:29:51 EDT