LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ts3 server - installation (https://www.linuxquestions.org/questions/linux-newbie-8/ts3-server-installation-4175456136/)

t3cho 03-30-2013 06:42 AM

Ts3 server - installation
 
Hi guys im working via one tutorial and im stuck on this error with database can anyone explain me how to fix it ..

Code:

techo@ubuntu:~$ wget http://ftp.4players.de/pub/hosted/ts3/releases/3.0.7.1/teamspeak3-server_linux-amd64-3.0.7.1.tar.gz
--2013-03-29 11:45:28-- http://ftp.4players.de/pub/hosted/ts3/releases/3.0.7.1/teamspeak3-server_linux-amd64-3.0.7.1.tar.gz
Resolving ftp.4players.de (ftp.4players.de)... 194.97.2.74, 194.97.2.75, 194.97.2.76, ...
Connecting to ftp.4players.de (ftp.4players.de)|194.97.2.74|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4470985 (4.3M) [application/x-tar]
Saving to: `teamspeak3-server_linux-amd64-3.0.7.1.tar.gz'

100%[======================================================================================================>] 4,470,985    439K/s  in 10s 

2013-03-29 11:45:38 (437 KB/s) - `teamspeak3-server_linux-amd64-3.0.7.1.tar.gz' saved [4470985/4470985]

techo@ubuntu:~$ tar zxf teamspeak3-server_linux-amd64-3.0.7.1.tar.gz
techo@ubuntu:~$ rm teamspeak3-server_linux-amd64-3.0.7.1.tar.gz
techo@ubuntu:~$ ls
Desktop  Documents  Downloads  examples.desktop  Music  Pictures  Public  teamspeak3-server_linux-amd64  Templates  Ubuntu One  Videos
techo@ubuntu:~$ cd teamspeak3-server_linux-amd64/
techo@ubuntu:~/teamspeak3-server_linux-amd64$ ls
CHANGELOG  libts3db_mysql.so    LICENSE          sql                    ts3server_minimal_runscript.sh  tsdns
doc        libts3db_sqlite3.so  serverquerydocs  ts3server_linux_amd64  ts3server_startscript.sh
techo@ubuntu:~/teamspeak3-server_linux-amd64$ ./ts3server_linux_amd64 createinifile=1
2013-03-29 18:50:53.040750|INFO    |ServerLibPriv |  | TeamSpeak 3 Server 3.0.7.1 (2013-03-18 10:56:27)
2013-03-29 18:50:53.041779|INFO    |DatabaseQuery |  | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
2013-03-29 18:50:53.042137|CRITICAL|DatabaseQuery |  | unable to load database plugin library "libts3db_sqlite3.so", halting!
techo@ubuntu:~/teamspeak3-server_linux-amd64$ ./ts3server_linux_amd64
2013-03-29 18:51:22.039900|INFO    |ServerLibPriv |  | TeamSpeak 3 Server 3.0.7.1 (2013-03-18 10:56:27)
2013-03-29 18:51:22.041153|INFO    |DatabaseQuery |  | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
2013-03-29 18:51:22.041476|CRITICAL|DatabaseQuery |  | unable to load database plugin library "libts3db_sqlite3.so", halting!
techo@ubuntu:~/teamspeak3-server_linux-amd64$

i can start it with ts3server_startscript.sh but then what ? :(

Im begginer in this

Tutorial : http://www.youtube.com/watch?v=j8SgpKjK__Q

shivaa 03-30-2013 07:00 AM

Check this out here. Hope it will help you to fix the issue.

t3cho 03-30-2013 07:15 AM

Quote:

Originally Posted by shivaa (Post 4921544)
Check this out here. Hope it will help you to fix the issue.

dude i know how to use google i tryed this but how to fix the database erorr not bypass it

shivaa 03-30-2013 07:45 AM

Quote:

Originally Posted by t3cho (Post 4921546)
dude i know how to use google i tryed this but how to fix the database erorr not bypass it

If you have read the suggested thread properly, then it fixed the problem. As per this, remove all the exracted files, and extract the tar again with your own username (not root) and then invoke the installation script again.
Code:

~$ tar -zxvf teamspeak3-server_linux-amd64-3.0.7.1.tar.gz
~$ cd teamspeak3-server_linux-amd64
~$ ./ts3server_minimal_runscript.sh



All times are GMT -5. The time now is 06:01 PM.