Tmw new version for debian

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
PranaBR
Peon
Peon
Posts: 37
Joined: 14 Oct 2005, 00:21

Tmw new version for debian

Post 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 ?
xand
Novice
Novice
Posts: 95
Joined: 19 Jul 2005, 18:08

Post 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
PranaBR
Peon
Peon
Posts: 37
Joined: 14 Oct 2005, 00:21

Post 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 ??
xand
Novice
Novice
Posts: 95
Joined: 19 Jul 2005, 18:08

Post 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)
PranaBR
Peon
Peon
Posts: 37
Joined: 14 Oct 2005, 00:21

Post 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
PranaBR
Peon
Peon
Posts: 37
Joined: 14 Oct 2005, 00:21

Post 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
PranaBR
Peon
Peon
Posts: 37
Joined: 14 Oct 2005, 00:21

Post 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
xand
Novice
Novice
Posts: 95
Joined: 19 Jul 2005, 18:08

Post 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")
PranaBR
Peon
Peon
Posts: 37
Joined: 14 Oct 2005, 00:21

Post by PranaBR »

now its running, i reinstall glibc and i installed sugested packages, now its work
psycorama
Peon
Peon
Posts: 5
Joined: 29 Jun 2005, 14:40

Post 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.
Post Reply