libcuneiform.so.0.9.0 not found after install
I'm trying to get version 0.9.0 installed on debian, but i'm allways getting this error message when I try to execute cuneiform:
cuneiform: error while loading shared libraries: libcuneiform.
All the installation process is OK, at least It doesn't dump any error.
The file is compiled on the /builddir/
I tried to copy the library to the /usr/lib/cuneiform/ directory, but it didn't work.
Thanks for your time and attention.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2010-02-11
- Last reply:
- 2010-02-11
Yury V. Zaytsev (zyv) said : | #1 |
What about running ldconfig?
Simon (herrbert-hans-fobg) said : | #2 |
1. add a .conf file to /etc/ld.so.conf.d
2. It content is the path to the .so files. At my 64 bit system this is: /usr/local/lib64
3. run ldconfig
Guillaume Olivrin (oguillaume) said : | #3 |
Check that you have the lib file installed after you have done the installation.
After a typical sudo make install you should see :
ls -l /usr/local/
lrwxrwxrwx 1 root root 21 2010-04-06 15:40 /usr/local/
Simply running 'ldconfig' after the 'make install' worked, thank you.
Can you help with this problem?
Provide an answer of your own, or ask Xose for more information if necessary.