I am trying to make Teamspeak 2 work with mySQL over sqlite ...

It requires the following be added to the server.ini file


[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=xxxxxxxxxxxxxxxx
Hostname=localhost
User_name=xxxxxxxxxxxxx
Password=xxxxxxxxxxxx
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0
LibraryName=./libsqlmy.so
Active=1

The only think I am not sure how to find is the Vendor Library path and its name?

I am running DirectAdmin if it influences the process of finding that path and its name!