Martin Guy wrote:

gnash: error while loading shared libraries: libgnashbackend.so.0: cannot
open shared object file: No such file or directory

That may be because some library that libgnashbackend.so.0 depends
upon, is missing.

I install with no error the latest CVS version.
How can I find and fix the missing library?

# ldd /usr/local/bin/gnash | grep "not found"
       libgnashamf-cvs20070510.so => not found
       libgnashbackend-cvs20070510.so => not found
       libgnashserver-cvs20070510.so => not found
       libgnashgeo-cvs20070510.so => not found
       libgnashbase-cvs20070510.so => not found
       libgnashplayer-cvs20070510.so => not found
       libgnashgui-cvs20070510.so => not found

# ldd /usr/local/lib/libgnashamf-cvs20070510.so | grep "not found"
       libgnashbase-cvs20070510.so => not found

ldd /usr/local/lib/libgnashbase-cvs20070510.so | grep "not found"

No output, All found!?

Thanks,
Addady




_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to