You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by la...@apache.org on 2023/05/27 14:15:09 UTC

[incubator-pegasus] branch fix_jvm_missing created (now 85140b516)

This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a change to branch fix_jvm_missing
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


      at 85140b516 fix: fix start_onebox failed because of libjvm.so not found

This branch includes the following new commits:

     new 85140b516 fix: fix start_onebox failed because of libjvm.so not found

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org


[incubator-pegasus] 01/01: fix: fix start_onebox failed because of libjvm.so not found

Posted by la...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a commit to branch fix_jvm_missing
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit 85140b516a1b23d1adad4f645733e25bda1b9536
Author: Yingchun Lai <la...@apache.org>
AuthorDate: Sat May 27 22:14:53 2023 +0800

    fix: fix start_onebox failed because of libjvm.so not found
---
 run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run.sh b/run.sh
index cabf53402..58de1d52a 100755
--- a/run.sh
+++ b/run.sh
@@ -25,7 +25,7 @@ export BUILD_ROOT_DIR=${ROOT}/build
 export BUILD_LATEST_DIR=${BUILD_ROOT_DIR}/latest
 export REPORT_DIR="$ROOT/test_report"
 export THIRDPARTY_ROOT=$ROOT/thirdparty
-export LD_LIBRARY_PATH=${BUILD_LATEST_DIR}/output/lib:${THIRDPARTY_ROOT}/output/lib:${LD_LIBRARY_PATH}
+export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64/server:${BUILD_LATEST_DIR}/output/lib:${THIRDPARTY_ROOT}/output/lib:${LD_LIBRARY_PATH}
 
 function usage()
 {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org