| Summary: | Picasa openssl don't ruen | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Arnaud Vacquier <arnaud> |
| Component: | Release (media or process) | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | CC: | davidwhodgins |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | mageia-release-1-0.9.mga1.src.rpm | CVE: | |
| Status comment: | |||
|
Description
Arnaud Vacquier
2011-05-07 20:06:59 CEST
As a temporary solution try ... - uninstall picassa - urpmi openssl - rm -f /etc/mandrake-release - urpmi ./picassa... - cd /etc - ln -s mageia-release mandrake-release Note that I only have a 32 bit system, so I'm not sure if you have enable the 32 bit repository first, or specifically select the 32 bit version of openssl. In /opt/google/picasa/3.0/bin/common.sh it's using the DISTRIB_ID from the file /etc/lsb-release to determine which distribution is being used. Not much mageia can do about that. The script should be trying to figure out if it's a .deb or .rpm based release, rather then looking at the distribution id, in my opinion, but that's up to google. In the rpm package install/uninstall scriplets, it's checking for the existence of /etc/mandrake-release to determine if it's a Mandriva release, and then parsing the contents to see what year the release is from. Since /etc/magiea-release doesn't have a year (or the string "Mandriva Linux release"), it's assuming a pre 2007 version of Mandriva, which may mess up the menu/icon installation. Temporarily removing the symlink should allow the rpm package to install properly. My question is whether or not the symlinks /etc/mandrake-release and /etc/mandriva-release should be included? Would removing them break anything? CC:
(none) =>
davidwhodgins Picasa isn't in the official Mageia repos, we have no control on how it's packaged, so this report in INVALID. You can of course open a topic at https://forums.mageia.org FWIW, the 32bit openssl lib package is libopenssl-1.0.0, which is in the Core 32bit Release repository (which is set up by default when adding the official repos). Status:
NEW =>
RESOLVED |