From 78f11003195b096e3321b3e26ef5a929839752fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Mon, 18 Dec 2023 00:23:27 +0800 Subject: [PATCH] Fix jemalloc library missing. --- install_orbit_environment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_orbit_environment.sh b/install_orbit_environment.sh index 1cb5dad..4be33c0 100644 --- a/install_orbit_environment.sh +++ b/install_orbit_environment.sh @@ -19,6 +19,7 @@ if [[ ! -e "/usr/lib/x86_64-linux-gnu/librt.so" ]]; then fi org_pwd=$(pwd) sudo apt install -y libncurses5-dev libgmp-dev +sudo apt-get install libjemalloc-dev -y echo "postfix postfix/mailname string $USER" | sudo debconf-set-selections echo "postfix postfix/main_mailer_type string 'Local only'" | sudo debconf-set-selections sudo apt-get install -y postfix