AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: atasca on January 28, 2019, 08:20:39 AM

Title: rbfeeder libcurl issue
Post by: atasca on January 28, 2019, 08:20:39 AM
Hi,

I am running rbfeeder on a raspberry-like board (the odroid hc2) along with other services.

Recently discovered that following an apt-update the rbfeeder stopped working. Further digging revealed that another service running on the same box (the plexmediaserver service) requires libcurl4 and installing this will remove libcurl3 wich is required by rbfeeder.

Does anybody know if rbfeeder can be modified to be able to run with libcurl4?

System details:

Code: [Select]
uname -m && uname -r && cat /etc/*release

armv7l
4.14.94-155
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Title: Re: rbfeeder libcurl issue
Post by: abcd567 on January 28, 2019, 09:19:48 AM
Did you try to re-install libcurl3 ?
There is a possibilty that libcurl3 wont try to downgrade an existing libcurl4, and then both will coexist.

Code: [Select]
sudo apt-get install libcurl3
Title: Re: rbfeeder libcurl issue
Post by: atasca on January 28, 2019, 09:26:34 AM
Already tried that, reinstalling libcurl3 will remove libcurl4. and viceversa. so I will end up either running rbfeeder or plexmediaserver :)