This is extract from gsasl.h which was installed:
extern GSASL_API void gsasl_session_hook_set (Gsasl_session * sctx,
                                                void *hook);
extern GSASL_API void *gsasl_session_hook_get (Gsasl_session * sctx);

The location of the file is:
libgsasl-0.2.28/src

Is there a way how to check that it is installed on the system?

However gsasl_session_hook_get is used in
jabberd-2.2-20080915/sx/sasl_gsasl.c
and it is compiled without any problems. See previous logs I have sent...
Making all in sx
make[2]: Entering directory `/root/jabberd-2.2-20080915/sx'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/jabberd-2.2-20080915/sx'

It looks that sx directory compilation has been done without any problems,
but c2s directory complains.

Thank you
mirek



2008/9/19 Tomasz Sterna <[EMAIL PROTECTED]>

> Dnia 2008-09-19, pią o godzinie 12:11 +0200, Mirek pisze:
> > /root/jabberd-2.2-20080915/sx/sasl_gsasl.c:799: undefined reference to
> > `gsasl_session_hook_set'
>
> Looks like you have old release of GnuSASL (without
> gsasl_session_hook_set() function) installed in system.
>
>
> --
>  /\_./o__ Tomasz Sterna
>  (/^/(_^^' http://www.xiaoka.com/
> ._.(_.)_   im:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe send a mail to [EMAIL PROTECTED]<[EMAIL PROTECTED]>
>
>

Reply via email to