Replies: 1 comment 1 reply
-
@xtrnc i think that in older versions of snappy RTTI is disabled by default. since our open source build doesn't vendor snappy, you'll probably need to use a newer version. we've been testing the build the open-source build with Fedora 38, but we should also probably try to support some older distros, too like last Ubuntu LTS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I tried to use the README.md to build redpanda manually so I did:
sudo ./install-dependencies.sh && CC=clang CXX=clang++ ./build.sh
but I got the following error:
branch: dev commit id: 19a9098
my machine: Linux kubuntu22 5.19.0-41-generic #42-Ubuntu SMP PREEMPT_DYNAMIC Mon Apr 17 19:17:03 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
I wanted to just build a dev environment and play with it.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions