运行 Ubuntu 14.04 64 位。我从项目网站。当我使用 sudo 运行该文件时,我得到以下输出:
ben@tardis:~$ sudo ./teampostgresql_ubuntu.sh
Unpacking JRE ...
Preparing JRE ...
./teampostgresql_ubuntu.sh: 256: ./teampostgresql_ubuntu.sh: bin/unpack200: not found
Error unpacking jar files. Aborting.
You might need administrative priviledges for this operation.
我尝试安装,openjdk-7-jre-headless
但无济于事。项目页面没有列出任何依赖项,所以我不知道接下来该怎么做。我也尝试在 root shell 中运行,但没有任何区别。
答案1
这是适用于 32 位系统的软件包
如果你使用 64 位系统,则安装 32 位库
Ubuntu 13.10 之前
sudo apt-get 安装 ia32-libs
ubuntu 14.04之后
sudo dpkg --add-architecture i386
sudo apt-get 更新
sudo apt-get 安装 libc6:i386 libncurses5:i386 libstdc++6:i386
对于控制台模式
团队postgresql_ubuntu.sh-c