Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 290 by
kucharz....@gmail.com: cwebp: error while loading shared libraries: libwebp.so.6: fix
https://bugs.chromium.org/p/webp/issues/detail?id=290What steps will reproduce the problem?
1. After normal installation of webp libraries
2. Trying to cwebp -q 80 file.png -o file.webp
3. This error occures: cwebp: error while loading shared libraries: libwebp.so.6: cannot open shared object file: No such file or directory
What is the expected output? What do you see instead?
Expected output: webp coverted file
What version of the product are you using? On what operating system?
Ubuntu 14.04 LTS
I've fixed that using those commands:
$:sudo vim etc/ld.so.conf.d/randomLibs.conf
in file: /usr/local/lib/libwebp.so.6.0.0
$:/usr/local/lib$ sudo ldconfig
Going smooth now
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings