question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Installing into RHEL 8

See original GitHub issue

Describe the bug I’m working on installed CORE onto my RHEL 8.4 machine and facing issues.

To Reproduce Steps to reproduce the behavior:

  1. Clone 7.5.2
  2. Run ./install.sh
  3. Error:
checking for tc... no

Stderr:

configure: error: Could not locate tc (from iproute package).

Expected behavior The program tc/iproute would be found.

Besides this, I developed an RPM for quagga (from https://github.com/USNavalResearchLaboratory/ospf-mdr) that took a bit of work. I’m not sure if quagga has anything to do with my issues, but I thought I would attach it here just in case.

rpmbuild.zip

Desktop (please complete the following information):

  • OS: RHEL 8.4
  • CORE Version 7.5.2
  • EMANE Version [e.g. 1.2.4] N/A

Additional context My goal is to install CORE from an RPM without any building. I know RPMs are supplied here, however after installing that RPM, I don’t see core-... executables available so I’m actually not sure what that RPM is doing.

I am using RHEL 8.4 development version but I could use CentOS 8 just as easily. In the end, if there is any SOF or issue article that discusses in finer detail out to install CORE 7.x on RHEL 8/CentOS 8, that may solve my issues.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bharndencommented, Oct 13, 2021

There is no RPM to install from currently, the packages are only for convenience of setting up distributed machines. The previous response should resolve the tc part.

1reaction
b00gacommented, Oct 13, 2021

On EL8, the tc command is available in the iproute-tc package.

Regarding quagga ospf-mdr, it already has RPM support. After configuring, just run make rpm. Note that rpmbuild command (via the rpm-build package) must already be installed, otherwise configure will not create the rpm make target.

If you download an RPM, you can inspect its contents without installing with rpm -qipl foo.rpm.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Appendix F. Tools and tips for troubleshooting and bug reporting
The troubleshooting information in the following sections might be helpful when diagnosing issues at the start of the installation process.
Read more >
Problem Installing IBM Installation Manager on RHEL 8 ...
To fix this issue, upgrade the fapolicyd package to version 1.0-3.el8_3.4 or higher, by running: dnf upgrade fapolicyd. Check/verify if the ...
Read more >
Error when installing Red Hat Enterprise Linux 8.2 via VirtualBox
I have tried Linux 8.6 and 8.2 and both are giving same error. I also tried a workaround of disabling "Connect to redhat...
Read more >
3 Issues Affecting Linux for Oracle Database 19c
1 Bug 30286976. To install Oracle Database 19c on Oracle Linux 8 or Red Hat Enterprise Linux 8, download the 19.3 Oracle Database...
Read more >
RHEL 8 must not have any automated bug reporting tools ...
Description. It is detrimental for operating systems to provide, or install by default, functionality exceeding requirements or mission ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found