[csw-users] pidgin fails when aspell is installed

Stoyan Angelov s_angelov at filibeto.org
Sat Nov 14 17:05:54 CET 2009


hello all,

i am having several problems with pidgin and aspell that i can't seem to 
resolve. when trying to run pidgin with aspell installed i get the 
following errors:

$pidgin
ld.so.1: pidgin: fatal: libgcc_s.so.1: version `GCC_4.2.0' not found 
(required by file /opt/csw/gcc4/lib/libstdc++.so.6)
ld.so.1: pidgin: fatal: libgcc_s.so.1: open failed: No such file or 
directory
ld.so.1: pidgin: fatal: relocation error: file 
/opt/csw/lib/i386/libaspell.so.15: symbol 
_ZTVN10__cxxabiv120__si_class_type_infoE: referenced symbol not found
Killed

during the installation of aspellbg there is a similar error:
<snip>
Installing aspellbg - aspell dictionary for Bulgarian as <CSWaspellbg>

## Installing part 1 of 1.
ld.so.1: aspell: fatal: libgcc_s.so.1: version `GCC_4.2.0' not found 
(required by file /opt/csw/gcc4/lib/libstdc++.so.6)
ld.so.1: aspell: fatal: libgcc_s.so.1: open failed: No such file or 
directory
/opt/csw/lib/aspell/bg.dat
/opt/csw/lib/aspell/bg.multi

libaspell.so.10 seem to refer to libgcc_s.so.1 (GCC_4.2.0) but this 
dependency can not be resolved.
$ldd /opt/csw/lib/i386/libaspell.so.15
         libdl.so.1 =>    /lib/libdl.so.1
         libintl.so.3 =>  /opt/csw/lib/libintl.so.3
         libc.so.1 =>     /lib/libc.so.1
         libiconv.so.2 =>         /opt/csw/lib/libiconv.so.2
         libstdc++.so.6 =>        /opt/csw/gcc4/lib/libstdc++.so.6
         libm.so.1 =>     /lib/libm.so.1
         libgcc_s.so.1 =>         /opt/csw/gcc4/lib/libgcc_s.so.1
         libgcc_s.so.1 =>         /usr/sfw/lib/libgcc_s.so.1
         libgcc_s.so.1 (GCC_4.2.0) =>     (version not found)
         libm.so.2 =>     /lib/libm.so.2

if aspell is not installed pidgin runs, however trying to list the 
dynamic dependencies i see the following:
$ldd /opt/csw/bin/pidgin  |grep found (output truncated)
         libXext.so.0 (SUNW_1.1) =>       (version not found)
         libXext.so.0 (SUNWprivate) =>    (version not found)
         libSM.so.6 (SUNWprivate) =>      (version not found)
         libICE.so.6 (SUNWprivate) =>     (version not found)
         libXext.so.0 (SUNW_1.1) =>       (version not found)

i am using Solaris 10 11/06, x86. all opencsw packages are upgraded to 
their latest version. i found a similar bug reported for aspell and 
installed the latest version of the SunOS 5.10_x86: Shared library patch 
for C++_x86 (119964-19) but the problem persists.

there is a similar problem with libstdc++.so.6
$ldd /opt/csw/gcc4/lib/libstdc++.so.6
         libm.so.1 =>     /lib/libm.so.1
         libgcc_s.so.1 =>         /usr/sfw/lib/ibgcc_s.so.1
         libgcc_s.so.1 (GCC_4.2.0) =>     (version not found)
         libc.so.1 =>     /lib/libc.so.1
         libm.so.2 =>     /lib/libm.so.2

any help will be appreciated.

greetings,

Stoyan




More information about the users mailing list