View Full Version : QT,sources and GPL ..
so ... actually i can't run ts-client ..because of the old glibc version .. with sources i can compile it on my system ... but there are no sources :( ...
so why ? the ts client is using QT ... and i think it's under the GPL ... normally the TS should also be GPL or ? can u explain it to me ?
zurk
N. Werensteijn
25-09-2002, 20:20
1: Read the kylix deploy license. We can distribute a closed source (or better, non-gpl) program and the qt library. Its what we payed for when we bought Kylix.
2: Update your old glibc version.. That is opensource and easy to compile.
3: You dont have to use TeamSpeak.
glibc-2.2.4-25mdk too old ? hmm
N. Werensteijn
26-09-2002, 02:19
have you actually tried it?
yes .. and actually i tried with Version 2.2.5 rl 16mdk ...
same thing:
here the output:
./setup.sh: line 51: 2201 Illegal instruction "$setup" "$@"
./setup.sh: line 54: 2206 Illegal instruction "$setup" "$@" 2>/dev/null
The setup program seems to have failed on x86/glibc-2.1
Please contact Id software technical support at bugs@idsoftware.com, or ttimo@idsoftware.com
... i installed it on my server (just for a test) .. there is a glibc 2.2.4 6mdk (mandrake 8.1)..all is fine ... the diff. is that i running on my client a mandrak 8.2 with kde 3.0.3 ..
greetz
zurk
N. Werensteijn
26-09-2002, 14:11
Ah you have a problem with the installer.
Which shell do you use?
the normal bash (bourne again shell;) ... version 2.05 release 16mdk
...using it also on my server ... and there the install will run fine
N. Werensteijn
26-09-2002, 15:29
Try editing setup.sh
check line 147
it should say :
"$setup" "$@"
Change that to "$setup" $*
and line 150
it should say:
"$setup" "$@" 2>/dev/null
change it to :
"$setup" $* 2>/dev/null
I hope that solves your problem.
dosen't work ... think the setup programm is not working on my machine (core dump) .. well today mandrake 9 is out i try it after i install th new release .. thx anyway
I get the same error on Makdrake 8.2 (2 different boxes)
Install on gentoo went fine
today i have installed mandrake 9 .. a absolut FRESH installed system .. with all stuff .. like developement ect.. i tried the ts-setup .... same error ... seems that on mandrake >8.2 the ts-client dosen't run ...
on 8.1 the setup runs fine .. couldn't test if it runs cause it's my server (no monitor ect..)
greetz
zurk
I installed it manually, and TeamSpeak seems to run. Havent really tried adding a server yet, or using it.
mkdir /usr/local/games/TeamSpeak2
cd ts2_client_rc1/setup.data
cp files.tar /usr/local/games/TeamSpeak2
tar -xvpf /usr/local/games/TeamSpeak2/files.tar
cd ../bin/x86
echo "export LD_LIBRARY_PATH=/usr/local/games/TeamSpeak2:$LD_LIBRARY_PATH" >> TeamSpeak
echo "/usr/local/games/TeamSpeak2/TeamSpeak.bin $*" >> TeamSpeak
cp TeamSpeak /usr/local/games/TeamSpeak2
ln -s /usr/local/games/TeamSpeak /usr/local/bin/TeamSpeak
not sure if the other files are needed or where to put them
thx a lot !!! it runs !!! ;)
N. Werensteijn
28-09-2002, 08:45
Zurk: Could you tell me what processor you have?
LJP: Could you tell me your processor and Distro?
Trying to find out what the problem is :)
system1:
amd III 450mhz (client)
mandrake 9.0
system2:
pentium celeron 333 (vaio notebook)
madrake 8.2
system3:
pentium 266 (server)
mandrake 8.1(inkl. security updates)
on system3 the setup runs fine.
i don't testet ist on system2 but i do it today.
only on my client it comes to trouble ..
greetz
zurk
the systems that failed are mandrake 8.2, and AMD k6 500
gentoo on p3 900 worked fine
N. Werensteijn
28-09-2002, 13:01
Hmm older amd processors might be the problem here.
Amd iii = k5 ? i would expect that is i586 instruction set compatible?
hmmm .. the amd k6 iii are i686 ;) .. or ?! uhh .. defenitly not i586 .. i think
greetz
zurk
Harlekin
02-10-2002, 10:03
regarding the installer trouble, is there a deb somewhere?
Pentium, AMD K5 and K6 are 586, Athlon/PII/PIII are 686 and P4 and Hammer are 1586 (at least CPUID returns 15 as the correct model number, dunno why)
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.