Hello,
When I was trying to run ginga cpp reference executable I am getting the error as below:
"error while loading shared libraries: libtelemidiautil.so: can not open shared object file: No such file or directory"
Please note the library libtelemidiautil.so is present in /usr/local/lib/ginga.
I am wondering why i am getting this error as this path is already included also the library is present there.
also ldd ginga shows
libtelemidiautil.so=> not found
Can you tell us what could be the problem?
Thanks.
siva.
Autor: siva deshpande
22 comentários
/usr/local/lib/ginga/adapters
/usr/local/lib/ginga/cm
/usr/local/lib/ginga/converters
/usr/local/lib/ginga/dp
/usr/local/lib/ginga/ic
/usr/local/lib/ginga/iocontents
/usr/local/lib/ginga/players After that (and running 'sudo ldconfig'), I could finally run an NCL application using Ginga.