#community-help

Typesense Compatibility Issues with Ubuntu18

TLDR Pedro reported the incompatibility of Typesense 0.25 with Ubuntu18 due to minimum GLIBC_2.28. Kishore Nallan suggested running it through Docker or building it personally using Bazel build.

Powered by Struct AI

1

6
1mo
Solved
Join the chat
Aug 17, 2023 (1 month ago)
Pedro
Photo of md5-20fda3c002742caa68798c836be5739d
Pedro
01:29 PM
Hi all, since 0.25 is no longer possible to install typesense on ubuntu18 due to minimum GLIBC_2.28 [thats natural is a old release (while LTS)] .. my comment is just to inform you guys about this 🙂
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
01:31 PM
Hi Pedro, thanks for posting this. It's a decision we had to take to support newer features like GPU support. You can still run it via Docker if it's not possible to use a newer Distro.
Pedro
Photo of md5-20fda3c002742caa68798c836be5739d
Pedro
01:32 PM
yes, I know 🙂 Great job and thanks for building typesense

1

Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
01:33 PM
For a very long time we were building Typensese on Ubuntu 12.04!
01:34
Kishore Nallan
01:34 PM
It should also be now really easy for you to build it yourself if you need. We use Bazel build which is just a single command to build with all deps. Will take about 45 mins for the first build.
Pedro
Photo of md5-20fda3c002742caa68798c836be5739d
Pedro
01:35 PM
Yes, I tried yesterday on a ubuntu 20 and build run very well