[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



> Thought I'd try this question again, since the list went wonky about the time 
> I first posted it...
> 
> I'm trying to upgrade my Firebird 0.7 browser to the latest Firefox 0.9.1 on 
> my (somewhat kludged) RH 7.3 system using their provided install script.
> I got one libstdc++ notice that I was able to reslove, but then another lib 
> error cropped up:
> 
> ./firefox-installer-bin: relocation error: ,
> 	 /usr/lib/libgobject-2.0.so.0:undefined symbol: g_bsearch_array_new
> 
> I've confirmed the installation of the lib in question, but still get the 
> error,  which I am reading is a reference to a missing function call in the 
> libs.

Yes, it indicates that some code in libgobject-2.9.so.0 is trying to
use the symbol g_bsearch_array_new, which isn't defined.
> (My Gnome lib versions may also be tangled up from a failed attempt to
> upgrade them for GIMP 2.0.)
> 
> Any suggestions for fixing this?
> Are there tools for tracking shared lib functions?

"nm" will show you all the symbols in an object file or library. The
g_bsearch_array_new symbol supposed to be defined in libglib. In fact,
I just did

nm /usr/lib/libglib-2.0.so | grep bsearch

and there it was. It's *not* in libglib-1.2, however, so first check
that you've got libglib-2.0 installed, and if you do, then a google
for the single term "g_bsearch_array_new" yields some interesting
hits. It appears you may be seeing a libtool bug.

Cheers,

-- Joe

-- 
"We sat and watched as this whole       <-- (Died Pretty -- "Springenfall")
 blue sky turned to black..."
... Re-defeat Bush in '04.
--
pub  1024D/BA496D2B 2004-05-14 Joseph A Knapka
     Key fingerprint = 3BA2 FE72 3CBA D4C2 21E4  C9B4 3230 94D7 BA49 6D2B
If you really want to get my attention, send mail to
jknapka .at. kneuro .dot. net.


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00729" href="msg00729.html">[ale] Error installing Mozilla Firefox</a></strong>
<ul><li><em>From:</em> aaron at pd.org (aaron)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00776.html">[ale] Colocation and Atlanta</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00778.html">[ale] Fedora Core2 in VMWare Workstation4 (good excuse to test the	list)</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00729.html">[ale] Error installing Mozilla Firefox</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00730.html">[ale] retest</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00777"><strong>Date</strong></a></li>
<li><a href="threads.html#00777"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>