ZX Xu
Results
4
issues of
ZX Xu
看log是`java.lang.UnsatisfiedLinkError: no ltp4j-1.0.0 in java.library.path` 但是nar的log里是有设置`DYLD_LIBRARY_PATH` ``` [DEBUG] Setting environment variable [DYLD_LIBRARY_PATH]=[/Users/Oliver/Development/ltp4j/target/nar/ltp4j-1.0.0-x86_64-MacOSX-gpp-jni/lib/x86_64-MacOSX-gpp/jni] ``` 查了下似乎是El Capitan中开启了SIP后,导致`DYLD_LIBRARY_PATH`失效。 https://github.com/oracle/node-oracledb/issues/149 http://stackoverflow.com/questions/37320489/dyld-library-path-with-current-mac-os-x-is-not-working https://github.com/oracle/node-oracledb/issues/231