running error!
Created by: lqniunjunlper
When i run the quick_start, i have the following error: paddle_trainer: error while loading shared libraries: libgflags.so.2: cannot open shared object file: No such file or directory But i have installed gflags.2.2.0, which includes the following libs: /usr/local/lib/libgflags.so /usr/local/lib/libgflags.so.2.2.0 /usr/local/lib/libgflags_nothreads.so.2.2 /usr/local/lib/libgflags.so.2.2 /usr/local/lib/libgflags_nothreads.so /usr/local/lib/libgflags_nothreads.so.2.2.0
why paddle use libgflags.so.2 instead of libgflags2.2.0???
Besides, when i installed gflags2.0, which includes libgflags.so.2, but i also have another running error: paddle: line 46: 1877 Illegal instruction ${DEBUGGER} $MYDIR/../opt/paddle/bin/paddle_trainer ${@:2}
why?