Skip to content

Commit

Permalink
Fix README.Rhel-Rocky.bash (#17232)
Browse files Browse the repository at this point in the history
There are some errors when compiling gpdb7 on rocky9. These errors
are caused by leaking of packages.

Co-authored-by: yihong0618 <zouzou0208@gmail.com>
  • Loading branch information
zhrt123 and yihong0618 committed Mar 21, 2024
1 parent 02a15d9 commit 4e9334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rhel-Rocky.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Install needed packages. Please add to this list if you discover additional prerequisites
sudo yum group install -y "Development Tools"
INSTALL_PKGS="apr-devel bison bzip2-devel cmake3 epel-release flex gcc gcc-c++ krb5-devel libcurl-devel libevent-devel libkadm5 libxml2-devel libzstd-devel openssl-devel python3.11 python3.11-devel python3.11-psutil python3.11-pip perl-ExtUtils-MakeMaker.noarch perl-ExtUtils-Embed.noarch readline-devel rsync xerces-c-devel zlib-devel python3-psutil python3-pyyaml python3-psycopg2"
INSTALL_PKGS="apr-devel bison bzip2-devel cmake3 epel-release flex gcc gcc-c++ krb5-devel libcurl-devel libevent-devel libkadm5 libxml2-devel libzstd-devel openssl-devel python3.11 python3-devel python3.11-devel python3-psutil python3.11-pip perl-ExtUtils-MakeMaker.noarch perl-ExtUtils-Embed.noarch readline-devel rsync xerces-c-devel zlib-devel python3-psutil python3-pyyaml python3-psycopg2"

sudo yum install -y $INSTALL_PKGS

Expand Down

0 comments on commit 4e9334d

Please sign in to comment.