我使用docker运行,docker-compose.yml如下,镜像是从https://hub.docker.com/ 拉取的。
services:
opengauss-7.0.0:
image: opengauss/opengauss:latest
privileged: true
ports:
- 5432:5432
environment:
GS_PASSWORD: opGuass#12
volumes: - ./data:/var/lib/opengauss
报错:
Message: The supplied GS_PASSWORD is meet requirements.
The program “gaussdb” is needed by gs_initdb but was not found in the
same directory as “/usr/local/opengauss/bin/gs_initdb”.
Check your installation.
/usr/local/opengauss/bin/gaussdb: error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory
no data was returned by command “”/usr/local/opengauss/bin/gaussdb" -V"