Ok, you know about 32 bits or not, but you are going to install 64 bits mandriva.
So what should you know?
This is what I have collated to date, maybe some error
feel free to contribute. I DO NOT have a 64 bits yet, doing "homework" on the question.
If you are a newbie, the advice seems to be to install a 32 bits linux onto your 64 bits processor.
This is possible, and simpler in the short and long term.
The loss of performance is small.
Updating a 32 bits mandriva to a 64 (instead of doing a full install). Forget about it! bad idea.
Read that not advised to share /home between two Mandy OS (one 32 and one 64, multiboot)
no known rational for that apart that well it is risky. No feedback/experience known
Mixing 32 and 64 libraries is risky
However, setting 32 bits and 64 repositories for uprmi, is feasible
(Order is important to calculate the dependencies)
Flash (well maybe we should not use flash at all...) Anyway, solutions/options are
You may have seen this
[root@localhost install_flash_player_7_linux]# ./flashplayer-installer
ERROR: Your architecture, \'x86_64\', is not supported by the
Macromedia Flash Player installer.
Solutions are
- Flashplayer within Konqueror
- Use opera
- Use nspluginwrapper to "translate/bridge" 32 bits macromedia flash libraries/pluggin into firefox 64 bits nspluginwrapper-i386
- Avoid any flash (I do)
- Chroot a 32 bit firefox (with all the problems/duplication that creates)
Firefox:
There is a 64 bits version, but pluggins/extension will lag behind for a while
Consider nspluginwrapper (Does 64 bits work with it?)
Java
Alledegly there is a 64 bit JRE. To be confirmed
Azureus (java) Reported to work, depending on versions
Realplayer / Helix player (Why do you want realplayer... well I ilke trplayer)
lastfm: some report of it not working, and the contrary as well
wine: well this is 32 bits by definition
Allegedly seen one post saying compilation flags are automatically set to 32 bits and it
compiles beautifully from source on a 64 bits
Skype (well closed source):
Try openwengo; wait for reversed engineered skype clones
Chroot it
for oppenofice, 32 bits, and in general
Quote (Translated from Fr)
There is I think a 64, but basically it is a tweaked 32, going to 64 is a lot and lot of recoding allegedly
2) add 5 repositories: main64, contrib64, main32, contrib32, club32.
3) deactivate main64, contrib64 BEFORE installing any 32 bits application. This avoid dependency hell for the 64 bits,
which risk disappearing
4) install firefox, flash, ooffice, java etc.
5) deactivate 32 bits mirrors, reactivate 64 mirrors
Good to know
urpmi.update -a && urpmi --auto-select --keep --strict-arch
where --keep so that packages that would uninstall other packages are not used and
--strict-arch to avoid a 32 bits application to be replaced by a 64 and conversely
mplayer and to have all the win32 codecs (32 by definition), allegedlly
[quote]
http://www.mplayerhq.hu/design7/news.html:
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
./configure --enable-gui
make
as root make install
Othewise chroot the damn thing from URPMI
Seen something about install32 prefix, lost from sight
A good chroot tutorial or bash script for mandriva to create a chroot environment
(I have not find one yet)
What you should (and shouldn't) expect from 64-bit Linux
http://www.linux.com/article.pl?sid=06/09/07/1632253
Installing apps in a 32-bit chroot in AMD64 Debian system
http://www.debian-administration.org/articles/356
32-bit browsing in a 64-bit system
http://internet.newsforge.com/article.pl?s...0216&tid=13
[moved from Installing Mandriva by spinynorman]