Hello,
Laurent BURGY wrote:
Now, i have only libmysqlclient.so.12 qnd i don't know how to modify the requested libmysqlclient.so.10... How can i proceed ?? -the mysql version is 4.0.17-
i installed mysql-standard-4.0.17-pc-linux-i686.tar.gz on debian stable using (a somewhat old) gcc 2.95.4. This produced the neccessary libmysqlclient.so.10 lib. I have to admit i am not 100% sure how a so.10 and so.12 lib may differ.
Firstly, i renamed libmysqlclient.so.12 in libmysqlclient.so.10, in this way the " bad config file" no longer appeared but i couldn't register (although users were in the subscriber table and passwd, usernames and realm were right) ... I don't thnk that this "rename method" is quite relevant...
I suggest you do 2 things:
- set debug level in ser.cfg to 9 (debug=9) - install etherreal and do a full trace of all sip messages We need to know whats in the SDP messages.
If there is a problem accessing the database ser should log this into syslog.
I've heard about "ld problems" with Solaris and i'm not a Solaris-expert, if someone who has had installed ser with mysql support on a solaris 8 could help me, it would be great...
Ive installed several other open-source software packages on solaris. The only problem is telling the linker where to find non-standard libs if they are not in the default lib path.
Either symlink all non standard libs to /usr/lib or set the correct path in "LD_LIBRARY_PATH" before starting ser.
-- Arnd