소스 검색

Fixed Urweb

msmith-techempower 10 년 전
부모
커밋
bdb3020b77
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      frameworks/Ur/urweb/setup.sh

+ 2 - 0
frameworks/Ur/urweb/setup.sh

@@ -2,4 +2,6 @@
 
 
 ${URWEB_HOME}/bin/urweb -db "dbname=hello_world user=benchmarkdbuser password=benchmarkdbpass host=${DBHOST}" bench
 ${URWEB_HOME}/bin/urweb -db "dbname=hello_world user=benchmarkdbuser password=benchmarkdbpass host=${DBHOST}" bench
 
 
+export LD_LIBRARY_PATH=${URWEB_HOME}/lib
+
 ./bench.exe -q -k -t ${MAX_THREADS} &
 ./bench.exe -q -k -t ${MAX_THREADS} &