[Solved?] Installing multiple versions of Firefox at the same time

I would like to install the normal Firefox in the repositories and also firefox-pgo-minefield-smp from the AUR so that I may use either one as desired. 
Looking at the current PKGBUILD from http://aur.archlinux.org/packages.php?ID=33506 (pkgbuild @ http://aur.archlinux.org/packages/firef … p/PKGBUILD ) I am thinking that perhaps I would modify this line:
export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-$_prever -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
to reflect the path where I would like to install it like so:
export LDFLAGS="-Wl,-rpath,/opt/firefox-$_prever -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
And then presumably fix my symlink at /usr/bin/firefox to point back to /usr/lib/firefox-2.6 again. (and also fix the menu links and I realize I would have to use an ugly 'pacman -U tarball --force' to install it -- there's got to be a better way as that is very ugly and wrong surely???? Perhaps modify the pkgname as well as conflicts and provides so I could install it more normally?)
Correct?  Would I also need to modify a prefix or such besides this and if so where in the pkgbuild (ideally) or source would you recommend (must I change the actual makefile or does my modification in the PKGBUILD take care of this?  Would you in your experience recommend another approach for this?
I thought it wise to ask here before hacking away with this stuff and possibly hosing my system in unforeseen ways.   Please forgive my greenness.  I have spent a few hours researching this but still am not quite sure thus I ask. While I think I could do it with a straight compile with a modified configure I'm unsure of how to do it best using the arch tools...
Thanks for your time.
Last edited by davidm (2010-02-08 14:51:21)

Basically solved but not yet mastered.
So I've figured out how to do this, it works, but not yet optimally and I am unsure about some things.  Namely:
[david@arch-desktop opt]$ ls -l /opt/bin
total 0
lrwxrwxrwx 1 root root 33 Feb 8 07:27 firefox -> /opt/lib/firefox-3.7a1pre/firefox
[david@arch-desktop opt]$ ls -l /opt/lib
total 8
drwxr-xr-x 12 root root 4096 Feb 8 07:27 firefox-3.7a1pre
drwxr-xr-x 3 root root 4096 Feb 8 07:27 firefox-devel-3.7a1pre
[david@arch-desktop opt]$ ls -l /opt/lib/firefox-devel-3.7a1pre
total 8
lrwxrwxrwx 1 root root 25 Feb 8 07:27 bin -> /opt/lib/firefox-3.7a1pre
lrwxrwxrwx 1 root root 31 Feb 8 07:27 idl -> /opt/share/idl/firefox-3.7a1pre
lrwxrwxrwx 1 root root 29 Feb 8 07:27 include -> /opt/include/firefox-3.7a1pre
lrwxrwxrwx 1 root root 39 Feb 8 07:27 lib -> /opt/lib/firefox-devel-3.7a1pre/sdk/lib
drwxr-xr-x 3 root root 4096 Feb 8 07:27 sdk
-rw-r--r-- 1 root root 2082 Feb 8 05:06 xpcom-config.h
[david@arch-desktop lib]$ ls -l /opt/lib/firefox-3.7a1pre
total 17428
-rw-r--r-- 1 root root 2102 Feb 8 07:27 application.ini
-rw-r--r-- 1 root root 2531 Feb 8 07:27 blocklist.xml
-rw-r--r-- 1 root root 232 Feb 8 07:27 browserconfig.properties
drwxr-xr-x 3 root root 4096 Feb 8 07:27 chrome
drwxr-xr-x 2 root root 4096 Feb 8 07:27 components
drwxr-xr-x 5 root root 4096 Feb 8 07:27 defaults
-rw-r--r-- 1 root root 139 Feb 8 07:27 dependentlibs.list
drwxr-xr-x 2 root root 4096 Feb 8 07:27 dictionaries
drwxr-xr-x 3 root root 4096 Feb 8 07:27 extensions
-rwxr-xr-x 1 root root 3913 Feb 8 07:27 firefox
-rwxr-xr-x 1 root root 56788 Feb 8 07:27 firefox-bin
-rw-r--r-- 1 root root 76888 Feb 8 07:27 greprefs.js
drwxr-xr-x 2 root root 4096 Feb 8 07:27 icons
-rwxr-xr-x 1 root root 1846520 Feb 8 07:27 libmozjs.so
-rwxr-xr-x 1 root root 900176 Feb 8 07:27 libmozsqlite3.so
-rwxr-xr-x 1 root root 11540 Feb 8 07:27 libxpcom.so
-rwxr-xr-x 1 root root 14796800 Feb 8 07:27 libxul.so
-rw-r--r-- 1 root root 30826 Feb 8 07:27 LICENSE
drwxr-xr-x 2 root root 4096 Feb 8 07:27 modules
-rwxr-xr-x 1 root root 3108 Feb 8 07:27 mozilla-runtime
-rwxr-xr-x 1 root root 10720 Feb 8 07:27 mozilla-xremote-client
-rw-r--r-- 1 root root 154 Feb 8 07:27 platform.ini
drwxr-xr-x 2 root root 4096 Feb 8 07:27 plugins
-rw-r--r-- 1 root root 177 Feb 8 07:27 README.txt
-rw-r--r-- 1 root root 16712 Feb 8 07:27 removed-files
drwxr-xr-x 6 root root 4096 Feb 8 07:27 res
-rwxr-xr-x 1 root root 10370 Feb 8 07:27 run-mozilla.sh
drwxr-xr-x 2 root root 4096 Feb 8 07:27 searchplugins
[david@arch-desktop include]$ ls -l /opt/include
total 80
drwxr-xr-x 11 root root 77824 Feb 8 07:27 firefox-3.7a1pre
It seems as though it is a bit messy, as if I have more than I need installed. Especially the two entries in /opt/lib/.  Do I really need all this?
PKGBUILD:
# Maintainer: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
# Contributor: blasse <koralik(at)gmail(dot)com>
# PKGBUILD MODIFIED The above info does not apply. Modified by davidm for personal use, not intended for distribution.
# This package is not a normal -hg package. I manually bump $_workingrev every now and again when
# a revision of Firefox passes all of the Linux tests on http://bit.ly/1O4siz
pkgname=firefox-electrolysis-nightly-opt
pkgver=999901
pkgrel=1
_prever=3.7a1pre
_workingrev='d2bed0c20e89'
_mozver=central
pkgdesc="Mozilla Firefox customizable web browser Electrolysis Nightly installed in opt (XULRunner independent, PGO optimized, 64-bit TraceMonkey, Dev tree, Multithreaded)"
url="http://www.mozilla.org/projects/firefox"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
_soundsystem='alsa-lib' # 'alsa-lib' for ALSA, 'oss' for OSS
makedepends=('mercurial' 'autoconf-compat' 'gcc>=4.4' 'zip' 'pkgconfig'
'diffutils' 'libgnomeui>=2.24.1' 'python' 'wireless_tools')
depends=('gtk2>=2.18.0' 'gcc-libs>=4.4' 'libidl2>=0.8.13' 'mozilla-common'
'nss>=3.12.4' 'libxt' 'hunspell>=1.2.8' 'startup-notification>=0.10'
'libnotify>=0.4' 'mime-types' 'dbus-glib>=0.82' 'desktop-file-utils'
'cairo' ${_soundsystem})
#provides=("firefox-electrolysis-nightly-opt=$_pkgver")
#conflicts=('firefox-electrolysis-nightly-opt')
install=$pkgname.install
source=('mozconfig'
'firefox-minefield-smp.desktop'
'firefox-safe-minefield-smp.desktop'
'fix-mozilla-launcher.patch'
'mozilla-firefox-1.0-lang.patch'
'ldflags-namespec.patch'
'jemalloc-enable-pgo.patch'
'potential-pgo-fix.patch')
#Original hashes
# sha256sums=('8d08ee111b88473a53e8c0852d463971af7a827f796a94d3fe74ca2eed76ca0b'
# '21722965bb0bab05e3fbd2f584dbcaeb9f0726ed755f59bbf6fb26a7f964e6ec'
# '00641e2d7ba45a607522a621aa86c21e13b2951ebca920b1e0b538b0e1188445'
# 'd4948cc5878b2100b4d19b0fbc09119c34377593c5847678d5788db2b4e0fe43'
# '0ca095ff2af57297f615877a7e79ddc84d1a3f62509a8af6ca50aad7a8671f6a'
# '0e9631fdad5efa3fd7a95b59171f5d15420d10aa61748b920cc994ee9227915c'
# 'e6b8345215eb0c595cadfd6b1abb3a12a1cad8b8b1f3528e6affc58900695215'
# 'bf53a9712aada73dbecb45516bf932b52e7b8debf25cf19294adbfcc54d80028')
#My MODIFIED HAshes
md5sums=('ee857ec52fe3c7a047a282cfc5587d07'
'68cf02788491c6e846729b2f2913bf79'
'5e68cabfcf3c021806b326f664ac505e'
'63eee2d1da3b43c9d604f2253f242f40'
'bd5db57c23c72a02a489592644f18995'
'9e461e5fc73b241d68d08be908405a5e'
'df6fde73c9fdb38245f50b9b5bb09024'
'9587e0e6da42c883e34a46ee35cc3b7d')
# Don't use normal _hgroot/_hgrepo, we don't want Pacman automagically changing the pkgver.
_ff_hgroot="http://hg.mozilla.org/projects/electrolysis"
build() {
msg "* Note: If the build fails, try again, try without jemalloc PGO, and try *"
msg "* without PGO at all. Also, try with 'potential-pgo-fix.patch'. PGO can be *"
msg "* temperamental -- it can sometimes take two or three builds before you'll *"
msg "* get a good one. *"
sleep 15
cd "$srcdir"
# It can take a long time to re-fetch the Mozilla source...
# The commented lines are for use by experienced users who build often.
hg clone "$_ff_hgroot/mozilla-$_mozver" "mozilla-$_mozver" || return 1
# tar xf "$startdir/mozilla-$_mozver.tar.gz" || return 1
cd "mozilla-$_mozver"
# hg pull || return 1
# hg update || return 1
# cd ..
# tar czf "$startdir/mozilla-$_mozver.tar.gz" "mozilla-$_mozver" || return 1
# cd "mozilla-$_mozver"
# hg up "$_workingrev" || return 1 # Comment out this line to use the untested latest source.
cp "$srcdir/mozconfig" .mozconfig || return 1
# Don't strip if the user doesn't want to... ;p
if [ "$(check_option strip)" = "n" ]; then
sed -i 's/--enable-strip/--disable-strip/' \
.mozconfig || return 1
sed -i 's/--enable-install-strip/--disable-install-strip/' \
.mozconfig || return 1
fi
if [ "$_soundsystem" = "oss" ]; then
msg "Using OSS instead of ALSA."
sed -i 's/sydney_audio_alsa/sydney_audio_oss/' \
media/libsydneyaudio/src/Makefile.in || return 1
# Get rid of ALSA config system stuff (requires autoconf rerun)
sed -i '/alsa\//d' config/system-headers || return 1
sed -i '/alsa\//d' js/src/config/system-headers || return 1
sed -i '/LIB(asound/d' configure.in || return 1
fi
msg "Patching source."
msg "Patches from main Arch xulrunner/firefox packages..."
# Fix stub launcher - Arch
patch -Np0 -i "$srcdir"/fix-mozilla-launcher.patch || return 1
# Use LANG environment variable to choose locale
patch -Np1 -i "$srcdir"/mozilla-firefox-1.0-lang.patch || return 1
msg "Patches from this package..."
# PGO compilation LDFLAGS fix
patch -Np1 -i "$srcdir"/ldflags-namespec.patch || return 1
# Enable experimental PGO for jemalloc (speed).
# See Mozilla bugs #418866 and #419470.
patch -Np0 -i "$srcdir"/jemalloc-enable-pgo.patch || return 1
# Sometimes necessary for PGO build to work, especially when PGO compile
# aborts with an error about control sum mismatch (thx to methuselah!)
# patch -Np1 -i "$srcdir/potential-pgo-fix.patch" || return 1
msg "Setting up build."
# Changing the user's optimization flags is justified, because this is
# a package specifically for an optimized software build, and because of
# the official branding, binaries can't be redistributed anyways.
# These flags just set guidelines for the build, they are overridden in
# most compile job pieces by Firefox's better judgement.
#export CFLAGS="-march=native -O2 -pipe"
#export CXXFLAGS="-march=native -O2 -pipe"
export CFLAGS="-march=i686 -mtune=pentium4 -O2 -pipe -fomit-frame-pointer"
export CXXFLAGS="-march=i686 -mtune=pentium4 -O2 -pipe -fomit-frame-pointer"
# The hash-style and as-needed flags are in Arch defaults anyways,
# and the other optimization falgs are almost definitely safe.
export LDFLAGS="-Wl,-rpath,/opt/lib/firefox-$_prever -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
autoconf-2.13 || return 1
msg "Actual build."
# Yes, all this is SMP. MOZ_MAKE_FLAGS takes care of it.
# Compile a non-PGO build first to reduce chance of error in PGO build.
make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" || return 1
# Comment out remaining lines for a non-PGO build.
msg "Profiled build now."
# Don't let PGO disrupt the user, use a virtual framebuffer.
LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX :99 &
XPID=$!
DISPLAY=:99 LD_PRELOAD="" make -j1 -f client.mk profiledbuild \
MOZ_MAKE_FLAGS="$MAKEFLAGS" || return 1
kill -9 $XPID
package() {
cd "$srcdir/mozilla-$_mozver"
make -j1 DESTDIR="$pkgdir" -C ff-pgo install || return 1
# install -Dm644 "$srcdir/mozilla-$_mozver/other-licenses/branding/firefox/mozicon128.png" \
# "$pkgdir/usr/share/pixmaps/firefox.png" || return 1
# install -Dm644 "$srcdir/firefox--minefield-smp.desktop" \
# "$pkgdir/usr/share/applications/firefox-minefield-smp.desktop" || return 1
# install -Dm644 "$srcdir/firefox-safe-minefield-smp.desktop" \
# "$pkgdir/usr/share/applications/firefox-safe-minefield-smp.desktop" \
# || return 1
# Remove devel stuff.
rm -rf "$pkgdir/usr/include/"
rm -rf "$pkgdir/usr/lib/firefox-devel-$_prever/"
rm -rf "$pkgdir/usr/share/idl/"
mozconfig:
ac_add_options --enable-application=browser
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --prefix=/opt --libdir=/opt/lib
## System libs are preferred
ac_add_options --with-system-nss --with-system-jpeg --with-pthread
ac_add_options --with-system-zlib --with-system-libpng --with-system-bz2
ac_add_options --enable-system-cairo --with-system-hunspell --with-system-sqlite
ac_add_options --with-system-nspr
## GNU/Linux stuff
ac_add_options --disable-installer --disable-updater
ac_add_options --enable-official-branding
ac_add_options --enable-startup-notification
## Optimize
ac_add_options --disable-pedantic --enable-jemalloc --enable-xterm-updates
### Reverse these lines (enable vs disable) for a debug build
ac_add_options --enable-optimize --disable-debug --disable-tests
ac_add_options --enable-profile-guided-optimization
ac_add_options --enable-strip --enable-install-strip
## Edit these as you see fit
ac_add_options --disable-crashreporter --disable-parental-controls
ac_add_options --enable-printing --enable-xinerama
# Sane settings include cairo-gtk2-df, cairo-gtk2, and cairo-qt.
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-places --enable-svg --enable-pango --enable-canvas
ac_add_options --enable-smil --disable-java-xpcom --enable-canvas3d
# This is disabled in order to speed Firefox up, it prevents checking Google
# for every single URL Firefox processes. If you're using this package, it's likely you already
# know enough to be safe online, or are paranoid (perhaps with reason) about
# Google getting your URLs. Also, this is GNU/Linux, we have somewhat less to fear ;-)
ac_add_options --disable-safe-browsing
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-pgo
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
# Want to change the compiler?
#export CC='gcc-4.5'
#export CXX='g++-4.5'
^ A dirty hack to download the latest nightly of the electrolysis tree, pgo optimized for an intel i686 P4 (not native to get around the seg fault bug). I just commented out the .desktop files as well as the icon for now. Also the conflicts and provides section have merely been commented out. The goal is to have this work independently from the standard firefox allowing me to run both on the system at the same time.
Anyone see anything that I have missed and could fix as far as doing the separate install in /opt using makepkg and the pkgbuild?   I've been using arch less than a month and this is the first I've really hacked with a PKGBUILD and mozconfig so I feel I could really use the help. Any insight appreciated greatly.
Last edited by davidm (2010-02-08 15:25:49)

Similar Messages

  • In windows how do we install and activite multiple versions of tuxedo at the same time ?

    Hi All,
    In windows how do we install and activate multiple versions of tuxedo at the same time ?
    Advance wishes

    You can run different versions of Tuxedo on the same server, as long as they are installed in different directories.
    See PeopleTools 8.53 installation manual Task 3-1: Installing Oracle Tuxedo
    You can install Oracle Tuxedo once for each release on a machine, regardless of the number of PeopleSoft
    applications or databases the server supports. For example, if you are a PeopleSoft 9.1 customer and have
    Oracle Tuxedo 6.5 installed, you may install Oracle Tuxedo 6.5 and Oracle Tuxedo 11gR1 on the same
    machine in separate directories. For example:
    On Windows, you may install into C:\oracle\tuxedo11gR1_VS2010 and C:\tux65.
    On UNIX, you may install into /home/oracle/tuxedo11gR1 and /prod/tuxedo/6.5.
    E-TUX: Can Multiple Versions of Tuxedo Coexist on One Physical UNIX or Linux Server? (Doc ID 607828.1)

  • I seem to be running two versions of firefox at the same time help!

    I seem to be running an older version and a new version of firefox at the same time. I run the new version from startup (it forgets previous tabs from last session) and this sadly does not let me use back and forward arrow buttons so its a bit useless. Strangely when I pop an email window up, the older version of firefox appears with the last few tabs I had browsed.
    disabling plugins stops browser starting in new version and back and forward arrows work ok.
    any help much appreciated!

    You can install them both but there are a few steps to take.
    When you install Firefox 4 use the custom installation option and choose a different location to install Firefox.
    In order to use both versions, you need to create a new profile for Firefox 4 (Firefox stores user data in the profile). Using the same profile with different versions can cause problems. Once you create a new profile you can copy certain data such as bookmarks and passwords between them. You can also use Firefox Sync to keep the profiles synchronized. Finally, you will need to set up shortcuts to launch the correct profile for each version.
    The following links show how to do this:
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    * https://addons.mozilla.org/firefox/addon/firefox-sync (only needed for Firefox 3.6, it is built into Firefox 4)

  • Can I have two versions of firefox at the same time?

    Hi,
    Probably a dumb question but can I have two versions of Firefox on my system at the same time?
    The reason is because of Add Ons that are not compatible with v4. I'd like to be able to close v4 when I need to use an Add On in v3.
    Thanks.

    You can install them both but there are a few steps to take.
    When you install Firefox 4 use the custom installation option and choose a different location to install Firefox.
    In order to use both versions, you need to create a new profile for Firefox 4 (Firefox stores user data in the profile). Using the same profile with different versions can cause problems. Once you create a new profile you can copy certain data such as bookmarks and passwords between them. You can also use Firefox Sync to keep the profiles synchronized. Finally, you will need to set up shortcuts to launch the correct profile for each version.
    The following links show how to do this:
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    * https://addons.mozilla.org/firefox/addon/firefox-sync (only needed for Firefox 3.6, it is built into Firefox 4)

  • How can I run both versions of Firefox at the same time?

    Alright, so I decided to install the Firefox 4 beta 3 as a test sort of thing. But now it's set as the default browser, and, no matter what I do, I can't switch back to the old one! I can't use any of my old add-ons now!

    If you are want to test pre-release versions of Fiefox it is best to use a different profile for each version, and then create shortcuts to launch Firefox using the correct profile for each version. Firefox store user data in profiles, pre-release versions of Firefox can make changes to the profile that cause it not to work in older versions of Firefox.
    Some articles that can help you from the MozillaZine knowledge base:
    * [http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows Creating a new Firefox profile on Windows]
    * [http://kb.mozillazine.org/Shortcut_to_a_specific_profile Shortcut to a specific profile]
    * [http://kb.mozillazine.org/Starting_your_Mozilla_application_with_a_specified_profile Starting your Mozilla application with a specified profile]
    Some further background reading:
    * [http://kb.mozillazine.org/Testing_pre-release_versions Testing pre-release versions]
    * [http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox Using multiple profiles]

  • How to use two different versions of Firefox at the same time on Snow Leopard?

    I recently upgraded to Firefox 4.0 on my 27" iMac running Snow Leopard 10.6.7.
    Previously, I was using Google's "Page Speed" along with Firebug in Firefox 3.6.15 to optimize images in my web pages, and to find other areas to optimize.
    Page Speed is not yet compatible with Firefox 4.0. I wrote to Google about this some time ago -- no answer yet.
    If I run Firefox 3.6.15 in order to use Page Speed, I run into a few problems afterward when I start using Firefox 4.0 again, since they both use the same "Firefox" folder in my "Application Support" folder.
    How can I set it up so that I can have two separate "Firefox" folders in my "Application Support" folder?
    Or is there an easier way to use two different versions of Firefox simultaneously, even if one has extensions and/or plug-ins installed which are not compatible with the other version?
    Thanks for a great browser!

    Please disregard my question. I just conducted more web search and learned how to use Firefox's profile manager in order to make a separate profile for Firefox 3.6.15.
    You can find instructions on this page:
    http://support.mozilla.com/en-US/kb/Managing%20profiles#os=mac&browser=fx35
    '''A small tip:'''
    If your Firefox app is named anything other than "Firefox" -- say for example "Firefox 3.6.15" -- when you follow the instructions at the above link, make sure you escape the blank space that is before the version number by adding a backward slash before it, when you type the command string in the Terminal. In other words, in that string, you should use this:
    Firefox\ 3.6.15
    I hope that helps someone.
    WW

  • Running multiple versions of iTunes on the same PC?

    I like to always have the latest version of iTunes on my machine, but I also need to keep an older version (7.5 or lower) on my machine for compatibility reasons (please don't ask why - I just do). Is it possible to install multiple versions of iTunes on the same PC (using XP and/or Vista)? If this is not possible by simply installing in different folders, I'm guessing that I can use this "virtualization" that I've been hearing about. I've used Parallels on a Macbook before, but what can I use to create a virtual machine on a PC? Is there a free program that does this?
    Any help would be greatly appreciated.

    Virtual PC can do it, but it's not free. I think VMware as well, but likely not free. Actually, it seems you can evaluate VMware:
    http://www.vmware.com/download/

  • Installing different versions of Oracle on the same server

    We have a client that is currently on Oracle version 9.2.0.3. There is a project beginning that will have them upgrading to either 10g or 11g(still tbd). The project will have this happening in different steps. Therefore, we will need to continue to have the 9.2.03 db up and available while certain accounts are being migrated to the newer version.
    Question is - can you install 2 versions of Oracle on the same server without any issues?
    Or would we be better off purchasing a separate server to install 10g or 11g.

    Depending on the OS certification you should be able to run both. You'll probably have to patch up the OS though. One of my servers has 3 different Oracle homes (9.2.0.5 - 10.2.0.2).
    You can check the certification by clicking on the certify tab in metalink.

  • "you can not use multiple instance of Program at the same time"

    Hello @ all,
    I have a Problem, after the installing from Acrobat Testversion and acrobat reader in version in "all Combination" 8 an 9.
    I get this misstake information "you can not use multiple instance of Program at the same time" if I want open more then 1 .pdf.
    If I have no pdf open, but acrobat/reader so i can´t open with the same Misstake.
    I have deinstalled and installed, Allways I bekame the same information. I tryed all things to clean and know i don`t know forward.
    Important: by Drag an Drop in the Acrobat Reader it is going, but by direct click on the pdf i get mistake.
    Maybe, you know what I can do!
    Thanks for help!

    Installation of both Acrobat and Reader in the same Windows machine is not advisable. If I were you, I would remove both completely and then reinstall the one you want to keep.

  • JVM 1.3.1_06 Solaris 8 (sparc) multiple jvm's crash at the same time

    Hi All,
    I had multiple jvms crash all at the same time today morning, i was wondering if anyone had any similar issues with 1.3.1_06:
    Only a few jvms left an hs_errpid.log: here is the one with the most info:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 10 occurred at PC=0xff02f8f8
    Function name=VerifyClassCodes
    Library=/www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/lib/sparc/libjava.so
    Current Java thread:
    at java.lang.Shutdown.halt(Native Method)
    at java.lang.Shutdown.exit(Shutdown.java:209)
    at java.lang.Terminator$1.handle(Terminator.java:33)
    at sun.misc.Signal$1.run(Signal.java:193)
    at java.lang.Thread.run(Thread.java:479)
    Dynamic libraries:
    0x10000 /www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff340000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
    0xfe400000 /www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/lib/sparc/hotspot/libjvm.so
    0xff2d0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff1c0000 /usr/lib/libmp.so.2
    0xff090000 /www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/lib/sparc/native_threads/libhpi.so
    0xff060000 /www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/lib/sparc/libverify.so
    0xff020000 /www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/lib/sparc/libjava.so
    0xfe7d0000 /www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/lib/sparc/libzip.so
    0xfe3e0000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xfe390000 /www/gmgwh/weblogic/jdk/j2sdk1_3_1_06/jre/lib/sparc/libnet.so
    0xfe230000 /usr/lib/nss_files.so.1
    0xfe160000 /www/gmgwh/weblogic/6.1/sp4/lib/solaris/libmuxer.so
    0xfd0e0000 /usr/ucblib/libucb.so.1
    0xfd090000 /usr/lib/libresolv.so.2
    0xfd050000 /usr/lib/libelf.so.1
    0xfafd0000 /app/oracle/product/8.1.7.4/lib/libocijdbc8.so
    0xe1800000 /app/oracle/product/8.1.7.4/lib/libclntsh.so.8.0
    0xfafb0000 /app/oracle/product/8.1.7.4/lib/libwtc8.so
    0xfaf90000 /usr/lib/libsched.so.1
    0xfaee0000 /usr/lib/libaio.so.1
    Local Time = Wed Jan 19 09:09:31 2005
    Elapsed Time = 22367
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_06-b01 mixed mode)
    #

    hi there
    i would direct my efforts to search for the culprit on who generated the signal (either a INT, TERM or HUP). The crash occurred is just but another side-effect. The VM received a shutdown signal and shld exit. Just that while exiting, it crashed.
    There is this bug
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4904881
    Which is pretty rare. I am not sure if you are encountering this bug but if u have a core, a pstack of the core should show > 2 threads with doing the signal shutdown.

  • New Camera RAW in Photoshop CC 2014 won't open multiple Panasonic RAW (.rw2) at the same time from Windows Explorer.

    New Camera RAW in Photoshop CC 2014 won't open multiple Panasonic RAW (.rw2) at the same time from Windows Explorer.  If I select 2 raw files and click "Open" Camera RAW will only open 1 raw, then when I click "Done" it will close and open the second, sequentially.  Previous Photoshop CC and RAW worked fine, it would open mulitple RAW at the same time.  How do I fix this?

    If it worked for you that way previously there isn't much to comment about. I just tried opening multiple images from Windows Explorer with Photoshop CS6 and Camera Raw 8.6, and the first image would open and when I clicked cancel then the second image would open. But if I wanted multiple images opened in Camera Raw to work on them simultaneously it was necessary for me to open them from Bridge. I just did it as an experiment because I normally use Lightroom. Anyway, IF it was a feature at one time to work as you described, it doesn't seem to be that way now.

  • For the past month, I've had an echo of my voice while I'm talking on my phone.  It's very annoying and sounds like multiple people are speaking at the same time and it's only me.  Anyone know what's wrong?

    For the past month, I've had an echo of my voice while I'm talking on my phone.  It's very annoying and sounds like multiple people are speaking at the same time and it's only me.  Anyone know what's wrong?

    For the past month, I've had an echo of my voice while I'm talking on my phone.  It's very annoying and sounds like multiple people are speaking at the same time and it's only me.  Anyone know what's wrong?

  • Dispatch center - Select multiple tasks for scheduling at the same time

    Hi!
    I need a consultation regarding Dispatch center. Is there a functionality to select multiple tasks for scheduling at the same time for one resource?
    Please, guys, this is urgent.
    Jan

    You can schedule a single task or multiple tasks automatically directly from the
    dispatch center. The scheduling criteria applied come from Advanced Scheduler.
    Make Sure, you have the advanced scheduler. With out Advanced Scheduler and by just using Advice, you can only assign one task at a time.
    HTH
    ps: for more information, refer Field Service User Guide, "Scheduling Tasks"

  • Are there any apps for having seperate volume controls for each app if multiple apps are playing at the same time?

    Are there any apps for having seperate volume controls for each app if multiple apps are playing at the same time?

    I don't think you can do that the volume is universal, but maybe turn down the volumes in the app settings?

  • Install two versions of Safari on the same Mac?

    Is it possible to install two different versions of Safari on the same Macintosh? It looks like we'll need to test for both Safari 1.x and Safari 2.x. Or will we need to use two different computers?

    One poster has said he had both Safari 1.2 and Safari 2.0.x running on the same machine under OS X 10.4.x, and another poster said he could not install Safari 1.2 under OS X 10.4.4. So I don't know if its possible or not. Even if you do get both installed, you may not see all of the differences you would in running Safari 1.2 or 1.3 under OS X 1.3.x and Safari 2.x under OS X 10.4 because if both are running under the same version of OS X, then both are using the same underlying Webcore technology. Some differences would still be apparent. The person who claimed to have both versions installed claimed that Safari 1.2 worked with some site he needed to use while Safari 2.x did not.

Maybe you are looking for

  • Big problems with Acrobat 9 Standard

    When scanning from my HP 6500 in Adobe Acrobat 9 Standard, it will scan all of the pages, then the Adobe screen locks up and I must control/alt/delete to end task. I have tried reloading the disc and done repair and it still won't work. I have instal

  • SQL loader for empty field at the end of the line

    Hi, I have following data file for sql loader. I am using Oracle 11.2. The table structure is table_a(id number, name varchar2(32), nbr number). 1, zzzz, 123 2, bbb, 3, ccc, 33 4, ddd, Currently, I am using "TERMINATED BY ',' " in the control file fo

  • It is possible to use multiple iPads in my own enterprise and to create an app just for my restaurant not in appstore???

    It is possible to use multiple iPads in my own enterprise and to create an app just for my restaurant not in appstore???

  • Happy Birthday PlayBook

    Its been a fun 2 years now and still my most fav tablet. Click here to Backup the data on your BlackBerry Device! It's important, and FREE! Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Click to search the Know

  • When is the next update expected for Engage?

    Post Author: DHAG CA Forum: Xcelsius and Live Office Based on my own experience and from reading this board, there clearly seems to be a need for a service pack/bug fix release. Can someone kindly let us know when (roughly) we might expect such a rel