Hello Nickolay,
After execution all command(./autogen.sh - /.configure - make claean - make - make install), I export all new librarry files generated to the /usr/local/lib/. when running the JNI application i am getting an error at line -System.load("/usr/local/lib/libpocketsphinx.so"); --> can not load library "/usr/local/lib/libpocketsphinx.so". But i am not facing at the old lib. files.??
Best Regards
kamil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Nickolay,
After execution all command(./autogen.sh - /.configure - make claean - make - make install), I export all new librarry files generated to the /usr/local/lib/. when running the JNI application i am getting an error at line -System.load("/usr/local/lib/libpocketsphinx.so"); --> can not load library "/usr/local/lib/libpocketsphinx.so". But i am not facing at the old lib. files.??
Best Regards
kamil
You should have run "sudo make install" to install everything properly.