Results 1 to 4 of 4
i try yo install teamspeak 2 lin client and i get this message
[root@x1-6-00-40-2b-35-4f-37 ts2_client_rc2_2032]# sh setup.sh
Runtime error 230 at 08062D1D
setup.sh: line 19: 2861 Segmentation fault ${SETUPDIR}installer
i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-18-2004 #1
TEAMSPEAK not installing
i try yo install teamspeak 2 lin client and i get this message
[root@x1-6-00-40-2b-35-4f-37 ts2_client_rc2_2032]# sh setup.sh
Runtime error 230 at 08062D1D
setup.sh: line 19: 2861 Segmentation fault ${SETUPDIR}installer
i dont know what to do.
(also does anyone know how to make konqueror default in gnome)nVidia G-Force 6600GT (bfg) pci-e: amd 64 2000+ (939): 1024 corsair ram: 2X 80gb seagate harddisk SATA: plextor cd/dvd-read/write cdrom SATA
- 10-19-2004 #2
how bout
#vi setup.sh
and see what line 19 says and if it doesn't help, post it here
- 10-19-2004 #3
#!/bin/bash
################################################## #################
# This small bash script will initialize LD_LIBRARY_PATH to the #
# correct dir, so that the installer can find the qt library #
# Then it should execute the actual installer #
# #
# (C) 2003 by Niels Werensteijn #
################################################## #################
BASEDIR=${0%setup.sh}
IMAGEDIR=${BASEDIR}setup.data/image/
SETUPDIR=${BASEDIR}setup.data/installer/
if [ ${0:0:1} == "/" ];
then export LD_LIBRARY_PATH="${IMAGEDIR}:${LD_LIBRARY_PATH}"
else export LD_LIBRARY_PATH="`pwd`/${IMAGEDIR}:${LD_LIBRARY_PATH}"
fi
${SETUPDIR}installer
~
~
~
~
"setup.sh" [readonly][noeol] 19L, 773C 1,1 AllnVidia G-Force 6600GT (bfg) pci-e: amd 64 2000+ (939): 1024 corsair ram: 2X 80gb seagate harddisk SATA: plextor cd/dvd-read/write cdrom SATA
- 10-25-2004 #4
bump
nVidia G-Force 6600GT (bfg) pci-e: amd 64 2000+ (939): 1024 corsair ram: 2X 80gb seagate harddisk SATA: plextor cd/dvd-read/write cdrom SATA


Reply With Quote
