Alice Community  

Go Back   Alice Community > General Discussion > Questions and Comments

Reply
 
Thread Tools Display Modes
Linux installation
Old
wiseguy316
Guest
 
Status:
Posts: n/a
Default Linux installation - 02-06-2007, 04:45 PM

I'm trying to install Alice on Linux (FC4, specifically), and I've run into a boggling error. When attempting to `run_alice`, I get the following:

Code:
java.lang.UnsatisfiedLinkError: /home/cwise/Alice/Required/jogl/lib/linux-i586/libjogl_drihack.so: /home/cwise /Alice/Required/jogl/lib/linux-i586/libjogl_drihack.so: cannot open shared object file: No such file or direct ory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
        at java.lang.System.loadLibrary(System.java:992)
        at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:78)
        at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:101)
        at com.sun.opengl.impl.NativeLibLoader.access$100(NativeLibLoader.java:47)
        at com.sun.opengl.impl.NativeLibLoader$3.run(NativeLibLoader.java:141)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.opengl.impl.NativeLibLoader.loadDRIHack(NativeLibLoader.java:139)
        at com.sun.opengl.impl.x11.DRIHack.begin(DRIHack.java:105)
        at com.sun.opengl.impl.x11.X11GLDrawableFactory.<clinit>(X11GLDrawableFactory.java:66)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:111)
        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:113)
        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:82)
        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:75)
        at edu.cmu.cs.stage3.alice.scenegraph.renderer.joglrenderer.OnscreenRenderTarget.getAWTComponent(Onscr eenRenderTarget.java:57)
        at edu.cmu.cs.stage3.alice.authoringtool.util.RenderTargetPickManipulator.setRenderTarget(RenderTarget PickManipulator.java:74)
        at edu.cmu.cs.stage3.alice.authoringtool.util.RenderTargetPickManipulator.<init>(RenderTargetPickManip ulator.java:45)
        at edu.cmu.cs.stage3.alice.authoringtool.util.RenderTargetMultiManipulator.<init>(RenderTargetMultiMan ipulator.java:33)
        at edu.cmu.cs.stage3.alice.authoringtool.editors.sceneeditor.CameraViewPanel.renderInit(CameraViewPane l.java:867)
        at edu.cmu.cs.stage3.alice.authoringtool.editors.sceneeditor.SceneEditor.setAuthoringTool(SceneEditor. java:215)
        at edu.cmu.cs.stage3.alice.authoringtool.JAliceFrame.guiInit(JAliceFrame.java:157)
        at edu.cmu.cs.stage3.alice.authoringtool.JAliceFrame.<init>(JAliceFrame.java:71)
        at edu.cmu.cs.stage3.alice.authoringtool.AuthoringTool.mainInit(AuthoringTool.java:456)
        at edu.cmu.cs.stage3.alice.authoringtool.AuthoringTool.<init>(AuthoringTool.java:408)
        at edu.cmu.cs.stage3.alice.authoringtool.JAlice.main(JAlice.java:131)
The file is there, which is why I don't understand the "No such file or directory" message. Any thoughts or experience with this? Thanks.
   
Reply With Quote
Old
wiseguy316
Guest
 
Status:
Posts: n/a
Default 02-18-2007, 06:23 PM

Nevermind, I got it to work now. Turned out to still be using the wrong version of Java (which I think was 64-bit). Installed latest 32-bit Java 5 and all is gravy.
   
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.