CLI gibberish -- prompt and input appear to be some sort of unicode characters

Hi Horatio,

Thanks for your help, sorry for the late reply. I’ll have a go at recompiling asterisk in a few days and see how I go.

Thanks
Luke

This problem still exists on fedora25.

rpm -qva|egrep ‘asterisk|libedit’

asterisk-voicemail-13.9.1-1.fc25.1.x86_64
libedit-3.1-16.20160618cvs.fc25.x86_64
asterisk-voicemail-plain-13.9.1-1.fc25.1.x86_64
asterisk-sip-13.9.1-1.fc25.1.x86_64
asterisk-13.9.1-1.fc25.1.x86_64
asterisk-sounds-core-en-1.5.0-1.fc24.noarch
asterisk-dahdi-13.9.1-1.fc25.1.x86_64
asterisk-sounds-core-en-gsm-1.5.0-1.fc24.noarch

It’s still the latest (and only) version of libedit available.

Hello Everyone,
Fedora Server 25 fix is right here are

http://ftpsrv01.networklab.ca/fedora/25/RPMS/x86_64/

To apply fix.

Install networklab.repo /etc/yum.repos.d
Use dnf

dnf clean all; dnf update asterisk\*; dnf downgrade libedit;

Restart asterisk

systemctl restart asterisk.service

Add exclude line to /etc/dnf/dnf.conf

exclude=libedit

Hi, just getting to this now. Can you tell me more about the networklab
repo? Is this something you maintain? What are the asterisk changes that
were made here? Is it just for compatibility to fix the libedit problem, or
other more general changes?

Thanks!

Hello,
Yes our repo is actively maintained by NetworkLab. This particular case we back ported correct version of libedit to fedora 25 and generated new asterisk rpms.

Awesome, thanks so much.

Same Problem here after upgrading Ubuntu LTS Xenial (16.04) to Bionic (18.04) on armhf (raspberry pi 2).
I’m stuck.

Did you try compiling Asterisk without libedit as one user suggested earlier in the thread?

Thanks for the fast reply John. No I didn’t yet… I just saw that the upgrade process didn’t work… some packages left unconfigured or not updated, asterisk among them. Need to fix that first. Will write an update soon.

HI
I think I’ve fixed it by installing the dev lib
apt install libedit-dev

J.

FYI: I had this issue on Rocky8 + Asterisk 11. Removing the libedit-devel package and rebuilding asterisk fixed the issue.