Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
1.99k
stars
312
forks
source link
fix(shell): add missing librocksdb.so.8 while packing tools and fix errors while launching shell #1887
Closed
empiredan closed 9 months ago
https://github.com/apache/incubator-pegasus/issues/1886
Fix some problems while launching shell by
/path/to/tools/run.sh shell ...
on production environment:src/shell/config.ini
could not be found sincerun.sh
was executed with absolute path rather than relative pathpegasus_shell
binary could not be found for the packaged directory bypack_tools
which tends to used on production environmentlibdsn_replica_server.so
could not be found since the directory of libraries are missing inLD_LIBRARY_PATH
librocksdb.so.8
was not found which has not be packaged into tools