I fixed the problem which was basically a path issue but now it is cribbing for mysql.so The path is correct but when I run "./ser -c" I get the following output
./ser -c 0(4472) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory
How do I sort it out??
thanks Shyam
-----Original Message----- From: Shyamsundar, Purkayastha (Purkayastha)** CTR ** Sent: Thursday, June 08, 2006 4:48 PM To: 'serusers@lists.iptel.org' Subject: novice issue
Hi all
Just started using ser but i am stuck at the first step itself
i downloaded ser-0.9.6_linux_i386.tar
untared it , set the cfg file and modules in correct path as per cfg file and ran ./ser from the sbin directory
and it says
ERROR in cfg file ( 24 errors)
if i comment out the loadmodule statements on the cfg files then the errors reduce but inspite of verifying the correct path several times its not getting through. That means its reading the cfg file correctly but not loading the modules or not able to interpret loadmodule command maybe
Please help me
thanks in advance Shyam
On Thu, Jun 08, 2006 at 07:58:04PM +0530, Shyamsundar, Purkayastha (Purkayastha)** CTR ** wrote:
I fixed the problem which was basically a path issue but now it is cribbing for mysql.so The path is correct but when I run "./ser -c" I get the following output
./ser -c 0(4472) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory
library libmysqlclient.so.12 isn't in the LDPATH.
try to read "man ldconfig" and configure it.
How do I sort it out??
thanks Shyam
Wbr,
On the other hand, libmysqlclient.so.12 might not be there at all. However, there might be some libmysqlclient.so.14 or libmysqlclient.so.15. Just make a symbolic link inside the directory where libmysqlclient.so.x is located
ln -s libmysqlclient.so.14 libmysqlclient.so.12
or
ln -s libmysqlclient.so.15 libmysqlclient.so.12
Whatever fits.
Andrey.
On 6/8/06, Alexandr Dubovikov shurik@start4.info wrote:
On Thu, Jun 08, 2006 at 07:58:04PM +0530, Shyamsundar, Purkayastha (Purkayastha)** CTR ** wrote:
I fixed the problem which was basically a path issue but now it is cribbing for mysql.so The path is correct but when I run "./ser -c" I get the following output
./ser -c 0(4472) ERROR: load_module: could not open module </usr/local/lib/ser/modules/mysql.so>: libmysqlclient.so.12: cannot open shared object file: No such file or directory
library libmysqlclient.so.12 isn't in the LDPATH.
try to read "man ldconfig" and configure it.
How do I sort it out??
thanks Shyam
Wbr,
Alexandr Dubovikov * baron@iRC RusNet * mailto:shurik@start4.info AD1-UANIC * ICQ: 122351182 * http://www.start4.info _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Thu, Jun 08, 2006 at 10:12:58PM +0700, Andrey Kouprianov wrote:
Hi Andrey,
On the other hand, libmysqlclient.so.12 might not be there at all. However, there might be some libmysqlclient.so.14 or libmysqlclient.so.15. Just make a symbolic link inside the directory where libmysqlclient.so.x is located
Yep, it can be the another solution, but if he have compiled mysql.so on the same computer, it mean libmysqlclient.so.12 should be somewhere, isn't it ?
and also isn't so good make a synb link to a library other version. :-/
ln -s libmysqlclient.so.14 libmysqlclient.so.12
or
ln -s libmysqlclient.so.15 libmysqlclient.so.12
Whatever fits.
Andrey.
Wbr,
Privet (Hi) Alexandr,
Inline.
On 6/8/06, Alexandr Dubovikov shurik@start4.info wrote:
On Thu, Jun 08, 2006 at 10:12:58PM +0700, Andrey Kouprianov wrote:
Hi Andrey,
On the other hand, libmysqlclient.so.12 might not be there at all. However, there might be some libmysqlclient.so.14 or libmysqlclient.so.15. Just make a symbolic link inside the directory where libmysqlclient.so.x is located
Yep, it can be the another solution, but if he have compiled mysql.so on the same computer, it mean libmysqlclient.so.12 should be somewhere, isn't it ?
and also isn't so good make a synb link to a library other version. :-/
That's true, but in my case it happened many times and symb link proved to be working very well. libmysqlclient.so.x files come with MySQL client compilation. For instance, libmysqlclient.so.14 comes with MySQL 4.1 and either I had to create a link or downgrade MySQL to version 3. I chose the first solution and so far I had no problems. :)
Regards,
Andrey.
ln -s libmysqlclient.so.14 libmysqlclient.so.12
or
ln -s libmysqlclient.so.15 libmysqlclient.so.12
Whatever fits.
Andrey.
Wbr,
Alexandr Dubovikov * baron@iRC RusNet * mailto:shurik@start4.info AD1-UANIC * ICQ: 122351182 * http://www.start4.info
P.S. - I use FreeBSD 5.4 to run my SER.
On 6/9/06, Andrey Kouprianov andrey.kouprianov@gmail.com wrote:
Privet (Hi) Alexandr,
Inline.
On 6/8/06, Alexandr Dubovikov shurik@start4.info wrote:
On Thu, Jun 08, 2006 at 10:12:58PM +0700, Andrey Kouprianov wrote:
Hi Andrey,
On the other hand, libmysqlclient.so.12 might not be there at all. However, there might be some libmysqlclient.so.14 or libmysqlclient.so.15. Just make a symbolic link inside the directory where libmysqlclient.so.x is located
Yep, it can be the another solution, but if he have compiled mysql.so on the same computer, it mean libmysqlclient.so.12 should be somewhere, isn't it ?
and also isn't so good make a synb link to a library other version. :-/
That's true, but in my case it happened many times and symb link proved to be working very well. libmysqlclient.so.x files come with MySQL client compilation. For instance, libmysqlclient.so.14 comes with MySQL 4.1 and either I had to create a link or downgrade MySQL to version 3. I chose the first solution and so far I had no problems. :)
Regards,
Andrey.
ln -s libmysqlclient.so.14 libmysqlclient.so.12
or
ln -s libmysqlclient.so.15 libmysqlclient.so.12
Whatever fits.
Andrey.
Wbr,
Alexandr Dubovikov * baron@iRC RusNet * mailto:shurik@start4.info AD1-UANIC * ICQ: 122351182 * http://www.start4.info
Dear All I can do the NAT traversal by using nathelper, it is bi-way voice if the other site is pstn number, but I only have one direction voice if the other site is the sipua that is belong to the same sip proxy anyone help
thanks
AR.