Try to compile loxilb follow document and found out iproute2 repo not found. #865
-
I try to compile loxlb and try to run in on standalone mode, then I follow the document #!/bin/bash
# usage : curl -sfL https://github.com/loxilb-io/loxilb-tools/raw/main/loader/install.sh | sh -
git clone --recurse-submodules https://github.com/loxilb-io/iproute2.git && cd iproute2 && \
cd libbpf/src/ && mkdir build && DESTDIR=build OBJDIR=build make install && cd - && \
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/libbpf/src/ && \
LIBBPF_FORCE=on LIBBPF_DIR=`pwd`/libbpf/src/build ./configure && make && \
sudo cp -f tc/tc /usr/local/sbin/ntc && cd ../ && rm -fr iproute2 and I found out https://github.com/loxilb-io/iproute2.git has been took out from public access. please kindly advise. |
Beta Was this translation helpful? Give feedback.
Answered by
TrekkieCoder
Nov 4, 2024
Replies: 1 comment 1 reply
-
Hi @broxio Sorry for the inconvenience. iproute2 is not used by loxilb anymore. So you can simply skip the step |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
UltraInstinct14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @broxio
Sorry for the inconvenience. iproute2 is not used by loxilb anymore. So you can simply skip the step
curl -sfL https://github.com/loxilb-io/tools/raw/main/loader/install.sh | sh -
. Will update the build guide regarding the same.