PDA

View Full Version : FreeBSD and MySQL 4.X


Mecorr
19-10-2004, 23:00
Hey,

I have been trying to get TeamSpeak 2 to work with MySQL 4.X on FreeBSD 5.2.1. All attempts have failed, I keep on getting the following error "Database initialization error: EDatabase Error.Unable to Load /usr/local/mysql/lib/mysql/libmysqlclient.so.12".

I have searched the forums and found a few posts on this same topic but , none of the solutions ( if any were presented ) worked. I was wonder if anyone else had any solutations.

-= [ Server.INI -- DBExpress Section ] =-
[DBEXPRESS]
sqldir=./mysql
Drivername=mysql
Database=teamspeak
Hostname=127.0.0.1
User_name=root
Password=*******
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/local/mysql/lib/mysql/libmysqlclient.so.12
LibraryName=./libsqlmy.so
Active=1

dsc_chris
20-10-2004, 06:22
Dont use BSD, it isnt supported, we had the same issues finally i weighed out the options it was either continue to use BSD and not use mysql, or use mysql and linux. The server isnt built for bsd so it is having MAJOR compatibility issues.

Regards,

Chris Childers
DarkStar Communications

Mecorr
20-10-2004, 17:57
um ... I will just try with sqLite. Thankx for the info.