Ticket #126 (closed defect: invalid)

Opened 16 months ago

Last modified 15 months ago

no SASL backend available out of: gsasl

Reported by: kt1660 Owned by: smoku
Priority: minor Component: Build
Version: 2.1.12 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

***Here have error on RHEL 4.0

OS:

  Linux 2.6.9-42.EL

configure error:

   checking gsasl.h usability... yes
   checking gsasl.h presence... yes
   checking for gsasl.h... yes
   checking for gsasl_check_version in -lgsasl... yes
   checking for GnuSASL version >= 0.2.14... no
   configure: error: no SASL backend available out of: gsasl

gsasl --version

gsasl 0.2.9

ls /usr/local/lib/

   libgsasl.a  libgsasl.la  libgsasl.so  libgsasl.so.7  libgsasl.so.7.2.10 libgsasl.so.7.2.5  pkgconfig

more /etc/ld.so.conf

  include ld.so.conf.d/*.conf
  /usr/local/lib
  /usr/X11R6/lib
  /usr/ofed/lib

I compile gsaal, and edit ld.so.conf, but error not resolve...

Change History

in reply to: ↑ description ; follow-up: ↓ 2   Changed 16 months ago by smoku

  • status changed from new to closed
  • resolution set to invalid

Replying to kt1660:

configure error: {{{ checking for GnuSASL version >= 0.2.14... no }}}

gsasl --version {{{ gsasl 0.2.9 }}}

You need GnuSASL version 0.2.14 or greater.

in reply to: ↑ 1   Changed 16 months ago by kt1660

  • priority changed from major to critical

recompile gsasl 0.2.14, but error not resolve

checking gsasl.h usability... yes
checking gsasl.h presence... yes
checking for gsasl.h... yes
checking for gsasl_check_version in -lgsasl... yes
checking for GnuSASL version >= 0.2.14... no
configure: error: no SASL backend available out of: gsasl

gsasl --version

gsasl 0.2.14

ls /usr/local/lib

libgsasl.a  libgsasl.la  libgsasl.so  libgsasl.so.7  libgsasl.so.7.2.10 
 pkgconfig

Replying to smoku:

Replying to kt1660:

configure error: {{{ checking for GnuSASL version >= 0.2.14... no }}}

gsasl --version {{{ gsasl 0.2.9 }}}

You need GnuSASL version 0.2.14 or greater.

  Changed 16 months ago by smoku

  • priority changed from critical to minor

You still have lesser version of gsasl installed in system and it takes precedense.

It's your local setup problem. Please report software bugs only via the ticket tracker and use mailing list to discuss local setup problems.

  Changed 15 months ago by yannick56

dont't forget to use this parameter with configure if you use gsasl: ./configure \ --enable-sasl=gsasl \

Note: See TracTickets for help on using tickets.