English   German
  #1  
Old 25-09-2002, 21:08
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
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
Reply With Quote
  #2  
Old 25-09-2002, 21:20
N. Werensteijn N. Werensteijn is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Enschede, The Netherlands
Posts: 946
N. Werensteijn is on a distinguished road
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.
Reply With Quote
  #3  
Old 26-09-2002, 01:45
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
glibc-2.2.4-25mdk too old ? hmm
Reply With Quote
  #4  
Old 26-09-2002, 03:19
N. Werensteijn N. Werensteijn is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Enschede, The Netherlands
Posts: 946
N. Werensteijn is on a distinguished road
have you actually tried it?
Reply With Quote
  #5  
Old 26-09-2002, 14:11
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
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
Reply With Quote
  #6  
Old 26-09-2002, 15:11
N. Werensteijn N. Werensteijn is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Enschede, The Netherlands
Posts: 946
N. Werensteijn is on a distinguished road
Ah you have a problem with the installer.

Which shell do you use?
Reply With Quote
  #7  
Old 26-09-2002, 15:44
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
the normal bash (bourne again shell ... version 2.05 release 16mdk

...using it also on my server ... and there the install will run fine
Reply With Quote
  #8  
Old 26-09-2002, 16:29
N. Werensteijn N. Werensteijn is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Enschede, The Netherlands
Posts: 946
N. Werensteijn is on a distinguished road
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.
Reply With Quote
  #9  
Old 26-09-2002, 17:01
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
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
Reply With Quote
  #10  
Old 26-09-2002, 22:40
ljp ljp is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: earth
Posts: 3
ljp is on a distinguished road
I get the same error on Makdrake 8.2 (2 different boxes)
Install on gentoo went fine

Last edited by ljp; 26-09-2002 at 23:21.
Reply With Quote
  #11  
Old 27-09-2002, 15:38
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
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
Reply With Quote
  #12  
Old 27-09-2002, 17:58
ljp ljp is offline
-= TeamSpeak User =-
 
Join Date: Sep 2002
Location: earth
Posts: 3
ljp is on a distinguished road
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

Last edited by ljp; 27-09-2002 at 18:08.
Reply With Quote
  #13  
Old 27-09-2002, 18:46
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
thx a lot !!! it runs !!!
Reply With Quote
  #14  
Old 28-09-2002, 09:45
N. Werensteijn N. Werensteijn is offline
-= TeamSpeak Addict =-
 
Join Date: Jun 2002
Location: Enschede, The Netherlands
Posts: 946
N. Werensteijn is on a distinguished road
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
Reply With Quote
  #15  
Old 28-09-2002, 12:18
zurk zurk is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: germany
Posts: 27
zurk is on a distinguished road
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
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 17:25.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices