I am trying to install gst-editor
http://code.google.com/p/gst-editor/
I have compiled as per instruction but ,the launcher is unable to find libs


$ ldd `which gst-editor ` | grep not
libgsteditor.so.0 => not found
libgstelementui.so.0 => not found
libgstelementbrowser.so.0 => not found
libgstdebugui.so.0 => not found

These .so files are in separate location

$ ls -l /usr/local/lib/libgst*.so
lrwxrwxrwx 1 root root 22 2010-07-29 15:49 /usr/local/lib/libgstdebugui.so
-> libgstdebugui.so.0.0.0
lrwxrwxrwx 1 root root 21 2010-07-29 15:49 /usr/local/lib/libgsteditor.so ->
libgsteditor.so.0.0.0
lrwxrwxrwx 1 root root 29 2010-07-29 15:49
/usr/local/lib/libgstelementbrowser.so -> libgstelementbrowser.so.0.0.0
lrwxrwxrwx 1 root root 24 2010-07-29 15:49 /usr/local/lib/libgstelementui.so
-> libgstelementui.so.0.0.0

How i can launch gst-editor

While isntalling it show this warning

Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.


I have added path in LD_LIBRARY_PATH &  ld.so.conf too but it is not taking
the path



-- 
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to