Bonjour je voudrais installer le logiciel www.teamspeak.org
sauf que j'ai un problème à l'install et à l'utilisation !
Mais je pense que je dois mal écrire le script ( car je ne mis connais pas )
En effet la doc dit :
"This features a totally new, selfmade installer.
At this moment it only works in GUI mode (with x11 running).
To install using the gui, just startup "setup.sh"
manual install:
copy the contents of setup.data/image to the directory where you want to
install ts2. Then edit the "teamspeak" script. replace %installdir% with
the directory where you installed teamspeak to."
bon l'install auto marche pas j'passe en manuel j'copie tout ds mon home !
et mon fichier script teamspeak est :
#!/bin/sh
#
# This starup script will set the correct library path
# and then startup the teamspeak binary.
#
export LD_LIBRARY_PATH=%installdir%:$LD_LIBRARY_PATH
%installdir%/TeamSpeak.bin $*
Donc je voudrais savoir ! comment je dois remplacer la ligne sachant qu'actuellement j'ai :
export LD_LIBRARY_PATH=/home/slash/bin/TS/image/:$LD_LIBRARY_PATH
/home/slash/bin/TS/image/TeamSpeak.bin $*
et il m'indique
slash@slash:~/bin/TS/image$ sh TeamSpeak
TeamSpeak: line 9: 6677 Erreur de segmentation /home/slash/bin/TS/image/TeamSpeak.bin $*
donc j'en conclue que j'ai une erreure sur la ligne ... mais laquelle !
merci d'avance Slapps
Et merci aux personnes qui font vivre ce forum
Message édité par slapps le 04-05-2004 à 20:34:45