You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: