Closed GoogleCodeExporter closed 8 years ago
Hi, Disclaimer: I do not know *anything* about rasberrypi beyond the name, and
I'm not connected to jasper either, I just made this g2p thing. Typically it
should be sufficient to do this:
$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
After doing that, you should be able to verify that fstcompile runs correctly
from the command line.
Assuming it works, you can add the same line to the bottom of your ~/ .bashrc
or ~/.bash_profile:
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
After adding the line you need to run:
$ source ~/.bashrc
to reload the profile with the change. The change should be reloaded
automatically from the next time you open a new terminal/console window. If
still none of that works, let me know!
Original comment by Josef.Ro...@gmail.com
on 13 May 2015 at 12:26
Thanks for the reply, i check all my dependencies and some where missing.
By running $ make - or - make install on some of my tar.gz exported files i was
able to resolve the problem.
But now i have another but not related to phonetisaurus.
Thanks for the assistence, it helped identify the problem
Original comment by kli...@gmail.com
on 19 May 2015 at 9:49
Migration time. Deleting here.
Original comment by Josef.Ro...@gmail.com
on 9 Aug 2015 at 1:12
Original issue reported on code.google.com by
kli...@gmail.com
on 12 May 2015 at 11:51