>>>>> "Thomas" == Thomas Cox <webmaster@stripped> writes:
Thomas> Hey there
Thomas> My server does not have the mysql.so file on
Thomas> it and my host says that they do not have the
Thomas> file. The php we have written for my site
Thomas> requires this file. I think it is in the
Thomas> Msql-Mysql-modules distribution but I have
Thomas> no idea where to get it or mysql.so I need
Thomas> it for SunOS. Anyone who can help please
Thomas> email me at thomas@stripped
Thomas> my host has said if I can get the file
Thomas> in source they will compile it for me
Thomas> but I think i just need the mysql.so file.
Hi!
Get the mysql source distribution and compile it as follows:
./configure --without-server --prefix=/usr/local/mysql
make install
This will produce a libmysqlclient.so file in
/usr/local/mysql/lib/mysql/
Regards,
Monty