accidentally run ldconfig without '-m'

now
# ldconfig -r
shows only 573 entries

how can i restore them all?

UPD:
Tried this
# ldconfig /usr/local/lib/*
# ldconfig -m /lib
# ldconfig -m /usr/lib
# ldconfig -m /usr/lib/compat
Really dirty but it worked... can anyone comment this? Does this cover all .so or it could miss something? Or maybe it's too many?
 
Back
Top