Re: no SASL backend available out of: gsasl
Hello Tomasz, Friday, October 25, 2013, 8:02:31 PM, you wrote: TS After editing /etc/ld.so.conf you need to run ldconfig (as root) to TS generate /etc/ld.so.cache Seems that putting /usr/local/lib before the inclue line has fixed the problem -- Best regards, Niamhmailto:ni...@fullbore.co.uk
Re: no SASL backend available out of: gsasl
Hello Tomasz, Friday, October 25, 2013, 8:02:31 PM, you wrote: TS After editing /etc/ld.so.conf you need to run ldconfig (as root) to TS generate /etc/ld.so.cache No change- cat config.log | grep gsasl configure:15716: checking gsasl.h usability configure:15716: checking gsasl.h presence configure:15716: checking for gsasl.h configure:15727: checking for gsasl_check_version in -lgsasl configure:15752: gcc -o conftest -g -O2 -funsigned-char -L/usr/local/lib -L/usr/lib conftest.c -lgsasl -ludns -lidn -lexpat -lresolv -lcrypt -ldl 5 configure:15793: gcc -o conftest -g -O2 -funsigned-char -L/usr/local/lib -L/usr/lib conftest.c -lgsasl -ludns -lidn -lexpat -lresolv -lcrypt -ldl 5 ./conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory ll /etc/ld.so.cache -rw-r--r--. 1 root root 70253 Oct 26 09:05 /etc/ld.so.cache ll /usr/local/lib/libgsasl.so.7 lrwxrwxrwx. 1 root root 17 Oct 25 09:45 /usr/local/lib/libgsasl.so.7 - libgsasl.so.7.9.6 -- Best regards, Niamhmailto:ni...@fullbore.co.uk
Re: no SASL backend available out of: gsasl
Dnia 2013-10-25, pią o godzinie 12:24 +0100, Niamh Holding pisze: ./conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory But ll /usr/local/lib/libgsasl.so.7 /usr/local/lib is not standard library directory. $ ./configure --help [...] --with-extra-library-path use additional library paths (remember to update /etc/ld.so.conf too) [...] Try: ./configure --with-extra-library-path=/usr/local/lib -- Tomasz Sterna @ http://abadcafe.pl/ @ http://www.xiaoka.com/
Re: no SASL backend available out of: gsasl
W dniu 25.10.2013 14:08, Tomasz Sterna pisze: Dnia 2013-10-25, pią o godzinie 12:24 +0100, Niamh Holding pisze: ./conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory But ll /usr/local/lib/libgsasl.so.7 /usr/local/lib is not standard library directory. Hi! On *BSD it is standard library directory. Man hier also says: /usr/local/lib Files associated with locally installed programs Regards, Marcin
Re: no SASL backend available out of: gsasl
Niamh Having no further information, it looks to me that you might have a too old version of gsasl... checking for gsasl_check_version in -lgsasl... yes This line says it can find gsasl and its library. checking for GnuSASL version= 0.2.27... no This line says it fails the version check. Do you have GSASL 0.2.27 or later installed? What does config.log say about it? Regards, Eric. On 10/25/13 15:10, Niamh Holding wrote: Hello Tomasz, Friday, October 25, 2013, 1:08:38 PM, you wrote: TS Try: TS ./configure --with-extra-library-path=/usr/local/lib Makes no difference checking for gsasl.h... yes checking for gsasl_check_version in -lgsasl... yes checking for GnuSASL version= 0.2.27... no configure: error: no SASL backend available out of: gsasl ../conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory
Re: no SASL backend available out of: gsasl
On Fri, 25 Oct 2013 14:17:03 +0200 Marcin Mirosław mar...@mejor.pl wrote: W dniu 25.10.2013 14:08, Tomasz Sterna pisze: Dnia 2013-10-25, pią o godzinie 12:24 +0100, Niamh Holding pisze: ./conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory But ll /usr/local/lib/libgsasl.so.7 /usr/local/lib is not standard library directory. Hi! On *BSD it is standard library directory. Man hier also says: Which BSD? It is standard on FreeBSD but not NetBSD for example. Why not use the packaging facility on your system? -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:da...@vex.net VoIP: sip:da...@vex.net
Re: no SASL backend available out of: gsasl
Dnia 2013-10-25, pią o godzinie 15:12 +0100, Niamh Holding pisze: EK What does config.log say about it? As the rooot message said- ./conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory How did the test compilation line looked like? i.e. $ grep 'checking for GnuSASL version' -A1 config.log configure:15860: checking for GnuSASL version = 0.2.27 configure:15879: gcc -o conftest -Wall -Wno-pointer-sign -g -g -O2 -funsigned-char conftest.c -lgsasl -ludns -lidn -lexpat -lresolv -lcrypt -ldl 5
Re: no SASL backend available out of: gsasl
Niamh, Is it possible that the library in /usr/local/lib incompatible is with your build? For instance a 32-bit library on a 64-bit system? Regards, Eric. On 10/25/13 16:12, Niamh Holding wrote: Hello Eric, Friday, October 25, 2013, 2:32:53 PM, you wrote: EK Having no further information, it looks to me that you might have a too EK old version of gsasl... gsasl --version gsasl (GNU SASL) 1.8.0 Copyright (C) 2012 Simon Josefsson. License GPLv3+: GNU GPL version 3 or laterhttp://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Simon Josefsson. EK What does config.log say about it? As the rooot message said- ../conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory
Re: no SASL backend available out of: gsasl
Hello Tomasz, Friday, October 25, 2013, 3:48:23 PM, you wrote: TS How did the test compilation line looked like? configure:15716: checking gsasl.h usability configure:15716: checking gsasl.h presence configure:15716: checking for gsasl.h configure:15727: checking for gsasl_check_version in -lgsasl configure:15752: gcc -o conftest -g -O2 -funsigned-char -L/usr/local/lib -L/usr/lib conftest.c -lgsasl -ludns -lidn -lexpat -lresolv -lcrypt -ldl 5 configure:15793: gcc -o conftest -g -O2 -funsigned-char -L/usr/local/lib -L/usr/lib conftest.c -lgsasl -ludns -lidn -lexpat -lresolv -lcrypt -ldl 5 ./conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory -- Best regards, Niamhmailto:ni...@fullbore.co.uk
Re: no SASL backend available out of: gsasl
Hello Eric, Friday, October 25, 2013, 3:56:25 PM, you wrote: EK Is it possible that the library in /usr/local/lib incompatible is with EK your build? EK For instance a 32-bit library on a 64-bit system? It's possible, I installed ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.8.0.tar.gz ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.8.0.tar.gz On to CentOS 6.4 64 bit. -- Best regards, Niamhmailto:ni...@fullbore.co.uk
Re: no SASL backend available out of: gsasl
Dnia 2013-10-25, pią o godzinie 16:39 +0100, Niamh Holding pisze: configure:15793: gcc -o conftest -g -O2 -funsigned-char -L/usr/local/lib -L/usr/lib conftest.c -lgsasl -ludns -lidn -lexpat -lresolv -lcrypt -ldl 5 ./conftest: error while loading shared libraries: libgsasl.so.7: cannot open shared object file: No such file or directory Is your dynamic linker configured to look for dynamic libraries in /usr/local/lib ? ( /etc/ld.so.conf ) -- Tomasz Sterna @ http://abadcafe.pl/ @ http://www.xiaoka.com/
Re: no SASL backend available out of: gsasl
Dnia 2013-10-25, pią o godzinie 18:55 +0100, Niamh Holding pisze: cat /etc/ld.so.conf include ld.so.conf.d/*.con /usr/local/libf But correcting it made no difference After editing /etc/ld.so.conf you need to run ldconfig (as root) to generate /etc/ld.so.cache -- Tomasz Sterna:(){ :|:};: Instant Messaging ConsultantOpen Source Developer http://abadcafe.pl/ http://www.xiaoka.com/portfolio
Re: [jabberd2] configure: error: no SASL backend available out of: gsasl
where have you installed gsasl headers? Eyvind pisze: Hello, I have seen quite a few people with this error message, and I have tried all their solutions without effect. Running: ./configure --with-extra-include-path --with-extra-library-path --enable-ssl --enable-idn --enable-mysql --enable-sasl=gsasl checking gsasl.h usability... no checking gsasl.h presence... no checking for gsasl.h... no configure: error: no SASL backend available out of: gsasl I would love some help with this. -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com
RE: [jabberd2] configure: error: no SASL backend available out of: gsasl
Not sure exactly what the solutions that you have found were but: gsasl-0.2.29 libgsasl-0.2.29 Gets you: /usr/local/include/gsasl.h As well as the rest of the files that it seems concerned with for gsasl and has worked on a few installs for me. Hope that helps! -- Michael Allen From: Eyvind [eyvi...@gmail.com] Sent: Tuesday, December 16, 2008 3:09 AM To: jabberd2@lists.xiaoka.com Subject: [jabberd2] configure: error: no SASL backend available out of: gsasl Hello, I have seen quite a few people with this error message, and I have tried all their solutions without effect. Running: ./configure --with-extra-include-path --with-extra-library-path --enable-ssl --enable-idn --enable-mysql --enable-sasl=gsasl checking gsasl.h usability... no checking gsasl.h presence... no checking for gsasl.h... no configure: error: no SASL backend available out of: gsasl I would love some help with this. -- Eyvind Ravnå Mårtensson -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com
RE: [jabberd2] configure: error: no SASL backend available out of: gsasl
Dnia 2008-12-16, wto o godzinie 03:40 -0500, Michael Allen pisze: Not sure exactly what the solutions that you have found were but: gsasl-0.2.29 libgsasl-0.2.29 Gets you: /usr/local/include/gsasl.h And if you're on a distribution that separates runtime and compilation files, you will need -dev or -devel gsasl package for compilation. -- -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com
Re: [jabberd2] configure: error: no SASL backend available out of: gsasl
Dnia 2008-12-16, wto o godzinie 10:57 +0100, Eyvind pisze: checking for gsasl.h... yes checking for gsasl_check_version in -lgsasl... yes checking for GnuSASL version = 0.2.27... no configure: error: no SASL backend available out of: gsasl http://jabberd2.xiaoka.com/wiki/InstallGuide/SourceBasedInstall is what you are looking for. :-) -- -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com
Re: [Jabberd2] [jabberd2] #152: configure: error: no SASL backend available out of: gsasl
#152: configure: error: no SASL backend available out of: gsasl ---+ Reporter: chewblocka | Owner: smoku Type: defect | Status: closed Priority: major | Component: Build Version: 2.1.15 | Resolution: invalid Keywords: | Tracforge_linkmap: Blocking: | ---+ Changes (by chewblocka): * status: new = closed * resolution: = invalid Comment: Replying to [comment:1 smoku]: Replying to [ticket:152 chewblocka]: First off, I am quite annoyed that this prerequisite is not mentioned anywhere in the installation documentation {{{ [EMAIL PROTECTED]:~/devel/jabberd2$ cat README README for Jabber Open Source Server (2.1) [...] Required packages: - expat - XML parsing libraries http://expat.sourceforge.net/ - Simple Authentication and Security Layer library * GnuSASL (0.2.14 or higher) http://www.gnu.org/software/gsasl/ please see contrib/ subdir for patches or * Cyrus SASL - http://asg.web.cmu.edu/sasl/ Optional packages: [...] }}} and that you apparently cannot plugin cyrus-sasl instead of gsasl You can. Use {{{--enable-sasl=cyrus}}}. It's not supported, thus not mentioned in ./configure --help. checking for Libidn version = 0.3.0... yes 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 Aparently, you have gsasl installed, but in version prior to 0.2.14. Please check if you have libgsasl in /usr/lib. If not, please attach your {{{config.log}}} file to the ticket. It would be nice if the InstallGuide were updated to reflect these requirements. I have libgsasl 0.2.21 installed. For some reason, the configure script is only looking in /usr/lib even though /usr/local/lib is in my ld.so.conf so I created symbolic links to the copies in /usr/local/lib and it works now. It looks like I've had to do this with several other libraries as well. Another example was the mysql libraries. They are located in /usr/lib/mysql instead of just /usr/lib/. In any case, I think I'm getting through it now. -- Ticket URL: http://jabberd2.xiaoka.com/ticket/152#comment:2 jabberd2 http://jabberd2.xiaoka.com/ versatile XMPP server ___ Jabberd2 mailing list Jabberd2@lists.xiaoka.com http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
Re: [Jabberd2] [jabberd2] #126: no SASL backend available out of: gsasl
#126: no SASL backend available out of: gsasl ---+ Reporter: kt1660 |Owner: smoku Type: defect | Status: closed Priority: minor |Component: Build Version: 2.1.12 | Resolution: invalid Keywords: | Blocking: ---+ Comment (by yannick56): dont't forget to use this parameter with configure if you use gsasl: ./configure \ --enable-sasl=gsasl \ -- Ticket URL: http://jabberd2.xiaoka.com/ticket/126#comment:4 jabberd2 http://jabberd2.xiaoka.com/ jabberd2 project ___ Jabberd2 mailing list Jabberd2@lists.xiaoka.com http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
Re: [Jabberd2] [jabberd2] #126: no SASL backend available out of: gsasl
#126: no SASL backend available out of: gsasl -+-- Reporter: kt1660|Owner: smoku Type: defect| Status: closed Priority: critical |Component: Build Version: 2.1.12| Resolution: invalid Keywords:| Blocking: -+-- Changes (by kt1660): * priority: major = critical Comment: 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 [comment:1 smoku]: Replying to [ticket:126 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. -- Ticket URL: http://jabberd2.xiaoka.com/ticket/126#comment:2 jabberd2 http://jabberd2.xiaoka.com/ jabberd2 project ___ Jabberd2 mailing list Jabberd2@lists.xiaoka.com http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
Re: [Jabberd2] [jabberd2] #126: no SASL backend available out of: gsasl
#126: no SASL backend available out of: gsasl ---+ Reporter: kt1660 |Owner: smoku Type: defect | Status: closed Priority: minor |Component: Build Version: 2.1.12 | Resolution: invalid Keywords: | Blocking: ---+ Changes (by smoku): * priority: critical = minor Comment: 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. -- Ticket URL: http://jabberd2.xiaoka.com/ticket/126#comment:3 jabberd2 http://jabberd2.xiaoka.com/ jabberd2 project ___ Jabberd2 mailing list Jabberd2@lists.xiaoka.com http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
Re: [Jabberd2] [jabberd2] #123: SASL backend available out of: gsasl
#123: SASL backend available out of: gsasl ---+ Reporter: hostserver |Owner: smoku Type: defect | Status: closed Priority: major |Component: Build Version: 2.1.7 | Resolution: invalid Keywords: | Blocking: ---+ Changes (by smoku): * status: new = closed * resolution: = invalid * component: General = Build Comment: You need at least 0.2.14 version of GnuSASL installed. If you do and it still does not work, please reopen the ticket. -- Ticket URL: http://jabberd2.xiaoka.com/ticket/123#comment:1 jabberd2 http://jabberd2.xiaoka.com/ jabberd2 project ___ Jabberd2 mailing list Jabberd2@lists.xiaoka.com http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
[Jabberd2] [jabberd2] #123: SASL backend available out of: gsasl
#123: SASL backend available out of: gsasl ---+ Reporter: hostserver | Owner: smoku Type: defect | Status: new Priority: major | Component: General Version: 2.1.7 |Blocking: ---+ HELLO i have this error in fedora {{{ 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 [EMAIL PROTECTED] jabberd]# }}} I edit ld.so.conf nano/etc/ld.so.conf and add include /etc/ld.so.conf.d/*.conf /usr/local/lib But this no work how i solve this Thanks -- Ticket URL: http://jabberd2.xiaoka.com/ticket/123 jabberd2 http://jabberd2.xiaoka.com/ jabberd2 project ___ Jabberd2 mailing list Jabberd2@lists.xiaoka.com http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com