<div>Hi Alexey,</div>
<div> </div>
<div>I have applied a changes what you have suggested and the issue gets resolved and build successfully done.</div>
<div> </div>
<div>I have used the below parameter during configure,</div>
<div> </div>
<div><font face="courier new,monospace" color="#ff0000">===================================================================================</font></div>
<div><font face="courier new,monospace" color="#ff0000"> export LIBS=&quot;-lgss -lkrb5 -lk5crypto -lcom_err -lcrypto -lpthread&quot;<br> export CC=&quot;aCC &quot;<br> export LDFLAGS=&quot;-Wl,+nodefaultrpath&quot;<br> export CFLAGS=&quot;+DD32&quot;<br>
./configure --prefix=/opt/iexpress/cyrussasl --enable-krb4 \<br>--enable-login --with-openssl=/opt/openssl \<br>--with-bdb-incdir=/usr/local/include --enable-static --enable-shared=yes \<br>--enable-digest --enable-gssapi=/usr/lib/<br>
======================================================================================</font></div>
<div> </div>
<div>But still I am seeing Undefined symbol in below shared libraries after completely successfully  build.</div>
<div> </div>
<div>==================================================================================================<br><font face="courier new,monospace">itanika7# ldd -r libgssapiv2.so<br>        symbol not found: gss_display_name      (./libgssapiv2.so)<br>
        symbol not found: _memcpy       (./libgssapiv2.so)<br>        symbol not found: gss_inquire_context   (./libgssapiv2.so)<br>        symbol not found: uname (./libgssapiv2.so)<br>        symbol not found: _memset       (./libgssapiv2.so)<br>
        symbol not found: freeaddrinfo  (./libgssapiv2.so)<br>        symbol not found: gss_release_name      (./libgssapiv2.so)<br>        symbol not found: strerror      (./libgssapiv2.so)<br>        symbol not found: GSS_C_NT_HOSTBASED_SERVICE    (./libgssapiv2.so)<br>
        symbol not found: snprintf      (./libgssapiv2.so)<br>        symbol not found: sprintf       (./libgssapiv2.so)<br>        symbol not found: strncpy       (./libgssapiv2.so)<br>        symbol not found: getaddrinfo   (./libgssapiv2.so)<br>
        symbol not found: gss_acquire_cred      (./libgssapiv2.so)<br>        symbol not found: __SB_masks    (./libgssapiv2.so)<br>        symbol not found: gss_init_sec_context  (./libgssapiv2.so)<br>        symbol not found: gss_import_name       (./libgssapiv2.so)<br>
        symbol not found: gss_delete_sec_context        (./libgssapiv2.so)<br>        symbol not found: gss_release_buffer    (./libgssapiv2.so)<br>        symbol not found: gss_wrap      (./libgssapiv2.so)<br>        symbol not found: gss_compare_name      (./libgssapiv2.so)<br>
        symbol not found: _isdigit      (./libgssapiv2.so)<br>        <strong><font color="#cc0000">symbol not found: GSS_C_NT_USER_NAME    (./libgssapiv2.so)</font></strong><br>        symbol not found: gss_unwrap    (./libgssapiv2.so)<br>
        symbol not found: gss_wrap_size_limit   (./libgssapiv2.so)<br>        symbol not found: gss_display_status    (./libgssapiv2.so)<br>        symbol not found: gss_accept_sec_context        (./libgssapiv2.so)<br>        symbol not found: gss_release_cred      (./libgssapiv2.so)<br>
        symbol not found: strcat        (./libgssapiv2.so)<br>        symbol not found: strchr        (./libgssapiv2.so)<br>        symbol not found: strcpy        (./libgssapiv2.so)<br>        symbol not found: strdup        (./libgssapiv2.so)<br>
        symbol not found: strlen        (./libgssapiv2.so)<br></font>==============================================================================================================</div>
<div> </div>
<div> </div>
<div>Could you please tell me, what is wrong here ? </div>
<div> </div>
<div>Regards</div>
<div>Hiro Lalwani</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div><br> </div>
<div class="gmail_quote">On Tue, Sep 8, 2009 at 10:45 PM, Alexey Melnikov <span dir="ltr">&lt;<a href="mailto:alexey.melnikov@isode.com">alexey.melnikov@isode.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hiro Lalwani wrote:<br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi All,<br></blockquote><br>Hi, <br>
<div class="im">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I have downloaded the Cyrus-SASL-2.1.23.<br> I am seeing below errors while initiating the &quot;gmake&quot;.<br>
 -------------------------------------------------------------------------------------------------------------------------<br>&quot;common.c&quot;, line 500: error #2852: expression must be a pointer to a complete<br>         object type<br>
             next_buf = last_invec.iov_base + last_invec.iov_len;<br>                        ^<br>&quot;common.c&quot;, line 516: error #2852: expression must be a pointer to a complete<br>         object type<br>                 next_buf = last_invec.iov_base + last_invec.iov_len;<br>
<br>-------------------------------------------------------------------------------------------------------------<br></blockquote><br></div>I wonder if &quot;last_invec.iov_base&quot; is defined as &quot;void *&quot;. Try changing each of the two &quot;last_invec.iov_base&quot; to &quot;(char *)last_invec.iov_base&quot;.   
<div>
<div></div>
<div class="h5"><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Could any of please tell me, How can I resolve this?<br><br>-- <br>thanks &amp; regards<br>Hiro Lalwani<br>
</blockquote><br><br></div></div></blockquote></div><br><br clear="all">
<div></div><br>-- <br>thanks &amp; regards<br>Hiro Lalwani<br>