Ryan Lewon wrote: > On Wed, Jun 18, 2008 at 12:46 AM, James G. Sack (jim) <[EMAIL PROTECTED]> > wrote: >> Carl Lowenstein wrote: >>> On Tue, Jun 17, 2008 at 7:09 PM, James G. Sack (jim) <[EMAIL PROTECTED]> >>> wrote: >>>> ..and flash and (some) codecs work therein, even. >>>> >>>> Hey, this has got mean that 64bit is almost ready. >>> Well, I have a little problem.. This is on my 64-bit Compaq laptop, >>> running Fedora 9. >>> >>> [EMAIL PROTECTED] transfer]$ sudo rpm -Uvh >>> opera-9.50.gcc4-shared-qt3.x86_64.rpm >>> [sudo] password for cdl: >>> error: Failed dependencies: >>> libgcc_s.so.1 is needed by opera-9.50-2042.gcc4.shared.qt3.x86_64 >>> libstdc++.so.6 is needed by opera-9.50-2042.gcc4.shared.qt3.x86_64 >>> libstdc++.so.6(CXXABI_1.3) is needed by >>> opera-9.50-2042.gcc4.shared.qt3.x86_64 >>> libstdc++.so.6(GLIBCXX_3.4) is needed by >>> opera-9.50-2042.gcc4.shared.qt3.x86_64 >>> libX11.so.6 is needed by opera-9.50-2042.gcc4.shared.qt3.x86_64 >>> libXext.so.6 is needed by opera-9.50-2042.gcc4.shared.qt3.x86_64 >>> libXt.so.6 is needed by opera-9.50-2042.gcc4.shared.qt3.x86_64 >>> >>> libgcc_s.so can be found in /lib64. >>> All of the other missing libraries can be found in /usr/iib64, with >>> the exception of the two with funny suffixes (CXXABI_1.3) and >>> (GLIBCXX_3.4). >>> >>> I haven't yet tried anything like strace(1) to see where Opera is >>> expecting to find these things. Maybe tomorrow morning. >>> >> hmm, I don't have F9 on an x86_64, I'm still running F7 and it finds >> /lib64/libgcc_s.so.1 ->libgcc_s-4.1.2-20070925.so.1 >> /lib/libgcc_s.so.1 -> libgcc_s-4.1.2-20070925.so.1 >> >> My opera executable ended up in /usr/lib/opera/9.50/ even though it's a >> 64bit program. merely a curiosity, I guess. >> >> You don't suppose it's some package that forgot to run ldconfig? >> >> Oh, I just noticed ldconfig has a -p, --print-cache command option that >> may be useful. >> >> >> Regards, >> ..jim >> >> >> -- >> [email protected] >> http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list > > Well, since it's an RPM I guess the RPM it's looking for stores the > paths differently in FC9, since the RPM is built for FC6,7,8 it may > have stored the paths differently. jim, can you run rpm -qf > /lib64/libgcc_s.so.1 so we can see which rpm it's from, and then Carl > you can run the same thing for where your libgcc_s.so.1 is located and > compare. Since apparently it looks for them in the same path. Also, > you can try to rpm2cpio opera-9.50.gcc4-shared-qt3.x86_64.rpm | cpio > -ipv ( in a directory you don't care to extract it to), cd to > usr/lib/opera/9.50/ and type ldd opera, and copy the output to here, > easiest way to find where it's looking or the libraries. >
rpm -qf /lib64/libgcc_s.so.1 libgcc-4.1.2-27.fc7 Regards, ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
