Export to GitHub

gst-editor - issue #8

Error on running gst-editor


Posted on Apr 7, 2011 by Quick Elephant

What steps will reproduce the problem? 1. ./configure, sudo make install, gst-editor

What is the expected output? What do you see instead? run

What version of the product are you using? On what operating system? ubuntu 10.10, gst 0.10.3, gst-editor: 0.10.3.2

Error: gst-editor: error while loading shared libraries: libgsteditor.so.0: cannot open shared object file: No such file or directory

Comment #1

Posted on Apr 23, 2011 by Quick Dog

use Library path to libgsteditor.so.0 entering in root mode and run gst-editor .

Comment #2

Posted on Oct 3, 2011 by Massive Wombat

How do you do this from the command line?

Comment #3

Posted on Apr 29, 2012 by Happy Dog

Error: gst-editor: error while loading shared libraries: libgsteditor.so.0: cannot open shared object file: No such file or directory

Solution: It seems that the makefile installs all libraries in "/usr/local/lib". You have to move them to "/usr/lib" instead.

you can do it by: "sudo mv /usr/local/lib/gst* /usr/lib"

Status: New

Labels:
Type-Defect Priority-Medium