Jump to content

Ubuntu and missing lib ?

Go to solution Solved by Joveice,

Teamspeak3 Does not longer support Mysql.

Quote

Dante696 -  We do not give support for MySQL anymore which was replaced with the new standard MariaDB.

In case you use a new server database
1. Install the latest MYSQL or Maria DB Server and then create a Database and User for this Database
2. Install the TeamSpeak server 3.0.11 (or newer)
3. Go into the redist folder and then move the libmariadb.dll / libmariadb.so.2 inot servers root folder.
4. Create the files ts3server.ini and a ts3db_mariadb.ini
5. Open the ts3server.ini and fill it with these parameters

Code:
dbplugin=ts3db_mariadb
dbpluginparameter=ts3db_mariadb.ini
dbsqlcreatepath=create_mariadb/

5. Open the ts3db_mariadb.ini and fill it with this informations. Please insert your IP, Username, passwort etc.

Code:
[config]
 host='IP_From_MARIA_DB_SERVER'
 port='Port_Number_Of_MARIA_DB_SERVER'
 username='Database_Username"
 password='Password_For_The_User'
 database='Name_Of_your_Database'
 socket=

6. Start the server with parameter inifile=ts3server.ini
7. Check your server logs for success or errors

 

// Problem solved.

Thanks everyone.

8 hours ago, Tosa said:

Try this: sudo apt-get update && sudo apt-get install mysql-server mysql-client

 

8 hours ago, Sauron said:

You install mysql

 

9 hours ago, Dzzope said:

Apt get?

Running other services that use MySQL without problem, and yes I have MySQL installed.

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/604760-ubuntu-and-missing-lib/#findComment-7838822
Share on other sites

Link to post
Share on other sites

1 hour ago, Joveice said:

It's still saying the same message.

Apparently you need to load the library first

ldd libts3_mysql.so

it appears to be a pretty common issue in ts3.

 

Let us know if it works

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/604760-ubuntu-and-missing-lib/#findComment-7841080
Share on other sites

Link to post
Share on other sites

25 minutes ago, Sauron said:

Apparently you need to load the library first


ldd libts3_mysql.so

it appears to be a pretty common issue in ts3.

 

Let us know if it works

I don't have any libts3_mysql.so so that would probably be the issue, Where can I find it?

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/604760-ubuntu-and-missing-lib/#findComment-7841206
Share on other sites

Link to post
Share on other sites

1 hour ago, Joveice said:

I don't have any libts3_mysql.so so that would probably be the issue, Where can I find it?

It should come with the teamspeak installer, are you sure you have the correct version for your architecture and you followed all the installation steps?

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/604760-ubuntu-and-missing-lib/#findComment-7841635
Share on other sites

Link to post
Share on other sites

2 hours ago, Sauron said:

It should come with the teamspeak installer, are you sure you have the correct version for your architecture and you followed all the installation steps?

It doesent come with it, using the right version for it.

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/604760-ubuntu-and-missing-lib/#findComment-7842235
Share on other sites

Link to post
Share on other sites

Teamspeak3 Does not longer support Mysql.

Quote

Dante696 -  We do not give support for MySQL anymore which was replaced with the new standard MariaDB.

In case you use a new server database
1. Install the latest MYSQL or Maria DB Server and then create a Database and User for this Database
2. Install the TeamSpeak server 3.0.11 (or newer)
3. Go into the redist folder and then move the libmariadb.dll / libmariadb.so.2 inot servers root folder.
4. Create the files ts3server.ini and a ts3db_mariadb.ini
5. Open the ts3server.ini and fill it with these parameters

Code:
dbplugin=ts3db_mariadb
dbpluginparameter=ts3db_mariadb.ini
dbsqlcreatepath=create_mariadb/

5. Open the ts3db_mariadb.ini and fill it with this informations. Please insert your IP, Username, passwort etc.

Code:
[config]
 host='IP_From_MARIA_DB_SERVER'
 port='Port_Number_Of_MARIA_DB_SERVER'
 username='Database_Username"
 password='Password_For_The_User'
 database='Name_Of_your_Database'
 socket=

6. Start the server with parameter inifile=ts3server.ini
7. Check your server logs for success or errors

 

// Problem solved.

Thanks everyone.

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/604760-ubuntu-and-missing-lib/#findComment-7851712
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×