Installation failed on FC5 x86_64
I know it's not on the official supported list, but has anyone been able to get Studio 11 to install on Fedora Core 5 for x86_64? Is the problem likely to be that the linux build is only for 32-bit or has anyone had success with a different 64-bit linux distro?
When I try the install, I get the failure message appended below. It looks like a problem finding [u]libXp.so.6[/u], but I have this file in /usr/lib64, hence my question about 64-bit support. When I googled this file I found references saying I needed xorg-x11-deprecated-libs, so I found an rpm for this and installed it. This put another version of libXp.so.6 in /usr/X11R6/lib64, but still to no avail. I also noticed that
[code]rpm --query --whatprovides 'libXp.so.6' [/code] produces the result
[code]no package provides libXp.so.6[/code] even after installing the above.
I'm accustomed to the 32-bit Fedora we use at work, but I've only recently tried installing it at home, so I'm not so experienced with sysadmin, so I may have made some wrong assumptions (the main one being that what works for RHEL should work for Fedora).
thanks for any advice.
_
[code]InvocationTargetException in ArchiveReader constructornull
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at install.instantiateArchiveReader(ArchiveClassLoader.java:203)
at install.<init>(ArchiveClassLoader.java:143)
at install.main(ArchiveClassLoader.java:1318)
Caused by: java.lang.UnsatisfiedLinkError: /root/Download/.install/jvm_1.4.2/j2re1.4.2_06/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineT ask.java:598)
at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(Instal lCommandLineTask.java:546)
at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask. java:61)
at com.sun.wizards.core.Sequence.initialize(Sequence.java:180)
at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java: 1901)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1417)
at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
... 7 more
Target Exception Trace:
java.lang.UnsatisfiedLinkError: /root/Download/.install/jvm_1.4.2/j2re1.4.2_06/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineT ask.java:598)
at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(Instal lCommandLineTask.java:546)
at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask. java:61)
at com.sun.wizards.core.Sequence.initialize(Sequence.java:180)
at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java: 1901)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1417)
at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at install.instantiateArchiveReader(ArchiveClassLoader.java:203)
at install.<init>(ArchiveClassLoader.java:143)
at install.main(ArchiveClassLoader.java:1318)
java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java :890)
at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:325)
at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:75)
at java.lang.Thread.run(Unknown Source)
[[/code]

