I barely new on using mac and I got some problems when I tried running a tool from a command-line. I am trying to run a software that required a CRF++. Here is the errors;
Cannot load the example native code.
Make sure your LD_LIBRARY_PATH contains '.'
java.lang.UnsatisfiedLinkError: no CRFPP in java.library.path
I have installed the CRF++-058 on my machine. I used brew to install the CRF++ 0.58.
/usr/local/Cellar/crf++/0.58: 11 files, 784K, built in 32 seconds
here is the output of the brew doctor
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libcrfpp.la
Does anyone know how to solve this? Any help would be really appreciated. Thanks