Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406477 - www-client/google-chrome-19.0.1055.1_alpha123982 - missing dependency on dev-libs/openssl
Summary: www-client/google-chrome-19.0.1055.1_alpha123982 - missing dependency on dev-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 20:42 UTC by jon R-B
Modified: 2012-03-02 18:50 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jon R-B 2012-03-01 20:42:19 UTC
Google chrome now ships with flash (using the pepper api)

ldd /opt/google/chrome/PepperFlash/libpepflashplayer.so 
	linux-vdso.so.1 =>  (0x00007fffa52e7000)
	libcrypto.so.0.9.8 => not found
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f6de3298000)
	librt.so.1 => /lib64/librt.so.1 (0x00007f6de308f000)
	libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/libstdc++.so.6 (0x00007f6de2d8e000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f6de2b0a000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f6de28ed000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f6de255e000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f6de42a3000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f6de2347000)



dev-libs/openssl-1.0.0 is the default ssl.

request added dependency of dev-libs/openssl-0.9.8t  to google-chrome
Comment 1 Mike Gilbert gentoo-dev 2012-03-02 18:50:35 UTC
Thanks for the report.