AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: rbfeeder libcurl issue  (Read 3603 times)

0 Members and 1 Guest are viewing this topic.

atasca

  • New Member
  • *
  • Posts: 2
rbfeeder libcurl issue
« 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

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: rbfeeder libcurl issue
« Reply #1 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
« Last Edit: January 28, 2019, 09:22:14 AM by abcd567 »

atasca

  • New Member
  • *
  • Posts: 2
Re: rbfeeder libcurl issue
« Reply #2 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 :)