LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing openMCU (https://www.linuxquestions.org/questions/linux-software-2/installing-openmcu-581020/)

hayzam 08-30-2007 12:43 PM

installing openMCU
 
hi there ,

working on video conferencing under linux , i am installing an application called OpenMCU and when running it this error appears
Quote:

openmcu: error while loading shared libraries: libpt.so.1.10.2: cannot open shared object file: No such file or directory
although i am installing all the needed libs , and this lib " libpt.so.1.10 " is installed in /usr/lib - not the exact file there , but a symbolic link , to be exact -

i dont know what to do ,
Thanks in advance

r0b0 08-31-2007 10:30 AM

You can either run ldconfig command as root or if it doesn't help, you can try to symlink the file: ln -s libpt.so.1.10 libpt.so.1.10.2


All times are GMT -5. The time now is 10:13 PM.