I’ve packaged Tigase 4.1.4 for Ubuntu Hardy (but it should work fine in other Ubuntu or Debian versions).
The APT repository is available. Just add the following lines to your /etc/apt/sources.list and do “apt-get install tigase-server”:
deb http://codex.xiaoka.com/apt hardy main restricted deb-src http://codex.xiaoka.com/apt hardy main restricted

I have put information about this on the Tigase website too.
Thank you for the good work.
Ops…
$ sudo apt-get remove tigase-server
…
Exception in thread “main” java.lang.NoClassDefFoundError: org.apache.derby.tools.ij
at gnu.java.lang.MainThread.run(libgcj.so.90)
…
$ uname -a
Linux jabber 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:48:10 UTC 2009 i686 GNU/Linux
is the problem in my hands?? :)
“gnu.java.lang.MainThread.run(libgcj.so.90)”
You need to use sun-java-6 not gnu-gcj. Tigase requires Java 6.
I added a check for proper JRE to the init script.
thank you! I’ll try to install it to fresh system again
I am using Ubuntu 9.04.
I have modified my /etc/apt/sources.list as your instruction, but when I try to “sudo apt-get install tigase-server”, it said
….
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn’t find package tigase-server
..
Then I modified my sources.lst as
deb http://codex.xiaoke.com/apt jaunty main restricted
deb-src http://codex.xiaoke.com/apt jaunty main restricted
it gives same error.
What is the matter?
Replace ‘jaunty’ with ‘hardy’ as instructed, and you’ll be fine.
The packages are in ‘hardy’ repository, but should work on any later version.
Oh, no!
As I said I have tried your instructions firstly
deb http://codex.xiaoke.com/apt hardy main restricted
deb-src http://codex.xiaoke.com/apt hardy main restricted
It said that …
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn’t find package tigase-server
I do not know the reason.
It’s xiaokA not xiaokE.
Didn’t you see ‘no such host’ errors during ‘apt-get update’?
Hi Tomasz, Thanks for the great work putting these together. Do you plan to create packages for Intrepid 9.04 also?
Thanks,
Mark
These packages work fine under all Ubuntu distributions.
It’s Java after all. ;-)