|
|
Subject: Re: evolution-1.5: relocation error - msg#00056
List: gnome.evolution.devel
it means you didn't compile gtk correctly. it needs thread support and
the way you built it, it doesn't have it. You might also want to check
that glib has thread support.
Jeff
On Sun, 2004-06-20 at 21:39 -0400, AG wrote:
> I recently installed evo-1.5.5 on a Slackware 9.1(2.6.4) box and have been
> wrestling w/dependencies.
>
> As best I can tell, the dependency issues are finally resolved.
>
> 'ldd -v /usr/bin/evolution-1.5' doesn't list any unmet dependencies.
>
> However, I running evolution-1.5 yields the error below.
> 'evolution-1.5: relocation error: /usr/lib/libgtkhtml-3.1.so.7: undefined
> symbol: gdk_threads_lock '
>
> All of the gtkhtml libs appear to be installed.
>
> What have I missed ? What does the error mean ?
>
> Below is a snippet of the 'strace /usr/bin/evolution-1.5'
>
> writev(2, [{"/usr/bin/evolution-1.5", 22}, {": ", 2}, {"relocation error",
> 16}, {": ", 2}, {"/usr/lib/libgtkhtml-3.1.so.7", 28}, {": ", 2},
> {"undefined symbol: gdk_threads_lo"..., 34}, {"", 0}, {"", 0}, {"\n", 1}],
> 10/usr/bin/evolution-1.5: relocation error: /usr/lib/libgtkhtml-3.1.so.7:
> undefined symbol: gdk_threads_lock
>
> Any help would be greatly appreciated.
>
>
>
>
> --
> AG
>
>
>
> _______________________________________________
> evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
> http://lists.ximian.com/mailman/listinfo/evolution-hackers
>
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
evolution-1.5: relocation error
I recently installed evo-1.5.5 on a Slackware 9.1(2.6.4) box and have been
wrestling w/dependencies.
As best I can tell, the dependency issues are finally resolved.
'ldd -v /usr/bin/evolution-1.5' doesn't list any unmet dependencies.
However, I running evolution-1.5 yields the error below.
'evolution-1.5: relocation error: /usr/lib/libgtkhtml-3.1.so.7: undefined
symbol: gdk_threads_lock '
All of the gtkhtml libs appear to be installed.
What have I missed ? What does the error mean ?
Below is a snippet of the 'strace /usr/bin/evolution-1.5'
writev(2, [{"/usr/bin/evolution-1.5", 22}, {": ", 2}, {"relocation error",
16}, {": ", 2}, {"/usr/lib/libgtkhtml-3.1.so.7", 28}, {": ", 2},
{"undefined symbol: gdk_threads_lo"..., 34}, {"", 0}, {"", 0}, {"\n", 1}],
10/usr/bin/evolution-1.5: relocation error: /usr/lib/libgtkhtml-3.1.so.7:
undefined symbol: gdk_threads_lock
Any help would be greatly appreciated.
--
AG
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Next Message by Date:
click to view message preview
ANNOUNCE: Hydrogen 1.0 [First Release]
Hydrogen is onboard today.
Hydrogen is the Evolution connector for Sun Java Enterprise System
Calendar Server (SJESCS). It enables Evolution to use SJESCS as a
calendar backend.
Hydrogen supports SJESCS 5.1 and above. It supports the WCAP (Web
Calendar Access Protocol) 2.0 and 3.0 protocols.
Hydrogen works with Evolution 1.4. Next step is to make it work with
Evolution trunk.
The CVS base is in the GNOME project CVS base at cvs.gnome.org. The
module name is 'hydrogen'. See
http://developer.gnome.org/tools/cvs.html.
This product is available under the terms of the GNU LIBRARY GENERAL
PUBLIC LICENSE, and a copy of it should be found in the source under the
COPYING file.
This work is sponsored by Sun Microsystems.
Enjoy and have fun.
------------------------------------------
Henry Jia
Sun China Engineering & Research Institute
------------------------------------------
Previous Message by Thread:
click to view message preview
evolution-1.5: relocation error
I recently installed evo-1.5.5 on a Slackware 9.1(2.6.4) box and have been
wrestling w/dependencies.
As best I can tell, the dependency issues are finally resolved.
'ldd -v /usr/bin/evolution-1.5' doesn't list any unmet dependencies.
However, I running evolution-1.5 yields the error below.
'evolution-1.5: relocation error: /usr/lib/libgtkhtml-3.1.so.7: undefined
symbol: gdk_threads_lock '
All of the gtkhtml libs appear to be installed.
What have I missed ? What does the error mean ?
Below is a snippet of the 'strace /usr/bin/evolution-1.5'
writev(2, [{"/usr/bin/evolution-1.5", 22}, {": ", 2}, {"relocation error",
16}, {": ", 2}, {"/usr/lib/libgtkhtml-3.1.so.7", 28}, {": ", 2},
{"undefined symbol: gdk_threads_lo"..., 34}, {"", 0}, {"", 0}, {"\n", 1}],
10/usr/bin/evolution-1.5: relocation error: /usr/lib/libgtkhtml-3.1.so.7:
undefined symbol: gdk_threads_lock
Any help would be greatly appreciated.
--
AG
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Next Message by Thread:
click to view message preview
Re: evolution-1.5: relocation error
Thx for the expeditious response.
Hmmm. Actually, I never built it from source. I used a series of binaries
to overcome my Evo dependencies issues.
If I must build GTK from source. Pls recommend the correct GTK+ source
tree for Evo 1.5.
Additionally, how do I check my version of glib for 'thread' support ?
Jeffrey Stedfast said:
> it means you didn't compile gtk correctly. it needs thread support and
> the way you built it, it doesn't have it. You might also want to check
> that glib has thread support.
>
> Jeff
>
> On Sun, 2004-06-20 at 21:39 -0400, AG wrote:
>> I recently installed evo-1.5.5 on a Slackware 9.1(2.6.4) box and have
>> been wrestling w/dependencies.
>>
>> As best I can tell, the dependency issues are finally resolved.
>>
>> 'ldd -v /usr/bin/evolution-1.5' doesn't list any unmet dependencies.
>>
>> However, I running evolution-1.5 yields the error below.
>> 'evolution-1.5: relocation error: /usr/lib/libgtkhtml-3.1.so.7:
>> undefined symbol: gdk_threads_lock '
>>
>> All of the gtkhtml libs appear to be installed.
>>
>> What have I missed ? What does the error mean ?
>>
>> Below is a snippet of the 'strace /usr/bin/evolution-1.5'
>>
>> writev(2, [{"/usr/bin/evolution-1.5", 22}, {": ", 2}, {"relocation
>> error", 16}, {": ", 2}, {"/usr/lib/libgtkhtml-3.1.so.7", 28}, {": ",
>> 2}, {"undefined symbol: gdk_threads_lo"..., 34}, {"", 0}, {"", 0},
>> {"\n", 1}], 10/usr/bin/evolution-1.5: relocation error:
>> /usr/lib/libgtkhtml-3.1.so.7: undefined symbol: gdk_threads_lock
>>
>> Any help would be greatly appreciated.
>>
>>
>>
>>
>> --
>> AG
>>
>>
>>
>> _______________________________________________
>> evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
>> http://lists.ximian.com/mailman/listinfo/evolution-hackers
>>
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
|
|