Milvus Build Failing on Build Container. #36541
Unanswered
rohitreddy1698
asked this question in
Q&A and General discussion
Replies: 2 comments 8 replies
-
We didn't see this error before, you can search on google for more info. |
Beta Was this translation helpful? Give feedback.
8 replies
-
I get the same error when trying to start the container for Milvus standalone on a Podman Linux VM. The same - ERROR: ld.so: object '/milvus/lib/' from LD_PRELOAD cannot be preloaded (cannot read file data): ignored. Occurs when starting the container on Linux VM with lots of RAM ( over 8GB) on MacOS using Podman. podman run -d name --milvus ( container build starts and then exits right away) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started the containerised build environment using :
Logged onto the container :
docker exec -ti milvus-builder-1 bash
Installed the dependencies using :
./scripts/install_deps.sh
Trying to build milvus using :
milvus
Fails with following error :
fails with the following error :
I have already tried installing xsltproc :
Still this is failing with xsltproc not found.
Beta Was this translation helpful? Give feedback.
All reactions