bugGnash - The GNU Flash player - Bugs: bug #19834, Problem of installing Gnash

 
 

bug #19834: Problem of installing Gnash

Submitted by:  Zou Lunkai <zoulunkai>
Submitted on:  Wed 09 May 2007 10:39:15 AM UTC  
 
Category: buildSeverity: 3 - Normal
Release: NoneStatus: Invalid
Privacy: PublicAssigned to: None
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

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

 

Wed 09 May 2007 11:31:13 AM UTC, comment #3:

You likely run ldconfig once and kept using the existing cache
for new installs. Now that library name changes at every build (see the -cvsXXXX suffix), that won't help anymore.

Sandro Santilli <strk>
Project Member
Wed 09 May 2007 11:11:16 AM UTC, comment #2:

OK, thank, solved by run ldconfig manually.

But I still have question: why it was not a problem before?

run ldconfig, got output:
ldconfig: /usr/local/lib/libgnashbackend-cvs20070509.so is not a symbolic link
ldconfig: /usr/local/lib/libgnashgeo-cvs20070509.so is not a symbolic link
ldconfig: /usr/local/lib/libgnashplayer-cvs20070509.so is not a symbolic link
ldconfig: /usr/local/lib/libgnashserver-cvs20070509.so is not a symbolic link
ldconfig: /usr/local/lib/libgnashbase-cvs20070509.so is not a symbolic link
ldconfig: /usr/local/lib/libgnashgui-cvs20070509.so is not a symbolic link
ldconfig: /usr/local/lib/libgnashamf-cvs20070509.so is not a symbolic link

run ldd /usr/local/bin/gnash, all libs are found.

Zou Lunkai <zoulunkai>
Wed 09 May 2007 10:53:12 AM UTC, comment #1:

You're likely missing an ldconfig run.

Sandro Santilli <strk>
Project Member
Wed 09 May 2007 10:39:15 AM UTC, original submission:

"make install" seems not work today.

after "make install", excute gnash, output:

gnash: error while loading shared libraries: libgnashamf-cvs20070509.so: cannot open shared object file: No such file or directory

ldd /usr/local/bin/gnash, got output:

linux-gate.so.1 => (0x0052a000)
libgnashamf-cvs20070509.so => not found
libgnashbackend-cvs20070509.so => not found
libgnashserver-cvs20070509.so => not found
libgnashgeo-cvs20070509.so => not found
libgnashbase-cvs20070509.so => not found
libgnashplayer-cvs20070509.so => not found
libgnashgui-cvs20070509.so => not found
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x03b2c000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00b1c000)
libltdl.so.3 => /usr/local/lib/libltdl.so.3 (0x009e4000)
libdl.so.2 => /lib/libdl.so.2 (0x00cff000)
libcurl.so.3 => /usr/lib/libcurl.so.3 (0x00d86000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x03664000)
libz.so.1 => /usr/lib/libz.so.1 (0x00d0a000)
libboost_thread.so.2 => /usr/lib/libboost_thread.so.2 (0x00bd9000)
libboost_date_time.so.2 => /usr/lib/libboost_date_time.so.2 (0x00c8d000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00aba000)
librt.so.1 => /lib/librt.so.1 (0x0018a000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00192000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x02b3c000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x02916000)
libm.so.6 => /lib/libm.so.6 (0x00cd8000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00b0e000)
libc.so.6 => /lib/libc.so.6 (0x0028f000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x00d27000)
/lib/ld-linux.so.2 (0x00b86000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00111000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x003c2000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x0012a000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x0014f000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x00153000)
libresolv.so.2 => /lib/libresolv.so.2 (0x00156000)
libidn.so.11 => /usr/lib/libidn.so.11 (0x00437000)
libssl.so.6 => /lib/libssl.so.6 (0x00467000)
libcrypto.so.6 => /lib/libcrypto.so.6 (0x0052b000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00d05000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00d1f000)

but the unfounded libgnash*.lib have already been install to my /usr/local/lib. What's wrong here?

Zou Lunkai <zoulunkai>

 

(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

 

Carbon-Copy List
  • -unavailable- added by strk (Posted a comment)
  • -unavailable- added by zoulunkai (Submitted the item)
  •  

    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
    Wed 09 May 2007 11:39:52 AM UTCstrkStatusNone=>Invalid
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1