Hi, all.
I am looking for your expert help.
I am building ser 0.8.12 on my fedora core 4, just because it is the highest version provided by iptel, while debian has all the newest goodies to .9+. In that, ser's mysql.so links to libmysqlclient.so.10 and this creates problems;
*** After ser starts, it immediately shuts down when it loads auth_db.so. due to "authentication protocol" mismatch with mysql server 4.12 which is shipped with Fedora core.
Is there 3rd party ser mysql module that uses libmysqlclient.so.14 somewhere? Or is it possible to compile newer verion source to work on fedora?
Basically I am looking for ser mysql module that calls so.14 and can run on fedora.
Thanks in advance.
AS a temporatry solution create a symbolic link to libmysqlclient.so.10
ln -s libmysqlclient.so.10 libmysqlclient.so.14
That should work.
On 6/22/06, Chahn John Kim johnk@koreanet.us wrote:
Hi, all.
I am looking for your expert help.
I am building ser 0.8.12 on my fedora core 4, just because it is the highest version provided by iptel, while debian has all the newest goodies to .9+. In that, ser's mysql.so links to libmysqlclient.so.10 and this creates problems;
*** After ser starts, it immediately shuts down when it loads auth_db.so. due to "authentication protocol" mismatch with mysql server 4.12 which is shipped with Fedora core.
Is there 3rd party ser mysql module that uses libmysqlclient.so.14 somewhere? Or is it possible to compile newer verion source to work on fedora?
Basically I am looking for ser mysql module that calls so.14 and can run on fedora.
Thanks in advance.
-- Chahn John Kim Koreanet.US Tel: 847-564-0698 email: johnk@koreanet.us johnk@netcomusa.us
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thanks Andrei for your prompt response.
I tried symlinks between so.10 & so.14 without success. symlink to so.14 doesn't even load mysql.so due to linking error.
Thing is that I don't get the linking/dependency errors. Ser starts without errors but it immediately terminates as "db_connect()" from auth_db.so fails due to "authentication protocol" mismatch with mysql server and this old so.10.
If someone can direct me how or where to get ser mysql.so to use client.so.14 instead? Or is it even possible?
AS a temporatry solution create a symbolic link to libmysqlclient.so.10
ln -s libmysqlclient.so.10 libmysqlclient.so.14
That should work.
On 6/22/06, Chahn John Kim johnk@koreanet.us wrote:
Hi, all.
I am looking for your expert help.
I am building ser 0.8.12 on my fedora core 4, just because it is the highest version provided by iptel, while debian has all the newest goodies to .9+. In that, ser's mysql.so links to libmysqlclient.so.10 and this creates problems;
*** After ser starts, it immediately shuts down when it loads auth_db.so. due to "authentication protocol" mismatch with mysql server 4.12 which is shipped with Fedora core.
Is there 3rd party ser mysql module that uses libmysqlclient.so.14 somewhere? Or is it possible to compile newer verion source to work on fedora?
Basically I am looking for ser mysql module that calls so.14 and can run on fedora.
Thanks in advance.
-- Chahn John Kim Koreanet.US Tel: 847-564-0698 email: johnk@koreanet.us johnk@netcomusa.us
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I recommend that you build 0.9.x from sources instead. ftp://ftp.iptel.org/pub/ser/0.9.6/ g-)
Chahn John Kim wrote:
Thanks Andrei for your prompt response.
I tried symlinks between so.10 & so.14 without success. symlink to so.14 doesn't even load mysql.so due to linking error.
Thing is that I don't get the linking/dependency errors. Ser starts without errors but it immediately terminates as "db_connect()" from auth_db.so fails due to "authentication protocol" mismatch with mysql server and this old so.10.
If someone can direct me how or where to get ser mysql.so to use client.so.14 instead? Or is it even possible?
AS a temporatry solution create a symbolic link to libmysqlclient.so.10
ln -s libmysqlclient.so.10 libmysqlclient.so.14
That should work.
On 6/22/06, Chahn John Kim johnk@koreanet.us wrote:
Hi, all.
I am looking for your expert help.
I am building ser 0.8.12 on my fedora core 4, just because it is the highest version provided by iptel, while debian has all the newest goodies to .9+. In that, ser's mysql.so links to libmysqlclient.so.10 and this creates problems;
*** After ser starts, it immediately shuts down when it loads auth_db.so. due to "authentication protocol" mismatch with mysql server 4.12 which is shipped with Fedora core.
Is there 3rd party ser mysql module that uses libmysqlclient.so.14 somewhere? Or is it possible to compile newer verion source to work on fedora?
Basically I am looking for ser mysql module that calls so.14 and can run on fedora.
Thanks in advance.
-- Chahn John Kim Koreanet.US Tel: 847-564-0698 email: johnk@koreanet.us johnk@netcomusa.us
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers