View Single Post
Posts: 92 | Thanked: 102 times | Joined on May 2010
#42
Originally Posted by Patola View Post
If I try to run it from the menu, it doesn't work.

I've noticed that when I tried to run it from the terminal:



A quick hack solved the issue:



...and it worked. But it would be better if the program would solve this issue by itself. Maybe add /opt/lib to /etc/ld.so.conf if it's not there? Maybe you can add this to the deb's postinst script:
Thanks for pointing this out. I'm running "ldconfig /opt/lib" on installation, but it seems that ld.so.cache gets ovewritten somehow.