LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ldconfig error (https://www.linuxquestions.org/questions/linux-general-1/ldconfig-error-130398/)

kev82 12-31-2003 01:07 PM

ldconfig error
 
ok, ive googled this found loads of mailing lists with people asking the same question but ive not found an answer, what does the following message from ldconfig mean?

<insert library name> too small, not checked

Tinkster 12-31-2003 02:02 PM

I'd think it means what it says...

I don't know exactly how big the
stub for shared libraries would be,
but would assume that if you had a
stub of 256 bytes, and the library in
question happened to be pretty close
to that it wouldn't make sense to assume
it does anything useful. Thus it would be
sensible for ldconfig to ignore it.

Check the libraries it talks about with
ls -l <name> and see how big they are.

One possible cause might be a stale link,
an symlink pointing to a library that not
longer exists.


Cheers,
Tink

kev82 12-31-2003 03:02 PM

ok the libs its complaining about are ascii text files eg libcxa.so is a text file containg "INPUT ( libcxa.so.5 )", i'll replace them with symlinks and see what happens, guess i should have checked first.

kev82 01-01-2004 10:41 AM

ive replaced with symlinks now and everything seems to work fine


All times are GMT -5. The time now is 11:02 AM.