[jabberd2] unsubscribe

2008-10-05 Thread Thomas Kerkmann
 

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 5. Oktober 2008 00:00
An: [EMAIL PROTECTED]
Betreff: Messages from jabberd2@lists.xiaoka.com to you have been bouncing

Hi, this is the mlmmj program managing the mailinglist

jabberd2@lists.xiaoka.com

Some messages to you could not be delivered. If you're seeing this message
it means things are back to normal, and it's merely for your information.

Here is the list of the bounced messages:

304




--
To unsubscribe send a mail to [EMAIL PROTECTED]



AW: [jabberd2] Trouble with installation and gsasl

2008-08-25 Thread Thomas Kerkmann
Thanks for replying, but nope

[EMAIL PROTECTED] jabberd-2.2.3]# ./configure --enable-sqlite --enable-ssl
--with-extra-include-path=/usr/local/include
--with-extra-library-path=/usr/local/lib

checking for stringprep_check_version in -lidn... yes
checking for Libidn version = 0.3.0... yes
checking for dns_init in -ludns... 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.27... no
configure: error: no SASL backend available out of: gsasl
[EMAIL PROTECTED] jabberd-2.2.3]# gsasl --version
gsasl (GNU SASL) 0.2.27
Copyright (C) 2008 Simon Josefsson.
License GPLv3+: GNU GPL version 3 or later
http://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.
[EMAIL PROTECTED] jabberd-2.2.3]# cat /etc/ld.so.conf
include ld.so.conf.d/*.conf /usr/local/lib
[EMAIL PROTECTED] jabberd-2.2.3]# 

BTW, this is an x86_64 system.

Best regards

Thomas


-Ursprüngliche Nachricht-
Von: Tomasz Sterna [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 24. August 2008 23:31
An: jabberd2@lists.xiaoka.com
Betreff: Re: [jabberd2] Trouble with installation and gsasl

Dnia 2008-08-24, nie o godzinie 10:19 +0200, Thomas Kerkmann pisze:
 checking for GnuSASL version = 0.2.27... no
 configure: error: no SASL backend available out of: gsasl
 
 [EMAIL PROTECTED] jabberd-2.2.3]# gsasl --version gsasl (GNU SASL) 
 0.2.27
[...]
 Can anybody help me out here please - what am I missing

http://jabberd2.xiaoka.com/ticket/98#comment:3 ?


--
  /\_./o__ Tomasz Sterna
 (/^/(_^^' ?http://www.xiaoka.com/
._.(_.)_   im:[EMAIL PROTECTED]


-- 
To unsubscribe send a mail to [EMAIL PROTECTED]


--
To unsubscribe send a mail to [EMAIL PROTECTED]



AW: [jabberd2] Trouble with installation and gsasl

2008-08-25 Thread Thomas Kerkmann
Yes, libgsasl is installed in /usr/lib64

So I changed everything to point there

[EMAIL PROTECTED] jabberd-2.2.3]# ./configure --enable-sqlite  --enable-ssl \
  --with-extra-include-path=/usr/local/include \
  --with-extra-library-path=/usr/lib64

[EMAIL PROTECTED] jabberd-2.2.3]# cat /etc/ld.so.conf
include ld.so.conf.d/*.conf /usr/lib64

But same result

Thomas

-Ursprüngliche Nachricht-
Von: Adrian Reber [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 25. August 2008 21:22
An: jabberd2@lists.xiaoka.com
Betreff: Re: [jabberd2] Trouble with installation and gsasl

On Mon, Aug 25, 2008 at 08:41:03PM +0200, Thomas Kerkmann wrote:
 Thanks for replying, but nope
 
 [EMAIL PROTECTED] jabberd-2.2.3]# ./configure --enable-sqlite 
 --enable-ssl --with-extra-include-path=/usr/local/include
 --with-extra-library-path=/usr/local/lib
 
 checking for stringprep_check_version in -lidn... yes checking for 
 Libidn version = 0.3.0... yes checking for dns_init in -ludns... 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.27... no
 configure: error: no SASL backend available out of: gsasl
 [EMAIL PROTECTED] jabberd-2.2.3]# gsasl --version gsasl (GNU SASL) 
 0.2.27 Copyright (C) 2008 Simon Josefsson.
 License GPLv3+: GNU GPL version 3 or later 
 http://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.
 [EMAIL PROTECTED] jabberd-2.2.3]# cat /etc/ld.so.conf include 
 ld.so.conf.d/*.conf /usr/local/lib
 [EMAIL PROTECTED] jabberd-2.2.3]#
 
 BTW, this is an x86_64 system.

And where is libgsasl installed? If it is a 64 bit system I would expect it
to be in /lib64 and not /lib

Adrian




 -Ursprüngliche Nachricht-
 Von: Tomasz Sterna [mailto:[EMAIL PROTECTED]
 Gesendet: Sonntag, 24. August 2008 23:31
 An: jabberd2@lists.xiaoka.com
 Betreff: Re: [jabberd2] Trouble with installation and gsasl
 
 Dnia 2008-08-24, nie o godzinie 10:19 +0200, Thomas Kerkmann pisze:
  checking for GnuSASL version = 0.2.27... no
  configure: error: no SASL backend available out of: gsasl
  
  [EMAIL PROTECTED] jabberd-2.2.3]# gsasl --version gsasl (GNU SASL)
  0.2.27
 [...]
  Can anybody help me out here please - what am I missing
 
 http://jabberd2.xiaoka.com/ticket/98#comment:3 ?

--
To unsubscribe send a mail to [EMAIL PROTECTED]


--
To unsubscribe send a mail to [EMAIL PROTECTED]



[jabberd2] Trouble with installation and gsasl

2008-08-24 Thread Thomas Kerkmann
Hello,

I'm trying to install jabberd2 and get stuck with the following problem
running

./configure --enable-sqlite --enable-ssl

...
checking for Libidn version = 0.3.0... yes
checking for dns_init in -ludns... 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.27... no
configure: error: no SASL backend available out of: gsasl

[EMAIL PROTECTED] jabberd-2.2.3]# gsasl --version
gsasl (GNU SASL) 0.2.27
Copyright (C) 2008 Simon Josefsson.
License GPLv3+: GNU GPL version 3 or later
http://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.
[EMAIL PROTECTED] jabberd-2.2.3]#

Can anybody help me out here please - what am I missing

Kind regards

Thomas


-- 
To unsubscribe send a mail to [EMAIL PROTECTED]