Summary: | portmap-5b-r8 fails compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Simon Cooper <thecoop> |
Component: | [OLD] Server | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Simon Cooper
2004-01-01 09:05:43 UTC
What version of tcp-wrappers? 7.6-r8 Hmm, then you should not have a /lib/libwrap.a. Can you do: # ls -l /lib/libwrap.a # file /lib/libwrap.a and post it please ? nervada simon # ls -l /lib/libwrap.a -rw-r--r-- 1 root root 51204 Dec 21 16:49 /lib/libwrap.a nervada simon # file /lib/libwrap.a /lib/libwrap.a: data You should not have a /lib/libwrap.a. Make sure you only have -r8 of tcp-wrappers installed, and that you have /usr/lib/libwrap.a. A file of libwrap.a should give: $ file /usr/lib/libwrap.a /usr/lib/libwrap.a: current ar archive Ive only got -r8 installed, and /usr/lib/libwrap.a is there present and correct. So can I delete libwrap.a, or is something still hanging on to it? yes, just rm /lib/libwrap.a it got left behind somehow ;) |