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

Build without libarchive #31

Open
vasi opened this issue Jun 13, 2014 · 2 comments
Open

Build without libarchive #31

vasi opened this issue Jun 13, 2014 · 2 comments

Comments

@vasi
Copy link
Owner

vasi commented Jun 13, 2014

If the user can't get libarchive, just stub it out. But this means command-line behaviour will differ—they won't get indexing. Is that ok?

@perjahn
Copy link

perjahn commented Sep 14, 2016

Is this issue related to the build failures of libarchive?

Ubuntu:
./configure: line 4937: syntax error near unexpected token LIBARCHIVE,' ./configure: line 4937:PKG_CHECK_MODULES(LIBARCHIVE, libarchive)'

Centos:
configure: error: Package requirements (libarchive) were not met:
No package 'libarchive' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBARCHIVE_CFLAGS and LIBARCHIVE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

@thibault-ketterer
Copy link

hello
quick fix

remove everything

install this
apt-get install build-essential autoconf autogen asciidoc libarchive-dev pkg-config liblzma-dev

clone again
./autogen.sh
./configure
make

works for me, I think you need pkg-config before running autogen.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants