Accessing My Oracle Support from Oracle Enterprise Linux 4 x86-64

I was shocked to see the following when I went to download a patch the other day:

Note: FTP patch download service will be retired as of September 18th, 2009 and “My Oracle Support” will be the only interface for downloading the patches and updates.

The problem is that I am using Oracle Enterprise Linux 4 x86_64 and there is no 64 bit flash player for firefox 3 (64 bit,  which is all that is available via up2date from ULN).

Having said this, I have successfully installed a workaround.

  1. rpm -ev firefox (gets rid of 64 bit firefox)
  2. download firefox-3.0.7-3.0.1.el4.i386.rpm and frysk-0.0.1.2007.08.03-7.0.1.el4.i386.rpm from http://public-yum.oracle.com/repo/EnterpriseLinux/EL4/8/base/i386/
  3. download Adobe Flash Player 9 (32-bit) from http://kb2.adobe.com/cps/406/kb406791.html
  4. rpm -i frysk-0.0.1.2007.08.03-7.0.1.el4.i386.rpm
  5. rpm -i firefox-3.0.7-3.0.1.el4.i386.rpm
  6. tar zxvf install_flash_player_9.tar.gz
  7. cd install_flash_player_9_linux/
  8. ./flashplayer-installer
  9. When prompted for the path: /usr/lib/firefox-3.0.7
  10. mv /usr/bin/firefox /usr/bin/firefox-3.0.7
  11. vi /usr/bin/firefox
#!/bin/bash
export LD_LIBRARY_PATH=/usr/lib/frysk:$LD_LIBRARY_PATH
/usr/bin/firefox-3.0.7

You should now be able to access My Oracle Support.

Related Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.