[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libssh 0.8.1 breaks amarok
[Thread Prev] | [Thread Next]
- Subject: libssh 0.8.1 breaks amarok
- From: Antonio Rojas <arojas@xxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 21 Aug 2018 09:56:07 +0200
- To: libssh@xxxxxxxxxx
Hi all, I need help debugging a strange issue I'm facing when packaging 0.8.1 on Arch Linux. Updating to 0.8.1 breaks KDE's Amarok music player: on startup it throws an error "The Amarok database reported the following errors: MySQLe something failed! on library initialization failed, return code 1" The funny thing is that neither amarok nor mariadb (the mysql implementation we use) use libssh at all. The only relationship is that amarok is indirectly linked to it via ffmpeg. And indeed, rebuilding ffmpeg without libssh support fixes the issue. I've bisected it to this commit: commit 83b43443e51b5db06184750fb874e1e8d7ece95a Author: Anderson Toshiyuki Sasaki <ansasaki@xxxxxxxxxx> Date: Mon Jul 2 13:03:12 2018 +0200 threads: Automatically call ssh_init on load It only happens when using openssl, if I build libssh with libgcrypt there is no issue. Any ideas what may be going on here? Thanks
Re: libssh 0.8.1 breaks amarok | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: libssh 0.8.1 breaks amarok | Anderson Sasaki <ansasaki@xxxxxxxxxx> |