Building cyrus sasl on solaris 10

Egoitz Aurrekoetxea egoitz at gmail.com
Tue Jan 5 02:37:57 EST 2010


>
> Hi Gary,
>
> I'm doing the following configure :
>
> 670 export CXX=/opt/sunstudio12.1/bin/CC
> 671 export CC=/opt/sunstudio12.1/bin/cc
> 672 export CPPFLAGS="-I/usr/include"
> 673 export LDFLAGS="-L/lib"
> 674 ./configure --prefix=/export/binarioscompilados/correo/cyrussasl
> --with-saslauthd=/var/run
> --with-pam=/export/binarioscompilados/correo/pammysql/modulos
> --with-configdir=/export/binarioscompilados/correo/cyrussasl/etc
> --disable-anon --enable-plain --disable-cram --disable-digest --enable-login
> --disable-otp --disable-gssapi --without-krb4 --without-des
> --without-authdaemond
>
> And it creates libplain.a but not libplain.so....
>
> Any known reason... I have tried too you're configure... but I continue
> seeing in make the warnings told before about libraries and dlopen...
>
> Any ideas please?... have tried too with --enable-static and
> --enable-shared... but no way....
>
> Bye! thanks!!!
>
> 2010/1/5 Gary Mills <mills at cc.umanitoba.ca>
>
> On Mon, Jan 04, 2010 at 11:25:01PM +0100, Egoitz Aurrekoetxea wrote:
>> >
>> >    So is there any procedure for building this on Solaris 10?? I know
>> >    solaris comes with some parts of cyrus sasl library... but it's only
>> >    one part and it doesn't come with binaries like saslauthd... so I'd
>> >    rather to build whose cyrus sasl. Is it any documented way for
>> >    building this properly?... or is there any documented way of running
>> >    saslauthd with Postfix and cyrus IMAP I mean... any solaris way for
>> >    making this work please?.
>>
>> Which version are you building?  This is what I used to configure
>> cyrus-sasl-2.1.22.  It certainly does create dynamic libraries.
>>
>>    env LDFLAGS="-R/usr/local/lib" \
>>        CC=cc \
>>        INSTALL=/usr/ucb/install \
>>        ./configure \
>>        --localstatedir=/var/run \
>>        --with-dblib=none \
>>        --with-saslauthd=/var/run/saslauthd \
>>        --with-ipctype=doors \
>>        --with-openssl=/usr/sfw \
>>        --with-mysql=/usr/local/src/mysql/mysql-4.0.18 \
>>        --disable-checkapop \
>>        --disable-otp \
>>        --enable-login \
>>        --enable-ntlm \
>>        --enable-sql \
>>        --disable-krb4 \
>>        --disable-gssapi
>>
>> --
>> -Gary Mills-        -Unix Group-        -Computer and Network Services-
>>
>
>
>
> --
> Egoitz Aurrekoetxea
>



-- 
Egoitz Aurrekoetxea
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.andrew.cmu.edu/pipermail/info-cyrus/attachments/20100105/2910e579/attachment-0001.html 


More information about the Info-cyrus mailing list