Ticket #98 (closed defect: fixed)

Opened 17 months ago

Last modified 6 months ago

Installation problems ...

Reported by: flaviano_angeli Owned by: smoku
Priority: major Component: General
Version: 2.1.6 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

checking for GnuSASL version >= 0.2.14... no
configure: error: GnuSASL >= 0.2.14 not found

but

jabber# gsasl --version
gsasl 0.2.18

What is need to complete installation ?

thanks.

Change History

  Changed 17 months ago by plaes

Are you sure you also have libgsasl present in your system?

  Changed 17 months ago by flaviano_angeli

Yes, version libgsasl-0.2.18 installed,

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: GnuSASL >= 0.2.14 not found

  Changed 17 months ago by smoku

  • status changed from new to assigned

My guess, it's a dupe of comment:ticket:76:7

If you installed gsasl in a non-standard place, you need to point it with --with-extra-include-path and --with-extra-library-path (which you probably did) and update your /etc/ld.so.conf (which you probably did not).

Please try updating the /etc/ld.so.conf.

  Changed 17 months ago by flaviano_angeli

jabber# ./configure --with-extra-include-path=/usr/local/include \ --with-extra-library-path=/usr/local/lib

jabber# ls /usr/local/include/
gsasl-compat.h gsasl.h gsasl-mech.h idna.h idn-free.h idn-int.h pr29.h punycode.h stringprep.h tld.h
jabber#

jabber# ls /usr/local/lib/
libgsasl.a libgsasl.so libgsasl.so.7.3.3 libidn.la libidn.so.11 pkgconfig libgsasl.la libgsasl.so.7 libidn.a libidn.so libidn.so.11.5.19 python2.4
jabber#

jabber# cat /etc/ld.so.conf
include /etc/ld.so.conf.d/*.conf
include /usr/local/include/
include /usr/local/lib/
jabber#

but

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: GnuSASL >= 0.2.14 not found
jabber#

follow-up: ↓ 6   Changed 17 months ago by smoku

  • status changed from assigned to closed
  • resolution set to fixed

/etc/ld.so.conf

include /etc/ld.so.conf.d/*.conf
/usr/local/lib

in reply to: ↑ 5   Changed 17 months ago by flaviano_angeli

Replying to smoku:

/etc/ld.so.conf {{{ include /etc/ld.so.conf.d/*.conf /usr/local/lib }}}

Thanks for your attention.

checking for GnuSASL version >= 0.2.14... yes

The system now has ok.

Note: See TracTickets for help on using tickets.