Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users


UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD.

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 06-26-2012
Registered User
 
Join Date: May 2012
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Sponsored Links
    #2  
Old 06-26-2012
Registered User
 
Join Date: Oct 2007
Location: USA
Posts: 1,299
Thanks: 11
Thanked 99 Times in 95 Posts
Be as clear as possible when posting questions...what command gave you that output as libc.so.1 is the std C shlib and "libc.so.1 (SUNW_1.22.7) => (version not found)" doesnt make any sense so post the output of these commands...

Code:
ls -latr /usr/lib/libc.*
ldd -v /usr/lib/libc.so.1

Sponsored Links
    #3  
Old 06-29-2012
Registered User
 
Join Date: Jun 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
I think that I have the same problem. That output I receive when I perform ldd on installed application.


Code:
ldd -v /usr/lib/libc.so.1

   object=/usr/lib/libc.so.1; filter for /usr/lib/ld.so.1

   object=/usr/lib/libc.so.1; filter for libm.so.2

   find object=libm.so.2; required by /usr/lib/libc.so.1
        libm.so.2 =>     /lib/libm.so.2

   find object=libc.so.1; required by /lib/libm.so.2
   find version=libc.so.1
        libc.so.1 (SUNW_0.7) =>  /usr/lib/libc.so.1
        libc.so.1 (SUNWprivate_1.1) =>   /usr/lib/libc.so.1

ls -latr /usr/lib/libc.*
lrwxrwxrwx   1 root     root          19 Apr  5  2011 /usr/lib/libc.so -> ../../lib/libc.so.1
lrwxrwxrwx   1 root     root          19 Apr  5  2011 /usr/lib/libc.so.1 -> ../../lib/libc.so.1

I found out that in case of libc.so.1 library it is necessary to install proper solaris patch (obsolete library version).
Is there any workaround that can be used in case of such problem?

Moderator's Comments:
Please use code tags next time for your code and data.


---------- Post updated at 08:04 AM ---------- Previous update was at 04:32 AM ----------

I have googled a little and found that a patch is the best solution. Does anyone could tell me how can I find a proper patch which will update also mentioned library?

Last edited by p3kniety; 06-29-2012 at 05:40 AM..
    #4  
Old 06-29-2012
fpmurphy's Avatar
who?
 
Join Date: Dec 2003
Location: /dev/ph
Posts: 4,426
Thanks: 47
Thanked 356 Times in 330 Posts
What operating system and version are you on?
Sponsored Links
    #5  
Old 07-02-2012
Registered User
 
Join Date: Jun 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Version of OS:
SunOS 5.10 Generic_139556-08 i86pc i386 i86pc
Sponsored Links
    #6  
Old 07-02-2012
Registered User
 
Join Date: Oct 2007
Location: USA
Posts: 1,299
Thanks: 11
Thanked 99 Times in 95 Posts
Quote:
Originally Posted by p3kniety View Post
I found out that in case of libc.so.1 library it is necessary to install proper solaris patch (obsolete library version).
Is there any workaround that can be used in case of such problem?
No there is no workaround for this and you have to install the patch that updates libc.so to the relevant version...
Quote:
Originally Posted by p3kniety View Post
I have googled a little and found that a patch is the best solution. Does anyone could tell me how can I find a proper patch which will update also mentioned library?
Go through the files that are updated by the patch and determine if libc.so is upgraded to the version that is expected by your application which in this case would be 1.22.7...
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
libm.so.1 (SUNW_1.1) error while building shafi2all Solaris 1 12-08-2008 05:46 PM
libc re-bassing timbass UNIX for Dummies Questions & Answers 3 03-24-2008 02:59 AM
webservd: fatal: libgcc_s.so.1: version GCC_3.3’ not found srujana HP-UX 1 11-30-2007 04:36 AM
SUNW_1.21.2 not found tecky Solaris 10 10-18-2007 08:48 PM
path for libc.a gfhgfnhhn Programming 1 12-04-2006 09:07 AM



All times are GMT -4. The time now is 12:50 PM.