Re: FC13, Installing 32 bit Libs on a 64 bit box

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jun 4, 2010 at 12:01 AM, Phil Meyer <pmeyer@xxxxxxxxxxxxxxxx> wrote:

>> If someone wants to run a nightly version of Thunderbird (say
>> 3.1.1pre) in 64 bit F13 where the nightly builds are only for 32 bit -
>> then it is not so easy!
>>
>> If you can give a one line command to pull in all the correct 32 bit
>> libraries needed for that scenario I would be most interested in
>> seeing it.
>>
>>
>
>
> Hehe, there is always a way :)
>
> Here ya go!
>
> rm -f /tmp/lister /tmp/lister1 ; for file in `ldd
> /usr/lib64/thunderbird-3.0/thunderbird-bin | awk '{print $1}'` ; do sudo
> yum whatprovides $file 2> /dev/null | egrep "i386|i686" >> /tmp/lister ;
> done ; sort -u -o /tmp/lister /tmp/lister ; awk '{print $1}' /tmp/lister
>  > /tmp/lister1 ; sudo yum install `cat /tmp/lister1`
>
> It works, but adds some stuff not strictly necessary for running Tbird
> generically.  And, its not pretty! :)

Wow - very neat!

-- 
mike c
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux