bugGnash - The GNU Flash player - Bugs: bug #16506, error while loading shared...

 
 

bug #16506: error while loading shared libraries: libgnashbackend.so.0

Submitted by:  None
Submitted on:  Wed 03 May 2006 09:57:13 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Release: NoneStatus: None
Privacy: PublicAssigned to: Rob Savoye <rsavoye>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Tue 09 May 2006 12:25:42 PM UTC, comment #2:

It's an installer problem. "make install" should run ldconfig after installing libraries, which it doesn't.

Anonymous
Fri 05 May 2006 01:39:59 AM UTC, comment #1:

Chances are you don't have any other locally installed programs in /usr/local. Add /usr/local/lib to /etc/ld.so.conf and run ldconfig, or set LD_LIBRARY_PATH to /usr/local/lib. This isn't a Gnash problem but a runtime linker one.

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Wed 03 May 2006 09:57:13 AM UTC, original submission:

Hi,
First, thanks for you work.
I`ve just compiled the code ("./configure" "make" "make install") without any options and when I execute gnash appear this message

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

I've been investigating and I found this file and all libraries
are in /usr/local/bin/ and here is the missing file (i think):

"ll /usr/local/lib/libgnashbackend.so.0
lrwxrwxrwx 1 root root 24 2006-05-03 11:17 /usr/local/lib/libgnashbackend.so.0 -> libgnashbackend.so.0.0.0"

If you need more information, I'll been charmed in give you.

Thanks for your time.

There is a part of the backend installation output:

    • Translation:

"No se hace nada para" = "There is nothing to do with"
**

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: No se hace nada para `install-data-am'.
make[2]: Leaving directory `/home/igoikoetxea/cvs/gnash/server'
make[1]: Leaving directory `/home/igoikoetxea/cvs/gnash/server'
Making install in backend
make[1]: Entering directory `/home/igoikoetxea/cvs/gnash/backend'
make[2]: Entering directory `/home/igoikoetxea/cvs/gnash/backend'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c -p libgnashbackend.la /usr/local/lib/libgnashbackend.la
/usr/bin/install -c -p .libs/libgnashbackend.so.0.0.0 /usr/local/lib/libgnashbackend.so.0.0.0
(cd /usr/local/lib && { ln -s -f libgnashbackend.so.0.0.0 libgnashbackend.so.0 || { rm -f libgnashbackend.so.0 && ln -s libgnashbackend.so.0.0.0 libgnashbackend.so.0; }; })
(cd /usr/local/lib && { ln -s -f libgnashbackend.so.0.0.0 libgnashbackend.so || { rm -f libgnashbackend.so && ln -s libgnashbackend.so.0.0.0 libgnashbackend.so; }; })
/usr/bin/install -c -p .libs/libgnashbackend.lai /usr/local/lib/libgnashbackend.la
/usr/bin/install -c -p .libs/libgnashbackend.a /usr/local/lib/libgnashbackend.a
ranlib /usr/local/lib/libgnashbackend.a
chmod 644 /usr/local/lib/libgnashbackend.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Fri 05 May 2006 01:39:59 AM UTCrsavoyeAssigned toNone=>rsavoye
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1