Page 1 of 1

Tmw new version for debian

Posted: 17 Oct 2005, 02:53
by PranaBR
When will be released 0.0.17 version for debian ? It?s already have for some, and for debian ? And are u next to released 0.0.18 version ?

Posted: 17 Oct 2005, 13:32
by xand
I'd really suggest you get the source and make a .deb package out
of it. Thats what I do and it works great and easy.

apt-get install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libguichan-dev libxml2-dev zlib1g-dev checkinstall

(Once you installed those packages you can compile tmw as often
as you like. And if you don't remove those packages you don't
have to care about them any more, but they are needed to compile tmw.


Then you change into the tmw-0.0.17 dir. (Extracted from download)
and do:

./configure --with-opengl
make
su -c "checkinstall"
(this creates a .deb but needs root passwd)

done. :D

Posted: 17 Oct 2005, 14:00
by PranaBR
i typed su -c checkinstall appeard this:

Please write a description for the package.
End your description with an empty line or EOF.
>> tmw0.0.17
>>

This package will be built according to these values:

0 - Maintainer: [ root@kurumin ]
1 - Summary: [ tmw0.0.17 ]
2 - Name: [ tmw-0.0.17 ]
3 - Version: [ 0.0.17 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ checkinstall ]
7 - Architecture: [ i386 ]
8 - Source location: [ tmw-0.0.17 ]
9 - Alternate source location: [ ]

now what i do ??

Posted: 17 Oct 2005, 14:46
by xand
That should be ok.
Just press enter some times if it doesn't work.

The descriptions are ok also.
(Note that for CVS tmw you need to enter your package version
else it'll abort)

Posted: 17 Oct 2005, 14:53
by PranaBR
i really thx your help, it works

**********************************************************************

Done. The new package has been installed and saved to
/home/knoppix/tmw-0.0.17/tmw-0.0.17_0.0.17-1_i386.deb

You can remove it from your system anytime using:

dpkg -r tmw-0.0.17

**********************************************************************

now i go to install

Posted: 17 Oct 2005, 14:55
by PranaBR
installing ok

root@kurumin:/home/knoppix/tmw-0.0.17# dpkg -i tmw-0.0.17_0.0.17-1_i386.deb
(Reading database ... 59750 files and directories currently installed.)
Preparing to replace tmw-0.0.17 0.0.17-1 (using tmw-0.0.17_0.0.17-1_i386.deb) ...
Unpacking replacement tmw-0.0.17 ...
Setting up tmw-0.0.17 (0.0.17-1) ...

executing no :(

root@kurumin:/home/knoppix/tmw-0.0.17# tmw
tmw: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

Posted: 17 Oct 2005, 15:09
by PranaBR
ok it works i got some files with apt-get

libssl0.9.8 - SSL shared libraries
libssl0.9.8-dbg - Symbol tables for libssl and lib

i installed the 2 with apt-get

but i cant play

i registered, and pressed play after appeared

Select Server
Mana World (6)

i pressed ok and appeard this error

root@kurumin:/home/knoppix# tmw
*** glibc detected *** malloc(): memory corruption: 0x081a99e8 ***
Aborted

Posted: 17 Oct 2005, 16:20
by xand
Strange...
I'm sorry but I can't help you there.
Try to ask Elven or somebody elso on irc.
(#tmw on irc.freenode.net)

EDIT:
You don't need to install it yourself.
Checkinstall builds and installs it.
(That's why it says "dpkg -r to remove")

Posted: 20 Oct 2005, 21:19
by PranaBR
now its running, i reinstall glibc and i installed sugested packages, now its work

Posted: 21 Oct 2005, 08:49
by psycorama
PranaBR wrote: root@kurumin:/home/knoppix# tmw
I strongly suggest that you stop executing random programs as root.
It's not that I don't trust tmw. It's just a general security risc.