SUNW_1.21.2 not found


 
Thread Tools Search this Thread
Operating Systems Solaris SUNW_1.21.2 not found
# 1  
Old 10-18-2007
Question SUNW_1.21.2 not found

I have a sun box running solaris 9. I have thunderbird2 installed but when I run thunderbird2, I got this error and the process got killed.

gris{tranc}33: /tools/scripts/thunderbird2
Starting Thunderbird2 ...
gris{tranc}34: ld.so.1: thunderbird-bin: fatal: libc.so.1: version `SUNW_1.21.2' not found (required by file /usr/lib/libthread.so.1)
ld.so.1: thunderbird-bin: fatal: libc.so.1: open failed: No such file or directory
Killed

I installed the patch cluster but unable to resolve. Can anyone help me out of this. Thank much.
# 2  
Old 10-18-2007
# 3  
Old 10-18-2007
I am a dummy in unix. Please point me in a little detail. Thanks
# 4  
Old 10-18-2007
I know very little about your system and what you have on it.

It looks like a LD_LIBRARY_PATH issue.

Can you

(a) print your current setting for LD_LIBRARY_PATH

(b) find all copies of libc.* and libpthread.* on your system

(c) do ldd on the program that fails.
# 5  
Old 10-18-2007
(a)

scythe{tranc}34: echo $LD_LIBRARY_PATH
/usr/dt/lib:/usr/openwin/lib:/usr/lib:/usr/lib/X11:/tools/NET/lib

(b)

I do a find for libc and libpthread, but output nothing.

(c)

scythe# ldd libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1

scythe# ldd /usr/lib/libthread.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1
# 6  
Old 10-18-2007
Quote:
Originally Posted by porter
(b) find all copies of libc.* and libpthread.* on your system
Try again...

Code:
bash-2.05$ find / -name "libpthread.*" 2>/dev/null
/usr/lib/libpthread.so
/usr/lib/libpthread.so.1
/usr/lib/sparcv9/libpthread.so
/usr/lib/sparcv9/libpthread.so.1
/usr/share/man/sman3lib/libpthread.3lib
bash-2.05$ find / -name "libc.*" 2>/dev/null
/usr/lib/libc.so
/usr/lib/libc.so.1
/usr/lib/sparcv9/libc.so
/usr/lib/sparcv9/libc.so.1
/usr/lib/mdb/proc/libc.so
/usr/lib/mdb/proc/sparcv9/libc.so
/usr/lib/libp/libc.a
/usr/lib/libp/sparcv9/libc.so
/usr/lib/libp/sparcv9/libc.so.1
/usr/lib/libc.a
/usr/share/man/sman3lib/libc.3lib
/usr/4lib/libc.so.1.9
/usr/4lib/libc.so.2.9

# 7  
Old 10-18-2007
Quote:
Originally Posted by tecky
scythe# ldd /usr/lib/libthread.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1
Can you do ldd on a program that fails...., eg one of the newly installed ones that is balking.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

If first pattern is found, look for second pattern. If second pattern not found, delete line

I had a spot of trouble coming up with a title, hopefully you'll understand once you read my problem... :) I have the output of an ldapsearch that looks like this: dn: cn=sam,ou=company,o=com uidNumber: 7174 gidNumber: 49563 homeDirectory: /home/sam loginshell: /bin/bash uid: sam... (2 Replies)
Discussion started by: samgoober
2 Replies

2. UNIX for Advanced & Expert Users

libc.so.1 (SUNW_1.22.7) => (version not found)

What package would I need to get this file? SUNW_1.22.7. Please help. thank you. :) (5 Replies)
Discussion started by: SystemAddict
5 Replies

3. Programming

curses.h not found , gtk/gtk.h not found

i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h .. i have also included them using .. #include "/home/ball/Desktop/Sudoku/project/libncurses5-dev_5.7+20101128-1_i386/usr/include/curses.h" ... (2 Replies)
Discussion started by: upvan111
2 Replies

4. Shell Programming and Scripting

Rather: not found

Hey I have a weird "problem" here It's more out of curiosity, my script is working fine, but giving me a "pidt.sh: 7: Rather: not found" error... #!/bin/sh log="log/`date +%F_pidt.log`" echo "---n`date`n---n" >> $log for i in `cat pidt.conf` do || $( /etc/init.d/$i start &&... (3 Replies)
Discussion started by: al0x
3 Replies

5. UNIX and Linux Applications

^M not found

hi: I had an existing script in production and I commented some lines and implemented the same. The scripts fails with a cc of 127 and I get the msg: ^M: not found I checked the file format and it is a PC file format. Does this cause the script to fail with cc= 127. Can somebody... (4 Replies)
Discussion started by: Meghna
4 Replies

6. UNIX for Dummies Questions & Answers

^M: not found

Hi All, when i ran a shell script ,its showing "^M: not found" errore i used the the code dos2unix sunshine.sh sunshine1.sh and then again i ran the scriptand then its still showing the errore please help me in the matter. thanks... (3 Replies)
Discussion started by: manit
3 Replies

7. Solaris

libm.so.1 (SUNW_1.1) error while building

I am trying to build a product which is depend on system library and getting below error. How to resolve below Error:- ldd /finder3/baseline/95/ed/src/lib/libcartoGraphCPP.so libsunmath.so.1 => /opt/SUNWspro/SC4.2/lib/libsunmath.so.1 libm.so.1 => /usr/lib/libm.so.1... (1 Reply)
Discussion started by: shafi2all
1 Replies

8. Solaris

-sh: H: not found

I have found this error when i logged in as root: su - Any body have any idea where this error coming from or what is not working? -Adeel (1 Reply)
Discussion started by: deal732
1 Replies

9. Shell Programming and Scripting

how can i check in csh if command found or not found ?

hello all im trying to use in sun Solaris the information received from the top command now i several machines that dont have install the top program so when im running the script im geting error saying after im running this code : set MemoryInfo = `top | grep Memory` if (... (2 Replies)
Discussion started by: umen
2 Replies

10. UNIX for Dummies Questions & Answers

HELP ld.so.1 NOT FOUND

I made the fatal mistake of rename the usr directory. I cannot run any commands due to the fact that ld.so.1 is in usr/lib/--and it doesn't exist How can I recover my system? (1 Reply)
Discussion started by: SmartJuniorUnix
1 Replies
Login or Register to Ask a Question