PDA

View Full Version : QT,sources and GPL ..


zurk
25-09-2002, 20:08
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.

zurk
26-09-2002, 00:45
glibc-2.2.4-25mdk too old ? hmm

N. Werensteijn
26-09-2002, 02:19
have you actually tried it?

zurk
26-09-2002, 13:11
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?

zurk
26-09-2002, 14:44
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.

zurk
26-09-2002, 16:01
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

ljp
26-09-2002, 21:40
I get the same error on Makdrake 8.2 (2 different boxes)
Install on gentoo went fine

zurk
27-09-2002, 14:38
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

ljp
27-09-2002, 16:58
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

zurk
27-09-2002, 17:46
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 :)

zurk
28-09-2002, 11:18
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

ljp
28-09-2002, 12:27
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?

zurk
28-09-2002, 20:24
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?

Coda
26-10-2002, 11:05
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)