> I have done the following steps to build and install VPP in RHEL.
> *     git clone https://gerrit.fd.io/r/vpp -b stable/1908
> *     cd vpp/
> *     make install-dep
>       This step fails with error for packages
>       1.      ninja-build
>       2.      mbedtls
>       3.      cmake3
> These packages are not available for RHEL/7

They are but you need epel repository. We install it for CentOS but not for 
RHEL it seems.
Can you try:
sudo yum install epel-release
before doing make install-dep ?


> I manually installed each package with src.rpm, even after this the build
> fails with unpredictable error

If the issue persist after the steps above, please share the content of 
/root/vpp/build-root/build-vpp-native/external/rdma-core.*.log

Thanks
ben
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15095): https://lists.fd.io/g/vpp-dev/message/15095
Mute This Topic: https://lists.fd.io/mt/69523613/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to