"Kolab Konsortium via Gunnar Wrobel" <[EMAIL PROTECTED]> writes:

>   OpenPKG CVS Repository
>   http://cvs.openpkg.org/
>   ____________________________________________________________________________
>
>   Server: cvs.openpkg.org                  Name:   Kolab Konsortium via 
> Gunnar Wro$
>   Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
>   Module: openpkg-src                      Date:   06-Dec-2007 07:47:40
>   Branch: HEAD                             Handle: 2007120606473900
>
>   Modified files:
>     openpkg-src/imapd       imapd.spec
>
>   Log:
>     Reverted 1.182 -> 1.183 because imapd suddenly links to the bdb lib
>     outside of the OpenPKG environment.
>
>   Summary:
>     Revision    Changes     Path
>     1.186       +11 -1      openpkg-src/imapd/imapd.spec
>   ____________________________________________________________________________
>
>   patch -p0 <<'@@ .'
>   Index: openpkg-src/imapd/imapd.spec
>   ============================================================================
>   $ cvs diff -u -r1.185 -r1.186 imapd.spec
>   --- openpkg-src/imapd/imapd.spec    30 Nov 2007 10:50:15 -0000      1.185
>   +++ openpkg-src/imapd/imapd.spec    6 Dec 2007 06:47:39 -0000       1.186
>   @@ -33,7 +33,7 @@
>    Group:        Mail
>    License:      BSD
>    Version:      2.3.10
>   -Release:      20071130
>   +Release:      20071206
>    
>    #   package options
>    %option       with_fsl           yes
>   @@ -162,6 +162,14 @@
>        #   make sure config2header rebuilds imapopts based on imapoptions
>        rm -f lib/imapopts.h lib/imapopts.c >/dev/null 2>&1 || true
>    
>   +    #   fix Berkeley-DB detection
>   +    %{l_shtool} subst\
>   +        -e 's;-L/usr/local/lib;;g' \
>   +        -e 's;-I/usr/local/include;;g' \
>   +        -e 's;db-4\.[0-9];db;g' \
>   +        -e 's;-l\$dbname;%{l_prefix}/lib/lib$dbname.a;g' \
>   +        configure
>   +
>        #   ensure correct linking of Berkeley-DB in perl bindings
>        loclibs=""
>        case "%{l_platform -t}" in
>   @@ -249,6 +257,8 @@
>            --with-lib-subdir=%{l_prefix}/lib \
>            --with-openssl=%{l_prefix} \
>            --with-bdb=%{l_prefix} \
>   +        --with-bdb-incdir=%{l_prefix}/include \
>   +        --with-bdb-libdir=%{l_prefix}/lib \
>            --with-sasl=%{l_prefix} \
>            --with-staticsasl=%{l_prefix} \
>            --with-com_err \
>   @@ .
> ______________________________________________________________________
> OpenPKG                                             http://openpkg.org
> CVS Repository Commit List                     [EMAIL PROTECTED]

Cyrus IMAPd did link to the bdb instance outside of the OpenPKG
environment in the release we are currently building.

We observed the same for the sasl:

root# ldd /kolabrelease/sbin/saslauthd
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7fb0000)
        libresolv.so.2 => /lib/libresolv.so.2 (0xb7f9e000)
        libdb-4.3.so => /usr/lib/libdb-4.3.so (0xb7ead000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xb7e97000)
        libc.so.6 => /lib/libc.so.6 (0xb7d78000)
        /lib/ld-linux.so.2 (0xb7fe6000)

I tried copying the stanza from imapd.spec to sasl.spec but that
didn't work.

For the Kolab release this problem does not matter but we thought we
should mention it. 

Cheers,

Gunnar

-- 
______ http://kdab.com _______________ http://kolab-konsortium.com _

[EMAIL PROTECTED] Kolab work is funded in part by KDAB and the Kolab Konsortium

____ http://www.pardus.de _________________ http://gunnarwrobel.de _
E-mail : [EMAIL PROTECTED]                                 Dr. Gunnar Wrobel
Tel.   : +49 40 432 72335                           Bundesstrasse 29
Fax    : +49 40 432 70855                            D-20146 Hamburg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   >> Mail at ease - Rent a kolab groupware server at [EMAIL PROTECTED] <<      
           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
______________________________________________________________________
OpenPKG                                             http://openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to