You are not logged in.
Pages: 1
the message is like this:
/usr/lib/libwrap.so.0 :file too short
Last edited by ringfin (2011-05-20 15:59:07)
Offline
That sort of error is normally caused by some breakage during package download or installation. The file /usr/lib/libwrap.so.0 is owned by tcp_wrappers. Try downloading that package again and then reinstalling it.
Last edited by azleifel (2011-05-17 20:06:21)
Offline
thanks,i'll try
Offline
i installed tcp_wrappers ,and the problem solved. thanks a lot .
BTW. there is another problem in the time :
ldconfig: File /lib/libhandle.so.1.0.3 is empty, not checked.
ldconfig: File /lib/libhandle.so.1 is empty, not checked.
ldconfig: File /lib/libproc-3.2.8.so is empty, not checked.
ldconfig: File /lib/libhandle.so is empty, not checked.
ldconfig: File /usr/lib/libsyslog-ng.so.0 is empty, not checked.
ldconfig: File /usr/lib/libsyslog-ng.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libsyslog-ng.so is empty, not checked.
ldconfig: File /usr/lib/libhandle.so is empty, not checked.
what can i do for it ?
Offline
If the reinstalling approach solved your problem for libwrap, i would repeat it for the other libs as well. Just apply pacman -Qo on the files you mentioned to see which package they are associated with, then pacman -S it.
Offline
Pages: 1