Jump to content

to install ZendStudio5.5.1 in 64 bit Mandriva


mstdmstd
 Share

Recommended Posts

Hi,

I try to install old ZendStudio5.5.1 in 64 bit Mandriva:

 

    # uname -a
   Linux localhost 2.6.33.7-desktop-2mnb #1 SMP Mon Sep 20 18:19:20 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

 

 

And I get error:

 

    ./ZendStudio5_5_1.bin
   Preparing to install...
   Extracting the JRE from the installer archive...
   Unpacking the JRE...
   Extracting the installation resources from the installer archive...
   Configuring the installer for this system's environment...

   Launching installer...

   'SWING' UI not supported by VM.  Reverting to AWT.
   Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

   Stack Trace:
   java.lang.UnsatisfiedLinkError: /tmp/install.dir.18718/Linux/resource/jre/lib/i386/xawt/libmawt.so: libXext.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.load0(Unknown Source)
           at java.lang.System.load(Unknown Source)
           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.zerog.ia.installer.LifeCycleManager.g(DashoA8113)
           at com.zerog.ia.installer.LifeCycleManager.h(DashoA8113)
           at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
           at com.zerog.ia.installer.Main.main(DashoA8113)
           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.zerog.lax.LAX.launch(DashoA8113)
           at com.zerog.lax.LAX.main(DashoA8113)
   This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

 

If is there a way to install ZendStudio5.5.1 in 64 bit Mandriva?

 

P.S. I know about 64 bit versions of 7 and 8 ZendStudio. But to my regret ZendStudio 7,8 is made in other way in comparison with 5 and I found

it very unconvinient.

Also I tried netbeans and eclipse and found ZendStudio5.5.1 more convenient...

Link to comment
Share on other sites

In the error above, you are missing:

 

libXext.so.6

 

Search for this file, and install the appropriate package, and then try running the xendstudio installer again. You can do this using MCC, the package will be available with the use of urpmi or MCC.

 

Alternatively, as I've just searched for you:

 

urpmi libxext6

 

should do the trick. Then try again. You don't mention which version of Mandriva? 2010?

Link to comment
Share on other sites

Thanks, it helped. :) I had to find and install more 18 libs.

About version of Mandriva I mentioned command

   uname -a
   Linux localhost 2.6.33.7-desktop-2mnb #1 SMP Mon Sep 20 18:19:20 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

 

Do exist some better command for version ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...