mlanypitts / webcamstudio

Automatically exported from code.google.com/p/webcamstudio
GNU General Public License v3.0
0 stars 0 forks source link

Ubuntu 11.04 fail #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.will not load or run in Ubuntu 11.04 
2.
3.

What is the expected output? What do you see instead?
will install but not work at all

What version of the product are you using? On what operating system?
0.54 or 0.57

Please provide any additional information below.
This worked fine until Ubuntu decided you should have 11.04. I was using 10.40 
and worked with it

Original issue reported on code.google.com by jablonsk...@centurylink.net on 2 May 2011 at 10:07

GoogleCodeExporter commented 8 years ago
Terminal output =

ukbeast@SAMSUNG:~$ webcamstudio
Using JRE: /usr/lib/jvm/java-6-sun/bin
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load 
library 'glib-2.0': libglib-2.0.so: cannot open shared object file: No such 
file or directory
    at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:164)
    at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:237)
    at com.sun.jna.Library$Handler.<init>(Library.java:140)
    at com.sun.jna.Native.loadLibrary(Native.java:374)
    at org.gstreamer.lowlevel.GNative.loadNativeLibrary(GNative.java:48)
    at org.gstreamer.lowlevel.GNative.loadLibrary(GNative.java:45)
    at org.gstreamer.lowlevel.GlibAPI.<clinit>(GlibAPI.java:36)
    at org.gstreamer.lowlevel.GMainContext.<init>(GMainContext.java:30)
    at org.gstreamer.Gst.init(Gst.java:224)
    at webcamstudio.Main.<init>(Main.java:84)
    at webcamstudio.Main.main(Main.java:2108)

However I have glib-2.0 installed on ubuntu 11.04?

Original comment by aaron...@gmail.com on 9 May 2011 at 6:05

GoogleCodeExporter commented 8 years ago
Could be a duplicate, install libglib2.0-dev

Original comment by patrick.balleux on 23 May 2011 at 2:03