Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Asterisk 11.23 with libmysqlclient20 on Debian 8


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
mefhigoseth at gmail.com
Guest





PostPosted: Mon Oct 03, 2016 5:54 pm    Post subject: [asterisk-users] Asterisk 11.23 with libmysqlclient20 on Deb Reply with quote

Hi List!


I'm facing a problem while compiling Asterisk-11 on a Debian 8 server.


The mysql-server version installed is 5.7 and come from the official mySQL community repo for Debian.


After compile, install and execute Asterisk, the comman "lsof -p `pidof asterisk` | grep mysql" don't produce any output. Like if confgure script don't found the mysql lib.


With libmysqlclient18 every is Ok. How can I use libmysqlclient20 with Asterisk ?


Thanks in advance, and best regards.

root@nodo1:/usr/src/asterisk-11.23.0# ls -lh /usr/lib/x86_64-linux-gnu/ | grep mysql
-rw-r--r-- 1 root root 5,7M ago 25 09:37 libmysqlclient.a
lrwxrwxrwx 1 root root   20 ago 25 09:37 libmysqlclient.so -> libmysqlclient.so.20
lrwxrwxrwx 1 root root   24 ago 25 09:37 libmysqlclient.so.20 -> libmysqlclient.so.20.3.2
-rw-r--r-- 1 root root 4,2M ago 25 09:37 libmysqlclient.so.20.3.2
-rw-r--r-- 1 root root  18K ago 25 09:37 libmysqlservices.a
--
GnuPG Key ID: 0x39BCA9D8
https://www.github.com/mefhigoseth
...:::[ God Rulz ! ]:::...
Back to top
mhterres at gmail.com
Guest





PostPosted: Mon Oct 03, 2016 7:06 pm    Post subject: [asterisk-users] Asterisk 11.23 with libmysqlclient20 on Deb Reply with quote

I think that you need the dev files too. In Debian 8, the package is
libmysqlclient-dev.

But Debian 8 uses libmysqlclient-18. Where did you get the 20 ?

Regards,

Marcelo H. Terres <mhterres@gmail.com>
IM: mhterres@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On Mon, Oct 3, 2016 at 7:54 PM, Victor Villarreal <mefhigoseth@gmail.com> wrote:
Quote:
Hi List!

I'm facing a problem while compiling Asterisk-11 on a Debian 8 server.

The mysql-server version installed is 5.7 and come from the official mySQL
community repo for Debian.

After compile, install and execute Asterisk, the comman "lsof -p `pidof
asterisk` | grep mysql" don't produce any output. Like if confgure script
don't found the mysql lib.

With libmysqlclient18 every is Ok. How can I use libmysqlclient20 with
Asterisk ?

Thanks in advance, and best regards.

root@nodo1:/usr/src/asterisk-11.23.0# ls -lh /usr/lib/x86_64-linux-gnu/ |
grep mysql
-rw-r--r-- 1 root root 5,7M ago 25 09:37 libmysqlclient.a
lrwxrwxrwx 1 root root 20 ago 25 09:37 libmysqlclient.so ->
libmysqlclient.so.20
lrwxrwxrwx 1 root root 24 ago 25 09:37 libmysqlclient.so.20 ->
libmysqlclient.so.20.3.2
-rw-r--r-- 1 root root 4,2M ago 25 09:37 libmysqlclient.so.20.3.2
-rw-r--r-- 1 root root 18K ago 25 09:37 libmysqlservices.a

--
GnuPG Key ID: 0x39BCA9D8
https://www.github.com/mefhigoseth
...:::[ God Rulz ! ]:::...

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Wed Oct 05, 2016 9:14 am    Post subject: [asterisk-users] Asterisk 11.23 with libmysqlclient20 on Deb Reply with quote

On Mon, Oct 03, 2016 at 07:54:23PM -0300, Victor Villarreal wrote:
Quote:
Hi List!

I'm facing a problem while compiling Asterisk-11 on a Debian 8 server.

The mysql-server version installed is 5.7 and come from the official mySQL
community repo for Debian.

For the record, we ubild both asterisk 11 (last version: 11.21.2) and 13
(13.11.2) for Debian Stable using the distro-provided MySQL packages.

Quote:

After compile, install and execute Asterisk, the comman "lsof -p `pidof
asterisk` | grep mysql" don't produce any output. Like if confgure script
don't found the mysql lib.

Is Are there any mysql-related module loaded?

Start with e.g.

ldd /usr/lib/asterisk/module/cdr_mysql.so

Quote:

With libmysqlclient18 every is Ok. How can I use libmysqlclient20 with
Asterisk ?

Were the relevant modules built? Do you use direct MySQL support? ODBC?
Maybe you forgot to install development headers?

Quote:

Thanks in advance, and best regards.

root@nodo1:/usr/src/asterisk-11.23.0# ls -lh /usr/lib/x86_64-linux-gnu/ |
grep mysql
-rw-r--r-- 1 root root 5,7M ago 25 09:37 libmysqlclient.a
lrwxrwxrwx 1 root root 20 ago 25 09:37 libmysqlclient.so ->
libmysqlclient.so.20

This one typically comes from the development headers package, so it's
probably installed.

Quote:
lrwxrwxrwx 1 root root 24 ago 25 09:37 libmysqlclient.so.20 ->
libmysqlclient.so.20.3.2
-rw-r--r-- 1 root root 4,2M ago 25 09:37 libmysqlclient.so.20.3.2
-rw-r--r-- 1 root root 18K ago 25 09:37 libmysqlservices.a

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services