Currently, solution is to perform these commands for every .so file that cannot 
be located:
<iubuntu_user>:~<path_to_file>$ ./clickToLaunchApp.sh
<path_to_file>
./Community_Core_Vision: error while loading shared libraries: 
lib<xxx>.so.<yyy>: cannot open shared object file: No such file or directory

find / | grep -i lib<xxx>.so

sudo ln -s /usr/lib/lib<xxx>.so.<number_in_the_end_of_found_file>
/usr/lib/libavutil.so.<yyy>

I do not know bash scripting, but there could be small workaround scrip
that would check terminal output and perform this in loop so every file
missing would be fixed. Too bad it is not in Delphi or PHP ... :D

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710136

Title:
  Cannot launch CCV from shell shortcut. .SO files in /usr/lib/ missing
  or not matching.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to