Skip to content

Add libarchive to CentOS 8 section #2383

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

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Conversation

msiomkin
Copy link
Contributor

Unfortunately the latest cmake does't work without libarchive nor does it install it as a dependancy (probably it's a bug, see https://programmerah.com/solved-cmake-symbol-lookup-error-cmake-undefined-symbol-archive_write_add_filter_zstd-32832/). So, we have to install it manually. Otherwise we get:

[vagrant@localhost ~]$ cmake
cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd

Unfortunately cmake does't work without libarchive nor does it install it as a dependancy (probably it's a bug, see https://programmerah.com/solved-cmake-symbol-lookup-error-cmake-undefined-symbol-archive_write_add_filter_zstd-32832/). So, we have to install it manually. Otherwise we get:

```
[vagrant@localhost ~]$ cmake
cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd
```
@NickVolynkin
Copy link
Contributor

@msiomkin thanks!

@NickVolynkin NickVolynkin merged commit cd24361 into tarantool:latest Oct 25, 2021
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