Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to libbcc 0.9.0 #49

Closed
jasonk000 opened this issue Apr 4, 2019 · 0 comments · Fixed by #50
Closed

Upgrade to libbcc 0.9.0 #49

jasonk000 opened this issue Apr 4, 2019 · 0 comments · Fixed by #50

Comments

@jasonk000
Copy link
Contributor

jasonk000 commented Apr 4, 2019

Current Dockerfile does not build since libbcc has been updated to 0.9.0 upstream.

I propose updating ebpf_exporter to use 0.9.0.

ubuntu@ip-100-66-117-245:~/ebpf_exporter$ git checkout upstream/master 
ubuntu@ip-100-66-117-245:~/ebpf_exporter$ make
..
Step 2/4 : RUN apt-get update &&
     apt-get install -y apt-transport-https &&
     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648A4A16A23015EEF4A66B8E4052245BD4284CDD &&
     echo "deb https://repo.iovisor.org/apt/xenial xenial main" > /etc/apt/sources.list.d/iovisor.list &&
     apt-get update &&
     apt-get install -y libbcc=0.8.0-1 linux-headers-amd64
..
E: Version '0.8.0-1' for 'libbcc' was not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant