[asterisk-bugs] [JIRA] (ASTERISK-29299) libmyodbc in ubuntu server 20.04 using asterisk 13

jenrry soto (JIRA) noreply at issues.asterisk.org
Thu Feb 18 10:25:15 CST 2021


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jenrry soto updated ASTERISK-29299:
-----------------------------------

    Description: 
This is not a request, is an apport.
Hello friend with this I wan to comment my solution, in the factory where I work, we give a solution based in asterisk 13 by now, with Ubuntu server 20.04 and the driver libmyodbc is needed and the ubuntu's repo of this version is not posible to solve this problem we need to install in the next order:

systemctl stop asterisk.service
##after that we download the packages
cd /home
##dependencia 1
wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/multiarch-support_2.19-0ubuntu6_amd64.deb
dpkg -i multiarch-support_2.19-0ubuntu6_amd64.deb
##dependencia 2
wget http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb
dpkg -i libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb
##dependencia 3
wget http://archive.ubuntu.com/ubuntu/pool/universe/m/myodbc/libmyodbc_5.1.10-3_amd64.deb
dpkg -i libmyodbc_5.1.10-3_amd64.deb
systemctl start asterisk.service
##gracias jenrry##
and ready the driver odbc work in ubuntu 20.04

  was:
This is not a request, is an apport.
Hello friendwith this I wanto comment my solution, in the factory where I work, we give a solution based in asterisk 13 by now, with Ubuntu server 20.04 and the driver libmyodbc is needed and the ubuntu's repo of this version is not posible to solve this problem we need to install in the next order:

systemctl stop asterisk.service
##after that we download the packages
cd /home
##dependencia 1
wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/multiarch-support_2.19-0ubuntu6_amd64.deb
dpkg -i multiarch-support_2.19-0ubuntu6_amd64.deb
##dependencia 2
wget http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb
dpkg -i libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb
##dependencia 3
wget http://archive.ubuntu.com/ubuntu/pool/universe/m/myodbc/libmyodbc_5.1.10-3_amd64.deb
dpkg -i libmyodbc_5.1.10-3_amd64.deb
systemctl start asterisk.service
##gracias jenrry##
and ready the driver odbc work in ubuntu 20.04


> libmyodbc in ubuntu server 20.04 using asterisk 13
> --------------------------------------------------
>
>                 Key: ASTERISK-29299
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29299
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Addons/app_mysql
>    Affects Versions: 13.37.1
>         Environment: Ubuntu server 20.04 with asterisk 13 using the driver libmyodbc
>            Reporter: jenrry soto
>            Assignee: jenrry soto
>              Labels: asterisk_13, libmyodbc, ubuntu_server_20
>
> This is not a request, is an apport.
> Hello friend with this I wan to comment my solution, in the factory where I work, we give a solution based in asterisk 13 by now, with Ubuntu server 20.04 and the driver libmyodbc is needed and the ubuntu's repo of this version is not posible to solve this problem we need to install in the next order:
> systemctl stop asterisk.service
> ##after that we download the packages
> cd /home
> ##dependencia 1
> wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/multiarch-support_2.19-0ubuntu6_amd64.deb
> dpkg -i multiarch-support_2.19-0ubuntu6_amd64.deb
> ##dependencia 2
> wget http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb
> dpkg -i libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb
> ##dependencia 3
> wget http://archive.ubuntu.com/ubuntu/pool/universe/m/myodbc/libmyodbc_5.1.10-3_amd64.deb
> dpkg -i libmyodbc_5.1.10-3_amd64.deb
> systemctl start asterisk.service
> ##gracias jenrry##
> and ready the driver odbc work in ubuntu 20.04



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list