Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 3f85390

Browse files
committed
Add symlink workaround for libtinfo
1 parent c88d4f7 commit 3f85390

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/install-couchbase-server/install-couchbase-server

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ function install_couchbase_on_amazon_linux {
118118

119119
log_info "Cleaning up $filepath"
120120
rm -f "$filepath"
121+
122+
# Workaround for https://github.com/gruntwork-io/terraform-aws-couchbase/issues/33
123+
log_info "Creating symlink for libtinfo"
124+
sudo ln -s /usr/lib64/libtinfo.so.6 /usr/lib64/libtinfo.so.5
121125
}
122126

123127
# Disabling transparent huge pages is recommended for Couchbase servers.

0 commit comments

Comments
 (0)