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

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Feb 18 07:39:15 CST 2021


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253859#comment-253859 ] 

Asterisk Team commented on ASTERISK-29301:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. Please note that log messages and other files should not be sent to the Sangoma Asterisk Team unless explicitly asked for. All files should be placed on this issue in a sanitized fashion as needed.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

Please note that by submitting data, code, or documentation to Sangoma through JIRA, you accept the Terms of Use present at [https://www.asterisk.org/terms-of-use/|https://www.asterisk.org/terms-of-use/].

> CLONE - libmyodbc in ubuntu server 20.04 using asterisk 13
> ----------------------------------------------------------
>
>                 Key: ASTERISK-29301
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29301
>             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: Unassigned
>              Labels: asterisk_13, libmyodbc, ubuntu_server_20
>
> 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



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



More information about the asterisk-bugs mailing list