![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ERROR: more than one instance of overloaded function "vprintf" has "C" linkage | donatoll | HP-UX | 0 | 10-14-2008 06:35 AM |
| iCal, Mac OS X 10.5: Empty "Home" and "Work" calendars may appear after installing Le | iBot | OS X Support RSS | 0 | 10-13-2008 11:20 PM |
| iCal, Mac OS X 10.5: Empty "Home" and "Work" calendars may appear after installing Le | iBot | OS X Support RSS | 0 | 10-03-2008 05:40 AM |
| "syntax error at line 21 :'done' unexpected." error message" | ibroxy | Shell Programming and Scripting | 3 | 08-08-2007 07:45 AM |
| Help! "Bus error" and "CPU Panic" box wont boot | hcclnoodles | SUN Solaris | 3 | 10-05-2006 05:38 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
"relocation error" when installing app
I'm trying to install Urchin5 log analyzer and I get the following message: Quote:
Code:
#nm /lib/ld-linux.so.2 | grep _dl_out_of_memory 00017467 r _dl_out_of_memory # nm /lib-es4/ld-linux.so.2 | grep _dl_out_of_memory 000132c0 R _dl_out_of_memory 000132c0 r _dl_out_of_memory_internal I also checked for rogue copies of the libraries mentioned and the existence/MD5 sigs of dependencies: Code:
# ldd /lib-es4/tls/libc.so.6
/usr/lib/libcwait.so (0xb7f21000)
/lib/ld-linux.so.2 (0xb7f26000)
# md5 /usr/lib/libcwait.so /skel/usr/lib/libcwait.so
ed5423011767e398d687788b665357b1 /usr/lib/libcwait.so
ed5423011767e398d687788b665357b1 /skel/usr/lib/libcwait.so
# ldd /lib/ld-linux.so.2
statically linked
So, afaik, everything that should be in place is, but clearly the installation fails and is offended by something related to the libraries. How in the world is a problem like this troubleshot? Is this problem familiar to anyone? Many thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|