|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| 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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
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.1I 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?
---------- 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
|
||||
|
||||
|
What operating system and version are you on?
|
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Version of OS:
SunOS 5.10 Generic_139556-08 i86pc i386 i86pc |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Quote:
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 | ||
|
![]() |
| Thread Tools | Search this Thread |
| 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 |
|
|