Re: [Jabberd2] [jabberd2] #152: configure: error: no SASL backend available out of: gsasl

2007-09-18 Thread jabberd2
#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:  |  
---+
Comment (by smoku):

 There are {{{--with-extra-include-path}}} and {{{--with-extra-library-
 path}}} options to ./configure. Please refer comment:ticket:98:3.

-- 
Ticket URL: 
jabberd2 
versatile XMPP server
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com


Re: [Jabberd2] [jabberd2] #152: configure: error: no SASL backend available out of: gsasl

2007-09-18 Thread jabberd2
#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: 
jabberd2 
versatile XMPP server
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com


Re: [Jabberd2] [jabberd2] #152: configure: error: no SASL backend available out of: gsasl

2007-09-18 Thread jabberd2
#152: configure: error: no SASL backend available out of: gsasl
---+
Reporter:  chewblocka  |   Owner:  smoku
Type:  defect  |  Status:  new  
Priority:  major   |   Component:  Build
 Version:  2.1.15  |  Resolution:   
Keywords:  |   Tracforge_linkmap:   
Blocking:  |  
---+
Comment (by 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.

-- 
Ticket URL: 
jabberd2 
versatile XMPP server
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com


[Jabberd2] [jabberd2] #152: configure: error: no SASL backend available out of: gsasl

2007-09-18 Thread jabberd2
#152: configure: error: no SASL backend available out of: gsasl
---+
Reporter:  chewblocka  |   Owner:  smoku
Type:  defect  |  Status:  new  
Priority:  major   |   Component:  Build
 Version:  2.1.15  |   Tracforge_linkmap:   
Blocking:  |  
---+
 I'm trying to install jabberd2 2.1.15 and getting the following error:

 configure: error: no SASL backend available out of: gsasl

 First off, I am quite annoyed that this prerequisite is not mentioned
 anywhere in the installation documentation and that you apparently cannot
 plugin cyrus-sasl instead of gsasl (--enable-sasl=cyrus-sasl gives error).
 However, I downloaded and installed gsasl and libgsasl 0.2.21.  I can run
 gsasl --version and get 0.2.21 and I have included /usr/local/lib (the
 directory containing the libgsasl.so file) in the ld.so.conf and rebooted
 the server.  However, I'm still getting this error.  Here is the couple
 lines of the configure script before the error.  Please 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

 There is no other version of gsasl installed.

-- 
Ticket URL: 
jabberd2 
versatile XMPP server
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com