You are not logged in.

#1 2007-12-10 06:15:04

tanis
Member
From: Poland / Waterloo, ON, Canada
Registered: 2007-04-21
Posts: 259

Picasa 2.7 beta

Hi.

I got it working on x86_64 smile

I downloaded http://dl.google.com/linux/deb/pool/non … _amd64.deb
and did:
ar x picasa_2.7.3736-7_amd64.deb data.tar.gz
tar xzf data.tar.gz

To get it working I had to install lib32-openssl package from AUR.

Also, Picasa complained about missing 32bit libraries. I had to modify opt/picasa/bin/wrapper file.
Line:
ldd "$parentdir/wine/bin/wine" > /dev/null
should be changed to:
ldd32 "$parentdir/wine/bin/wine" > /dev/null

And you can test if included wine works properly by running this command:
ldd32 opt/picasa/wine/bin/wine

If it complains about missing libraries, you need to install lib32- versions of them.

Last edited by tanis (2007-12-10 17:35:52)

Offline

#2 2007-12-10 16:37:14

Janax
Member
From: Iowa
Registered: 2007-05-21
Posts: 86

Re: Picasa 2.7 beta

I upgraded the AUR lib32-openssl package to 0.9.8g.  Thanks for flagging it outdated!

Offline

#3 2008-08-03 10:40:40

Coume
Member
From: UK
Registered: 2008-02-10
Posts: 78
Website

Re: Picasa 2.7 beta

tanis wrote:

I had to modify opt/picasa/bin/wrapper file.
Line:
ldd "$parentdir/wine/bin/wine" > /dev/null
should be changed to:
ldd32 "$parentdir/wine/bin/wine" > /dev/null

Thanks a lot for posting this solution smile

Ludo

Offline

#4 2008-10-12 11:37:18

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

Re: Picasa 2.7 beta

tanis wrote:

Also, Picasa complained about missing 32bit libraries. I had to modify opt/picasa/bin/wrapper file.
Line:
ldd "$parentdir/wine/bin/wine" > /dev/null
should be changed to:
ldd32 "$parentdir/wine/bin/wine" > /dev/null

Ah good to know, this also has to be done withe picasa 3.0 beta.
Thanks for pointing that out!

Offline

Board footer

Powered by FluxBB