Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286128 - www-client/chromium cannot find libssl3.so.12
Summary: www-client/chromium cannot find libssl3.so.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 18:50 UTC by Anton Romanov
Modified: 2009-09-25 16:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (info,3.87 KB, text/plain)
2009-09-23 18:51 UTC, Anton Romanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Romanov 2009-09-23 18:50:10 UTC
/usr/lib/chromium-browser/chrome: error while loading shared libraries: libssl3.so.12: cannot open shared object file: No such file or directory

chromium-bin workarounds this by doing symlinks into ${CHROMIUM_HOME}/lib/
Comment 1 Anton Romanov 2009-09-23 18:51:57 UTC
Created attachment 205044 [details]
emerge --info output
Comment 2 Bernard Cafarelli gentoo-dev 2009-09-24 20:33:11 UTC
This is most probably caused by a dev-libs/nss upgrade:
if you upgraded it to a version >=3.12.4 after emerging chromium, you will need to remerge chromium, as the new nss versions have reverted back to using upstream soname (mentioned in nss postinstall message). chromium is one of the affected packages (and this is not spotted by revdep-rebuild, as the file name did not change).
Comment 3 Anton Romanov 2009-09-25 16:31:56 UTC
yes, that was the case
remerging chromium fixed