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

configure: error: Unable to find the libarchive headers, need package libarchive-devel (libarchive-dev on Debian/Ubuntu) #4933

Closed
rpauly opened this issue Jan 8, 2020 · 1 comment

Comments

@rpauly
Copy link

rpauly commented Jan 8, 2020

Version of Singularity:

What version of Singularity are you using? Run:
singularity 2.6.1

$ singularity version

Expected behavior

What did you expect to see when you do...?

Actual behavior

What actually happened? Why was it incorrect?
configure: error: Unable to find the libarchive headers, need package libarchive-devel (libarchive-dev on Debian/Ubuntu)

What OS/distro are you running

$ cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="7.7"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.7"
PRETTY_NAME="Oracle Linux Server 7.7"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:7:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.7
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.7


How did you install Singularity

Write here how you installed Singularity. Eg. RPM, source.
wget https://github.com/sylabs/singularity/releases/download/2.6.1/singularity-2.6.1.tar.gz

@dtrudg
Copy link
Contributor

dtrudg commented Jan 8, 2020

You would need to install the package libarchive-devel using yum install libarchive-devel to build this version of Singularity on Oracle Linux.

Please note that the open-source 2.x series of Singularity is no longer developed or supported.

@dtrudg dtrudg closed this as completed Jan 8, 2020
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

No branches or pull requests

2 participants