Hi ! i had an issue with pocketsphinx-5prealpha on raspberry pi, i'm using VisualGDB to do the cross compiling, i've downloaded and installed all things according to the wiki pages and ran the continuous example, everything works ! except when i want to add the library to a new project, visualGDB shows me this error :
Tool arguments:
/tmp/VisualGDB_ToolchainTestProgram_Deployed: error while loading shared libraries: libsphinxbase.so.3: cannot open shared object file: No such file or directory
i've added the library directory / include correctly and added their names, the "libsphinxbase.so.3" file exist on that directory, knowing that for the version 0.8 it worked just fine without this error
i hope i get a response soon ^^ thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi ! i had an issue with pocketsphinx-5prealpha on raspberry pi, i'm using VisualGDB to do the cross compiling, i've downloaded and installed all things according to the wiki pages and ran the continuous example, everything works ! except when i want to add the library to a new project, visualGDB shows me this error :
Tool arguments:
/tmp/VisualGDB_ToolchainTestProgram_Deployed: error while loading shared libraries: libsphinxbase.so.3: cannot open shared object file: No such file or directory
i've added the library directory / include correctly and added their names, the "libsphinxbase.so.3" file exist on that directory, knowing that for the version 0.8 it worked just fine without this error
i hope i get a response soon ^^ thank you.
You can learn about the way how loading shared libraries on linux works from the following resource:
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html