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

Further updates to the installation instructions #442

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

brenns10
Copy link
Contributor

@brenns10 brenns10 commented Oct 10, 2024

I saw the pull request about Arch Linux installation and wanted to make a few similar updates:

  1. libkdumpfile is now packaged for Arch too, so we can simplify the install steps for building from source there.
  2. I wanted to include Oracle Linux instructions alongside RHEL and CentOS, especially where they differ.

So I've added steps to install Oracle Linux's officially supported drgn package (no EPEL) as a separate group. Please note that this one does contain the CTF patches downstream -- if you feel strongly about that, I can omit this, or put a warning to let people know that it has vendor modifications.

I also added steps to the documentation about getting debuginfo. I didn't want to take up a ton of space, but OL does have official documentation that covers how to get kernel debuginfo, so I thought we could at least link directly to it.

Also, for building from source, we got some compiler errors on Oracle Linux 7 (and I'm pretty confident they'd be there on RHEL/CentOS 7 too) that are resolved by using a newer compiler version. So I updated that as well.

So we can remove the outdated instruction that libkdumpfile should be
installed via the AUR.

Signed-off-by: Stephen Brennan <[email protected]>
Also update the RHEL/CentOS/OL instructions to build from source. For
version 7 (unsure about previous versions) a newer GCC is necessary, so
mention devtoolset-12. The installation varies slightly between vendors,
and it's not really worth going into too much detail for such an old
distro, so just refer users to their distro documentation.

Signed-off-by: Stephen Brennan <[email protected]>
@osandov osandov merged commit 7e28f94 into osandov:main Oct 10, 2024
39 checks passed
@brenns10 brenns10 deleted the install_updates branch October 10, 2024 22:05
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 this pull request may close these issues.

2 participants