SCIENTIFIC-LINUX-USERS Archives

September 2008

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Andreas Nowack <[log in to unmask]>
Reply To:
Andreas Nowack <[log in to unmask]>
Date:
Mon, 29 Sep 2008 18:20:43 +0200
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (37 lines)
Hi Christopher!

On Mon, 29 Sep 2008, Christopher Hunter wrote:

> Following the firefox upgrade for SL4. I no longer can click on 
> URL/hyperlinks in thunderbird. In the past, when I clicked on a URL in a 
> thunderbird message, it would open a firefox window to display the web page. 
> This does not seem to happen anymore.

I guess you are using Firefox 3.0 and Thunderbird 1.5.
The reason for the problem is a version conflict of a library used by Firefox 
and Thunderbird. If Thunderbird starts Firefox it uses its own LD_LIBRARY_PATH 
settings which result in a wrong library version for Firefox.

Thunderbird uses a script to start Firefox: 
/usr/lib/thunderbird-1.5.0.12/open-browser.sh

A solution is to change LD_LIBRARY_PATH at the beginning of this script in 
order to have Firefox to look at the correct place for its library:

#!/bin/bash
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
## Copyright (C) 2004 Warren Togami <wtogami@redha....
...


Best regards,
   Andreas

------------------------------------------------------------------------
   Dr. Andreas Nowack               email: [log in to unmask]
   RWTH Aachen
   III. Phys. Institut B
   Sommerfeldstr. / Physikzentrum   phone: +49 241 80-27306
   D-52056 Aachen                     fax: +49 241 80-22244
   Germany

ATOM RSS1 RSS2