[EMAIL PROTECTED] wrote:
Hi,

I compile and install gnash with no error.
But it fail to run because of missing library.

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

The missing file in locate in /usr/local/lib/ like all the other gnash librarys.

ls -l /usr/local/lib/libgnashbackend.so.0
lrwxrwxrwx 1 root staff 24 May 8 02:39 /usr/local/lib/libgnashbackend.so.0 -> libgnashbackend.so.0.0.0

ls -l /usr/local/lib/libgnashbackend.so.0.0.0
-rwxr-xr-x 1 root staff 190250 May 8 02:37 /usr/local/lib/libgnashbackend.so.0.0.0

Here is the output of ldd command:
ldd /usr/local/bin/gnash

linux-gate.so.1 =>  (0xffffe000)
      libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7f3d000)
      libogg.so.0 => /usr/lib/libogg.so.0 (0xb7f38000)
      libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7e87000)
      libgnashbackend.so.0 => not found   <==============================
libgnashserver.so.0 => /usr/local/lib/libgnashserver.so.0 (0xb7db2000) libgnashasobjs.so.0 => /usr/local/lib/libgnashasobjs.so.0 (0xb7d68000

I install the latest gnash from http://www.welcomehome.org/gnash/releases/gnash-0.7.1.tar.gz
OS is  knoppix 5.1 hard disk installation.

Please advise,

Addady
Run 'ldconfig'.



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

Reply via email to