BH4HPA commented on PR #2250:
URL:
https://github.com/apache/incubator-pegasus/pull/2250#issuecomment-2888814502
This happens repeatedly during tests:
```bash
$ docker run -v /your/local/apache-pegasus-source:/root/pegasus \
apache/pegasus:build-env-ubuntu2004-master \
/bin/bash -c "cd /root/pegasus; ./run.sh test"
...
Wait cluster to become healthy...
Sleeped for 1 seconds
./pegasus_shell: error while loading shared libraries: libsnappy.so.1:
cannot open shared object file: No such file or directory
Sleeped for 2 seconds
./pegasus_shell: error while loading shared libraries: libsnappy.so.1:
cannot open shared object file: No such file or directory
...
```
Therefore, adding these packages is necessary not only for building but also
for running and testing Pegasus.
After adding these packages, I successfully:
- Built Pegasus 2.5.0
- Ran test without runtime errors
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]